Revision 1968ec86fdb6f632c2770979cd677ff86246bdf0 authored by Alain Mebsout on 04 July 2023, 13:20:44 UTC, committed by Alain Mebsout on 04 July 2023, 13:20:44 UTC
This fixes an issue occurring in the scenario:
- The L1 node is down for 1 hour
- The L1 node is back up for a bit
- The L1 node is down for a few seconds
The second time, the rollup node would have waited ~1h to reconnect.
1 parent 0eaebb7
Raw File
test_liquidity_baking_scripts.sh
#!/bin/sh
set -eu

# The first argument of the script is the commit hash used to
# fetch the reference scripts. It cannot be changed for injected
# protocols.
./scripts/check-liquidity-baking-scripts.sh d98643881fe14996803997f1283e84ebd2067e35 src/proto_010_PtGRANAD

# However, for the alpha protocol, it is possible to modify the
# scripts, and therefore to update the hash.
./scripts/check-liquidity-baking-scripts.sh d98643881fe14996803997f1283e84ebd2067e35 src/proto_alpha
back to top