cosmology-tech / starship

A k8s based unified development environment for Cosmos Ecosystem (and beyond)
https://docs.cosmology.zone/starship
MIT License
72 stars 25 forks source link

bug: faucet with agoric chain #578

Open Anmol1696 opened 3 weeks ago

Anmol1696 commented 3 weeks ago

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

Anmol1696 commented 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.