git.delta.rocks / unique-network / refs/commits / 0dc1cc1bdbe5

difftreelog

fix replica_from for forkless-update-data

Konstantin Astakhov2022-10-28parent: #fbe7ab2.patch.diff
in: master

2 files changed

modified.docker/forkless-config/launch-config-forkless-data.j2diffbeforeafterboth
93 "balance": "1000000000000000000000000",93 "balance": "1000000000000000000000000",
94 "chainRawInitializer": [94 "chainRawInitializer": [
95 "chainql",95 "chainql",
96 "--ext-str=REPLICA_FROM",
97 "--tla-code=rawSpec=import '${rawSpec}'",96 "--tla-code=rawSpec=import '${rawSpec}'",
98 "--tla-code=forkFrom=std.extVar('REPLICA_FROM')",97 "--tla-str=forkFrom={{ REPLICA_FROM }}",
99 "fork.jsonnet"98 "fork.jsonnet"
100 ],99 ],
101 "nodes": [100 "nodes": [
modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
91 with:91 with:
92 template: .docker/forkless-config/launch-config-forkless-data.j292 template: .docker/forkless-config/launch-config-forkless-data.j2
93 output_file: .docker/launch-config-forkless-data.json93 output_file: .docker/launch-config-forkless-data.json
94 variables: |94 variables: |
95 FEATURE=${{ matrix.features }}95 FEATURE=${{ matrix.features }}
96 RUNTIME=${{ matrix.runtime }}96 RUNTIME=${{ matrix.runtime }}
97 REPLICA_FROM=${{ matrix.replica_from_address }}
9798
98 - name: Show launch-config-forkless configuration99 - name: Show launch-config-forkless configuration
99 run: cat .docker/launch-config-forkless-data.json100 run: cat .docker/launch-config-forkless-data.json