Open Anmol1696 opened 3 weeks ago
In the faucet we might be looking just at the /status
endpoint before we start the faucet.
Maybe the issue is here:
https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/templates/chains/cosmos/genesis.yaml#L380
and here:
https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/templates/chains/cosmos/genesis.yaml#L447
Maybe we can parametrize the check here.
Context: with the faucet enabled, the agoric pod experiences up to 5 restarts (perhaps the faucet doesn't respect the validator's readiness check?). This change would allow us to use the latest versions of starship in CI.
Mentioned in: #577
CC: @0xpatrickdev