init4tech / zenith

Solidity contracts for a next-gen rollup system.
63 stars 5 forks source link

use uint64 for chain IDs and heights in structs, events, etc #64

Open prestwich opened 3 months ago

prestwich commented 3 months ago

change block height and chain ids to be uint64 instead of uint32 or uint256

for consistency with other toolchains :)

prestwich commented 3 months ago

also related to https://github.com/init4tech/zenith-rs/issues/34

PraneshASP commented 3 months ago

I'd like to take this on!