git.delta.rocks / unique-network / refs/commits / 42b88ddc5c27

difftreelog

ci add required specNamePrefix for moonbeam

Yaroslav Bolyukin2023-02-21parent: #69b4e9b.patch.diff
in: master

8 files changed

modified.docker/Dockerfile-xcm.j2diffbeforeafterboth
2323
24COPY ./xcm-config/launch-config-xcm-{{ NETWORK }}.json ./launch-config-xcm-{{ NETWORK }}.json24COPY ./xcm-config/launch-config-xcm-{{ NETWORK }}.json ./launch-config-xcm-{{ NETWORK }}.json
25COPY ./xcm-config/5validators.jsonnet ./5validators.jsonnet25COPY ./xcm-config/5validators.jsonnet ./5validators.jsonnet
26COPY ./xcm-config/minBondFix.jsonnet ./minBondFix.jsonnet
2726
28RUN git clone -b {{ BRANCH }} https://github.com/UniqueNetwork/unique-chain.git && \27RUN git clone -b {{ BRANCH }} https://github.com/UniqueNetwork/unique-chain.git && \
29 cd unique-chain && \28 cd unique-chain && \
5150
52COPY --from=builder-unique /unique_parachain/launch-config-xcm-{{ NETWORK }}.json /polkadot-launch/51COPY --from=builder-unique /unique_parachain/launch-config-xcm-{{ NETWORK }}.json /polkadot-launch/
53COPY --from=builder-unique /unique_parachain/5validators.jsonnet /polkadot-launch/5validators.jsonnet52COPY --from=builder-unique /unique_parachain/5validators.jsonnet /polkadot-launch/5validators.jsonnet
54COPY --from=builder-unique /unique_parachain/minBondFix.jsonnet /polkadot-launch/minBondFix.jsonnet
5553
56COPY --from=builder-unique /unique_parachain/unique-chain/target/release/unique-collator /unique-chain/target/release/54COPY --from=builder-unique /unique_parachain/unique-chain/target/release/unique-collator /unique-chain/target/release/
5755
modified.docker/additional/xcm-rococo/Dockerfile-xcm-quartz-rococo.tempdiffbeforeafterboth
6363
64COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-quartz-rococo.json /polkadot-launch/launch-config.json64COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-quartz-rococo.json /polkadot-launch/launch-config.json
65COPY --from=builder-unique /unique_parachain/.docker/xcm-config/5validators.jsonnet /polkadot-launch/5validators.jsonnet65COPY --from=builder-unique /unique_parachain/.docker/xcm-config/5validators.jsonnet /polkadot-launch/5validators.jsonnet
66COPY --from=builder-unique /unique_parachain/.docker/xcm-config/minBondFix.jsonnet /polkadot-launch/minBondFix.jsonnet
6766
68COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/67COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/
69COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/68COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/
modified.docker/additional/xcm-rococo/Dockerfile-xcm-unique-rococo.tempdiffbeforeafterboth
6363
64COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-unique-rococo.json /polkadot-launch/launch-config.json64COPY --from=builder-unique /unique_parachain/.docker/additional/xcm-rococo/launch-config-xcm-unique-rococo.json /polkadot-launch/launch-config.json
65COPY --from=builder-unique /unique_parachain/.docker/xcm-config/5validators.jsonnet /polkadot-launch/5validators.jsonnet65COPY --from=builder-unique /unique_parachain/.docker/xcm-config/5validators.jsonnet /polkadot-launch/5validators.jsonnet
66COPY --from=builder-unique /unique_parachain/.docker/xcm-config/minBondFix.jsonnet /polkadot-launch/minBondFix.jsonnet
6766
68COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/67COPY --from=builder-unique /unique_parachain/target/release/unique-collator /unique-chain/target/release/
69COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/68COPY --from=polkadot /unique_parachain/polkadot/target/release/polkadot /polkadot/target/release/
modified.docker/additional/xcm-rococo/launch-config-xcm-quartz-rococo.jsondiffbeforeafterboth
124 "id": 2023,124 "id": 2023,
125 "balance": "1000000000000000000000",125 "balance": "1000000000000000000000",
126 "chain": "moonriver-local",126 "chain": "moonriver-local",
127 "chainInitializer": [127 "specNamePrefix": "moonriver-local-",
128 "chainql",
129 "--tla-code=spec=import '${spec}'",
130 "minBondFix.jsonnet"
131 ],
132 "nodes": [128 "nodes": [
133 {129 {
134 "wsPort": 9947,130 "wsPort": 9947,
modified.docker/additional/xcm-rococo/launch-config-xcm-unique-rococo.jsondiffbeforeafterboth
124 "id": "2004",124 "id": "2004",
125 "balance": "1000000000000000000000",125 "balance": "1000000000000000000000",
126 "chain": "moonbeam-local",126 "chain": "moonbeam-local",
127 "specNamePrefix": "moonbeam-local-",
127 "nodes": [128 "nodes": [
128 {129 {
129 "wsPort": 9947,130 "wsPort": 9947,
modified.docker/xcm-config/launch-config-xcm-quartz.j2diffbeforeafterboth
124 "id": 2023,124 "id": 2023,
125 "balance": "1000000000000000000000",125 "balance": "1000000000000000000000",
126 "chain": "moonriver-local",126 "chain": "moonriver-local",
127 "chainInitializer": [127 "specNamePrefix": "moonriver-local-",
128 "chainql",
129 "--tla-code=spec=import '${spec}'",
130 "minBondFix.jsonnet"
131 ],
132 "nodes": [128 "nodes": [
133 {129 {
134 "wsPort": 9947,130 "wsPort": 9947,
modified.docker/xcm-config/launch-config-xcm-unique.j2diffbeforeafterboth
124 "id": "2004",124 "id": "2004",
125 "balance": "1000000000000000000000",125 "balance": "1000000000000000000000",
126 "chain": "moonbeam-local",126 "chain": "moonbeam-local",
127 "specNamePrefix": "moonbeam-local-",
127 "nodes": [128 "nodes": [
128 {129 {
129 "wsPort": 9947,130 "wsPort": 9947,
deleted.docker/xcm-config/minBondFix.jsonnetdiffbeforeafterboth

no changes