-
Notifications
You must be signed in to change notification settings - Fork 255
Decide on type of height related fields #688
Copy link
Copy link
Closed
Labels
T:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Description
Original implementation used uint64 to represent any type of height. This seems to be the most appropriate type.
The convention in Tendermint/Cosmos-SDK is to use int64. The same for go-header library.
We need to decide what type should be used and change the code accordingly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T:code-hygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.