Skip to content

Commit

Permalink
docs: Add small comment for removal of IterateConsensusMetadata. (cos…
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Feb 15, 2024
1 parent ed9bf74 commit 055a3e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/05-migrations/13-v8-to-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ Please use the new functions `path.Setup`, `path.SetupClients`, `path.SetupConne

The `ExportMetadata` interface function has been removed from the `ClientState` interface. Core IBC will export all key/value's within the 02-client store.

### 07-tendermint

The `IterateConsensusMetadata` function has been removed.

### 08-wasm

The `ExportMetadataMsg` has been removed and is no longer required for contracts to implement. Core IBC will handle exporting all key/value's written to the store by a light client contract.
The `ExportMetadataMsg` struct has been removed and is no longer required for contracts to implement. Core IBC will handle exporting all key/value's written to the store by a light client contract.
The `ZeroCustomFields` interface function has been removed from the `ClientState` interface. Core IBC only used this function to set tendermint client states when scheduling an IBC software upgrade. The interface function has been replaced by a type assertion.

0 comments on commit 055a3e3

Please sign in to comment.