Open jtieri opened 2 years ago
Referencing: https://github.com/cosmos/relayer/pull/876
Brain dumping rn.
Ex cmd: rly dev fork chain_name halt_height pre_fork_node
This would grab every configured path for the specified chain_name
and then use the provided halt_height
and pre_fork_node
to update the configured clients on those paths. Now you can just batch update every IBC light client after a chain soft forks.
As we saw today with Juno, it requires a quite a bit of manual intervention to bring back IBC light clients after a chain forks. It would be ideal to have a command that can take in an RPC endpoint for the old chain and use that temporarily to query old state like what we did in #691