This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Make BlockNumber
in CLI generic as well
#2653
Labels
I7-refactor
Code needs refactoring.
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
Milestone
For some use cases in the CLI we require the
BlockNumber
, currently we assume the block number fits intou32
. This is not correct and thus, we should make the CLI generic over theBlockNumber
as well.#2602
The text was updated successfully, but these errors were encountered: