Skip to content

Commit 055a3e3

Browse files
authored
docs: Add small comment for removal of IterateConsensusMetadata. (#5849)
1 parent ed9bf74 commit 055a3e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docs/05-migrations/13-v8-to-v9.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ Please use the new functions `path.Setup`, `path.SetupClients`, `path.SetupConne
5555

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

58+
### 07-tendermint
59+
60+
The `IterateConsensusMetadata` function has been removed.
61+
5862
### 08-wasm
5963

60-
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.
64+
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.
6165
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 commit comments

Comments
 (0)