cartesi / rollups-contracts

Smart Contracts for Cartesi Rollups
https://cartesi.github.io/rollups-contracts/
Apache License 2.0
19 stars 38 forks source link

include chain id in `EvmAdvance` input #222

Closed ZzzzHui closed 8 months ago

ZzzzHui commented 8 months ago

According to EIP 1344, chain ID is a 256-bit value, but some toolings may limit the chain ID in the implementation. Like in our stack, chain ID is limited to be less than 2^64-1. So we use uint64 in the fuzzy tests.