ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.57k stars 3.21k forks source link

Make FaultDisputeGame constructor types more accurate for 'maxGameDepth' and 'splitDepth' #12254

Open blmalone opened 2 hours ago

blmalone commented 2 hours ago

This issue was created based on the following discussion: https://github.com/ethereum-optimism/optimism/pull/12228#discussion_r1783449535

maxGameDepth should be uint64 and splitDepth should be uint32 and not uint256.

mds1 commented 2 hours ago

cc @ajsutton @smartcontracts for visiblity