ComposableFi / ibc-go

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

Implement header and consensus state interfaces #2

Closed oshorefueled closed 2 years ago

oshorefueled commented 2 years ago

Description

This PR implements the header and consensus state interfaces for the 11-beefy light client. It also adds a logger interface used for logging errors that aren't returned in the header methods.