difftreelog
fix replica_from for forkless-update-data
in: master
2 files changed
.docker/forkless-config/launch-config-forkless-data.j2diffbeforeafterboth93 "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": [.github/workflows/forkless-update-data.ymldiffbeforeafterboth91 with:91 with:92 template: .docker/forkless-config/launch-config-forkless-data.j292 template: .docker/forkless-config/launch-config-forkless-data.j293 output_file: .docker/launch-config-forkless-data.json93 output_file: .docker/launch-config-forkless-data.json94 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 }}979898 - name: Show launch-config-forkless configuration99 - name: Show launch-config-forkless configuration99 run: cat .docker/launch-config-forkless-data.json100 run: cat .docker/launch-config-forkless-data.json