Skip to content

Commit

Permalink
add migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Mar 25, 2024
1 parent c9242ba commit 4ec0e97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/05-migrations/13-v8-to-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ The following functions have also been removed from the `ClientState` interface:

Please check also the [Light client developer guide](../03-light-clients/01-developer-guide/01-overview.md) for more information. The light client module implementation for `07-tendermint` may also be useful as reference.

### 06-solomachine

The `Initialize` function in `ClientState` has been removed and all its logic has been moved to the implemention of the `LightClientModule` interface `Initialize` function.

### 07-tendermint

The `IterateConsensusMetadata` function has been removed.
Expand Down

0 comments on commit 4ec0e97

Please sign in to comment.