Module ibc_core_host_cosmos::upgrade_proposal

source ·
Expand description

Provides utilities related to chain upgrades.

Structs§

  • Specifies information about a planned upgrade and at which height it should be performed.
  • Event type emitted by the host chain when an upgrade plan is executed.
  • Event type emitted by the host chain when an upgrade plan is proposed.
  • Defines a governance proposal of type Content that enables the initiation of an IBC breaking upgrade and specifies the new client state that should be utilized following the upgrade.

Constants§

Traits§

  • Helper context to execute client upgrades, providing methods to schedule an upgrade and store related upgraded client and consensus states.
  • Helper context to validate client upgrades, providing methods to retrieve an upgrade plan and related upgraded client and consensus states.

Functions§

Type Aliases§