You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2025. It is now read-only.
Throughout our repos, we use u64 for block height. It would improve readability to have a standardized type alias (or maybe even a newtype) BlockHeight. I think we don't actually use height much in HotShot, more downstream, but it is a field of the leaf, so I think defining this type alias here makes sense, and will allow all downstream repos to import it so we have a consistent use of types across repos.
The text was updated successfully, but these errors were encountered:
Throughout our repos, we use
u64
for block height. It would improve readability to have a standardized type alias (or maybe even a newtype)BlockHeight
. I think we don't actually use height much in HotShot, more downstream, but it is a field of the leaf, so I think defining this type alias here makes sense, and will allow all downstream repos to import it so we have a consistent use of types across repos.The text was updated successfully, but these errors were encountered: