Closed aarmoa closed 6 months ago
The script update shifts the focus from obtaining a specific consensus state to fetching IBC connection parameters. This enhances the script's utility by concentrating on broader connection details rather than narrower consensus specifics.
File Path | Change Summary |
---|---|
.../chain_client/ibc/connection/query/... |
Modified to fetch IBC connection parameters instead of a specific consensus state. |
🐰✨
In the land of code, where the bits do leap,
A change was made, not shallow, but deep.
From consensus to connections, the script now hops,
Fetching new parameters, over the data it bops.
Celebrate the shift, for it's clever and smart,
A rabbit's work, done with a heart. 🌟
examples/chain_client/ibc/connection/query/6_ConnectionParams.py (1)
`13-14`: Simplify fetching IBC connection parameters. Ensure that error handling is implemented for the `fetch_ibc_connection_params()` call to manage potential exceptions gracefully.
Fix error in the example script
Summary by CodeRabbit