-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Towards #2659 (we need to implement the second half on cosmwasm) In this PR: - we implements a Cosmos in Cosmos light client in EVM that will allow any cosmos chain connected to union to have it's root hash committed on EVM. This will allow direct connections/channels to EVM through Union. - we extend the `ILightClient` interface to expose `isFrozen` for light clients. - we fix a Cometbls light client bug where we weren't checking whether the client was frozen or not before checking membership proofs. - we simplify the UCS01 contract and improve some tests (fuzz edge case I found that were wrong as we were missing some `vm.assume`)
- Loading branch information
Showing
13 changed files
with
1,465 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.