Skip to content

Commit

Permalink
add keys as comments to eip3651 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored and winsvega committed Feb 15, 2023
1 parent 6a9ad9d commit aa6d8cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ coinbaseWarmAccountCallGasFail:

transaction:
data:
# CALL
# CALL - WRMCB0009
- :abi f(uint) 0x100
# CALLCODE
# CALLCODE - WRMCB0010
- :abi f(uint) 0x200
# DELEGATECALL
# DELEGATECALL - WRMCB0011
- :abi f(uint) 0x300
# STATICCALL
# STATICCALL - WRMCB0012
- :abi f(uint) 0x400
gasLimit:
- 80000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,21 @@ coinbaseWarmAccountCallGas:

transaction:
data:
# EXTCODESIZE
# EXTCODESIZE - WRMCB0001
- :abi f(uint) 0
# EXTCODECOPY
# EXTCODECOPY - WRMCB0002
- :abi f(uint) 1
# EXTCODEHASH
# EXTCODEHASH - WRMCB0003
- :abi f(uint) 2
# BALANCE
# BALANCE - WRMCB0004
- :abi f(uint) 3
# CALL
# CALL - WRMCB0005
- :abi f(uint) 4
# CALLCODE
# CALLCODE - WRMCB0006
- :abi f(uint) 5
# DELEGATECALL
# DELEGATECALL - WRMCB0007
- :abi f(uint) 6
# STATICCALL
# STATICCALL - WRMCB0008
- :abi f(uint) 7
gasLimit:
- 80000
Expand Down

0 comments on commit aa6d8cf

Please sign in to comment.