ComposableFi / ibc-go

Interblockchain communication protocol (IBC) implementation in Golang.
https://ibcprotocol.org/
MIT License
8 stars 3 forks source link

Refactor CheckHeaderAndUpdateState into `VerifyClientMessage`, `CheckForMisbehaviour`, `UpdateStateOnMisbehaviour` and `UpdateState` #11

Closed thomasmodeneis closed 2 years ago

thomasmodeneis commented 2 years ago

Summary

Problem Definition

Proposal


For Admin Use