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
## Motivation
There is a conditionally compiled `impl From<u64> for BlockHeight`, but
`BlockHeight`'s field is public, and we're using that directly almost
everywhere.
## Proposal
Remove the impl, directly use `BlockHeight(n)` everywhere.
## Test Plan
CI
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments