git.delta.rocks / unique-network / refs/commits / f88f14ab1d80

difftreelog

add RELAY_CHAIN_TYPE env for xcm

Unique2023-01-08parent: #fe83568.patch.diff
in: master

11 files changed

deleted.docker/xcm-config/launch-config-xcm-opal-rococo.jsondiffbeforeafterboth

no changes

added.docker/xcm-config/launch-config-xcm-opal.j2diffbeforeafterboth

no changes

deleted.docker/xcm-config/launch-config-xcm-opal.jsondiffbeforeafterboth

no changes

deleted.docker/xcm-config/launch-config-xcm-quartz-rococo.jsondiffbeforeafterboth

no changes

added.docker/xcm-config/launch-config-xcm-quartz.j2diffbeforeafterboth

no changes

deleted.docker/xcm-config/launch-config-xcm-quartz.jsondiffbeforeafterboth

no changes

deleted.docker/xcm-config/launch-config-xcm-unique-rococo.jsondiffbeforeafterboth

no changes

added.docker/xcm-config/launch-config-xcm-unique.j2diffbeforeafterboth

no changes

deleted.docker/xcm-config/launch-config-xcm-unique.jsondiffbeforeafterboth

no changes

modified.envdiffbeforeafterboth
1RUST_TOOLCHAIN=nightly-2022-11-151RUST_TOOLCHAIN=nightly-2022-11-15
2POLKADOT_BUILD_BRANCH=release-v0.9.362POLKADOT_BUILD_BRANCH=release-v0.9.36
3POLKADOT_LAUNCH_BRANCH=unique-network3POLKADOT_LAUNCH_BRANCH=unique-network
4RELAY_CHAIN_TYPE=westend-local
45
5POLKADOT_MAINNET_BRANCH=release-v0.9.306POLKADOT_MAINNET_BRANCH=release-v0.9.30
6STATEMINT_BUILD_BRANCH=release-parachains-v93207STATEMINT_BUILD_BRANCH=release-parachains-v9320
modified.github/workflows/xcm.ymldiffbeforeafterboth
218 fi218 fi
219 shell: bash219 shell: bash
220220
221221 - name: Generate ENV related extend launch-config file
222 # Build main image for XCM 222 uses: cuchi/jinja2-action@v1.2.0
223 with:
224 template: .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.j2
225 output_file: .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json
226 variables: |
227 RELAY_CHAIN_TYPE=${{ env.RELAY_CHAIN_TYPE }}
228
229 - name: Show launch-config-xcm-${{ matrix.network }} configuration
230 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json
231
232 # Build main image for XCM
223 - name: Generate ENV related extend Dockerfile file233 - name: Generate ENV related extend Dockerfile file
224 uses: cuchi/jinja2-action@v1.2.0234 uses: cuchi/jinja2-action@v1.2.0
225 with:235 with:
238 - name: Show build Dockerfile248 - name: Show build Dockerfile
239 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml249 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml
240
241 - name: Show launch-config-xcm-${{ matrix.network }} configuration
242 run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json
243250
244 - name: Run find-and-replace to remove slashes from branch name251 - name: Run find-and-replace to remove slashes from branch name
245 uses: mad9000/actions-find-and-replace-string@2252 uses: mad9000/actions-find-and-replace-string@2