ComposableFi / ibc-go

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

Clean up 11-beefy, make it more idiomatic golang #7 #10

Closed thomasmodeneis closed 2 years ago

thomasmodeneis commented 2 years ago

Description

This PR tries to cleanup the code so that we have more idiomatic go files and related tests. Bellow you will find the more complete explanation for each one of the sections.

Update beefy.proto

Idiomatic Golang related

Fixed typos

absense -> absence

Update go.mod

closes: #7


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.