We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9825f68 commit ad00454Copy full SHA for ad00454
blockdata/columns.lisp
@@ -14,7 +14,7 @@
14
(INST :byte :display :opcode)
15
(COINBASE_HI :i32)
16
(COINBASE_LO :i128)
17
- (BLOCK_GAS_LIMIT :i32)
+ (BLOCK_GAS_LIMIT :i64) ;;i32 is enough for Linea, not for reference tests
18
(BASEFEE :i64)
19
(FIRST_BLOCK_NUMBER :i48)
20
(REL_BLOCK :i16)
0 commit comments