Expand description
Provides convenience traits and implementations for Tendermint-based hosts
Modules§
- proto
- Re-exports necessary proto types for implementing the tendermint client upgradeability feature.
- upgrade_
proposal - Provides utilities related to chain upgrades.
- utils
Constants§
- IBC_
QUERY_ PATH - ABCI store/query path for the IBC sub-store
- SDK_
UPGRADE_ QUERY_ PATH - ABCI store/query path for the upgrade sub-store
Traits§
- Validate
Self Client Context - Provides a default implementation intended for implementing the
ValidationContext::validate_self_client
API.