File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 212212 GAS_CONST_ECPAIRING 45000
213213 GAS_CONST_ECPAIRING_PAIR 34000
214214 GAS_CONST_BLAKE2_PER_ROUND 1
215+ GAS_CONST_INIT_CODE_WORD 2 ; ; post Shanghai EIP-3860
215216 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
216217 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;
217218 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; EVM MISC ;;
218219 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;
219220 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
220221 MAX_CODE_SIZE 24576
222+ MAX_INIT_CODE_SIZE (* MAX_CODE_SIZE 2 )
221223 EIP_3541_MARKER 0xEF
222224 BLOCKHASH_MAX_HISTORY 256
223225 MAX_REFUND_QUOTIENT 5
399401 OOB_INST_CDL 0x35
400402 OOB_INST_XCALL 0xCC
401403 OOB_INST_CALL 0xCA
404+ OOB_INST_XCREATE 0xCD
402405 OOB_INST_CREATE 0xCE
403406 OOB_INST_SSTORE 0x55
404407 OOB_INST_DEPLOYMENT 0xF3
You can’t perform that action at this time.
0 commit comments