Open
Description
Crate
ibc
Summary
The Height
type and the ChainId
types are closely related: the version_number
field in a height of a chain denotes the revision of that chain. The revision used to be called "epoch," then renamed to "version", but it seems that the name of this field will stabilize to "revision".
There's two things to improve/clarify on our side:
- Our
ChainId
implementation is a bit messy and uses both the names of "version" and "epoch".
- The field of type
Height
might soon evolve so we probably need to renameversion_number
intorevision_number
.
Dependencies:
- sdk: Rename IBC Height's "Version" to a unique name for IBC cosmos-sdk#7709
- spec: https://github.com/cosmos/ics/issues/481
Problem Definition
Proposal
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate milestone (priority) applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Metadata
Metadata
Assignees
Labels
No labels