polymerdao / ibc-go

Interblockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
11 stars 13 forks source link

multihop: some improvements (naming, documentation, errors) #41

Closed crodriguezvega closed 9 months ago

crodriguezvega commented 9 months ago

Description

Some (hopefully) improvements to align with idc-go's code guidelines (e.g. regarding error reporting). Renamed some variables, functions to (hopefully) more clarifying names (at least for me 😄). Added extra comments and godocs.

I will open more PRs as I continue to go through the code.

closes: #XXXX

Commit Message / Changelog Entry

type: commit message

see the guidelines for commit messages. (view raw markdown for examples)


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.