File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/ethereum/forks/amsterdam/vm Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7373BLOB_MIN_GASPRICE = Uint (1 )
7474BLOB_BASE_FEE_UPDATE_FRACTION = Uint (11684671 )
7575
76- TARGET_STATE_GROWTH_PER_YEAR = Uint (100 * 1024 ** 3 )
77- BLOCKS_PER_YEAR = Uint (2_628_000 )
78- COST_PER_STATE_BYTE_SIGNIFICANT_BITS = Uint (5 )
79- COST_PER_STATE_BYTE_OFFSET = Uint (9578 )
76+ TARGET_STATE_GROWTH_PER_YEAR = Uint (100 * 1024 ** 3 ) # noqa: F841
77+ BLOCKS_PER_YEAR = Uint (2_628_000 ) # noqa: F841
78+ COST_PER_STATE_BYTE_SIGNIFICANT_BITS = Uint (5 ) # noqa: F841
79+ COST_PER_STATE_BYTE_OFFSET = Uint (9578 ) # noqa: F841
8080
8181STATE_BYTES_PER_NEW_ACCOUNT = Uint (112 )
8282STATE_BYTES_PER_STORAGE_SET = Uint (32 )
Original file line number Diff line number Diff line change 110110Trace .returnData
111111Trace .refund
112112Trace .opName
113+ Trace .stateGas
114+ Trace .stateGasCost
113115FinalTrace .gasUsed
114116
115117# src/ethereum_spec_tools/lint/lints/glacier_forks_hygiene.py
You can’t perform that action at this time.
0 commit comments