From 4ec0e97d3fa263dbe7dc0bc0f3e70e70fabc89ed Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Mon, 25 Mar 2024 17:04:14 +0100 Subject: [PATCH] add migration note --- docs/docs/05-migrations/13-v8-to-v9.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/05-migrations/13-v8-to-v9.md b/docs/docs/05-migrations/13-v8-to-v9.md index 489b88d4f47..1fafc4c8265 100644 --- a/docs/docs/05-migrations/13-v8-to-v9.md +++ b/docs/docs/05-migrations/13-v8-to-v9.md @@ -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.