aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2018-11-30 07:29:56 +0800
committerGitHub <noreply@github.com>2018-11-30 07:29:56 +0800
commit90e460132e062acc0f185abf1100c05414d21f03 (patch)
treeb7eb7210b1490c47b5d9c71392c52d1f4ae2bdb9 /src
parent7da6a0a9d226c79d2c37b2402a00d3d9be2cc85c (diff)
parentc7d76e58940dfff57a8ba6a80338e16e0fbc5571 (diff)
downloaddexon-tests-90e460132e062acc0f185abf1100c05414d21f03.tar
dexon-tests-90e460132e062acc0f185abf1100c05414d21f03.tar.gz
dexon-tests-90e460132e062acc0f185abf1100c05414d21f03.tar.bz2
dexon-tests-90e460132e062acc0f185abf1100c05414d21f03.tar.lz
dexon-tests-90e460132e062acc0f185abf1100c05414d21f03.tar.xz
dexon-tests-90e460132e062acc0f185abf1100c05414d21f03.tar.zst
dexon-tests-90e460132e062acc0f185abf1100c05414d21f03.zip
Merge pull request #543 from hugo-dc/extcodehash-h2
EXTCODEHASH: test for deleted account
Diffstat (limited to 'src')
-rw-r--r--src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount1Filler.yml103
-rw-r--r--src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount2Filler.yml101
-rw-r--r--src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount3Filler.yml121
-rw-r--r--src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount4Filler.yml135
-rw-r--r--src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccountFiller.yml143
5 files changed, 603 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount1Filler.yml b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount1Filler.yml
new file mode 100644
index 000000000..cf5bc3abd
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount1Filler.yml
@@ -0,0 +1,103 @@
+# EXTCODEHASH to a deleted account
+---
+extCodeHashDeletedAccount1:
+ _info:
+ comment: |
+ 1) Account A already exists in the state and contains code
+ Call to Account B do the following:
+ - stores Account A code hash to 1
+ - stores Account A code size to 2
+ - stores Account A code to 3
+ - Run selfdestruct on A
+ - stores Account A code hash to 4
+ - stores Account A code size to 5
+ - stores Account A code to 6
+ env:
+ currentCoinbase: 2adc25665018aa1fe0e6bc666dac8fc2697ff9ba
+ currentDifficulty: '0x20000'
+ currentGasLimit: "1000000"
+ currentNumber: "1"
+ currentTimestamp: "1000"
+ previousHash: 5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6
+ pre:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (CALL 160000 0xbbbbbbbb00000000000000000000000000000000 0 0 0 0 32)
+ }
+ nonce: '0'
+ storage: {}
+ # Account A: already exists in the state
+ # contains selfdestruct code
+ aaaaaaaa00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (SELFDESTRUCT (BALANCE 0xdeadbeef00000000000000000000000000000000))
+ }
+ nonce: '0'
+ storage: {}
+ # Account B
+ # Stores Account A code hash to 1, code size to 2, code to 3
+ # Run selfdestruct on A
+ # Stores Account A code hash to 4, code size to 5, code to 6
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ [[1]] (EXTCODEHASH 0xaaaaaaaa00000000000000000000000000000000)
+ [[2]] (EXTCODESIZE 0xaaaaaaaa00000000000000000000000000000000)
+ (EXTCODECOPY 0xaaaaaaaa00000000000000000000000000000000 0 0 (SLOAD 2))
+ [[3]] (MLOAD 0)
+
+ (CALL 150000 0xaaaaaaaa00000000000000000000000000000000 0 0 0 0 32)
+
+ [[4]] (EXTCODEHASH 0xaaaaaaaa00000000000000000000000000000000)
+ [[5]] (EXTCODESIZE 0xaaaaaaaa00000000000000000000000000000000)
+ (EXTCODECOPY 0xaaaaaaaa00000000000000000000000000000000 32 0 (SLOAD 5))
+ [[6]] (MLOAD 32)
+ }
+ nonce: '0'
+ storage: {}
+ a94f5374fce5edbc8e2a8697c15331677e6ebf0b:
+ balance: '1000000000000000000'
+ code: '0x00'
+ nonce: '0'
+ storage: {}
+ expect:
+ - indexes:
+ data: !!int -1
+ gas: !!int -1
+ value: !!int -1
+ network:
+ - '>=Constantinople'
+ result:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000001'
+ storage: {
+
+ }
+ aaaaaaaa00000000000000000000000000000000:
+ shouldnotexist: '1'
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ storage: {
+ 1: '0x9dff858fbcae72e5644a465fa893f46deb3e03b9cd5a8b531109cd577f7fb293',
+ 2: '0x17',
+ 3: '0x73deadbeef0000000000000000000000000000000031ff000000000000000000',
+ 4: '0x9dff858fbcae72e5644a465fa893f46deb3e03b9cd5a8b531109cd577f7fb293',
+ 5: '0X17',
+ 6: '0x73deadbeef0000000000000000000000000000000031ff000000000000000000'
+ }
+ transaction:
+ data:
+ - ''
+ gasLimit:
+ - '400000'
+ gasPrice: '1'
+ nonce: '0'
+ secretKey: 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8
+ to: 095e7baea6a6c7c4c2dfeb977efac326af552d87
+ value:
+ - '1'
diff --git a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount2Filler.yml b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount2Filler.yml
new file mode 100644
index 000000000..aa2a0d0a6
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount2Filler.yml
@@ -0,0 +1,101 @@
+# EXTCODEHASH to a deleted account
+---
+extCodeHashDeletedAccount2:
+ _info:
+ comment: |
+ 2) Account A already exists in the state and contains code
+ Call to Account B stores Account A code hash to 1, code size to 2, code to 3
+ Call to Account C runs self destruct on A
+ Call to Account B stores Account A code hash to 4, code size to 5, code to 6
+ env:
+ currentCoinbase: 2adc25665018aa1fe0e6bc666dac8fc2697ff9ba
+ currentDifficulty: '0x20000'
+ currentGasLimit: "1000000"
+ currentNumber: "1"
+ currentTimestamp: "1000"
+ previousHash: 5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6
+ pre:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (MSTORE 0 0x01)
+ (CALL 150000 0xbbbbbbbb00000000000000000000000000000000 0 0 32 0 32)
+
+ (CALL 150000 0xaaaaaaaa00000000000000000000000000000000 0 0 0 0 32)
+
+ (MSTORE 32 0x04)
+ (CALL 150000 0xbbbbbbbb00000000000000000000000000000000 0 32 32 0 32)
+ }
+ nonce: '0'
+ storage: {}
+ # Acount A: already exists in the state
+ # contains selfdestruct code
+ aaaaaaaa00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (SELFDESTRUCT (BALANCE 0xdeadbeef00000000000000000000000000000000))
+ }
+ nonce: '0'
+ storage: {}
+ # Account B
+ # Receives storage key as call data
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (CALLDATACOPY 0 0 32)
+ (SSTORE (MLOAD 0) (EXTCODEHASH 0xaaaaaaaa00000000000000000000000000000000))
+
+ (MSTORE 32 (EXTCODESIZE 0xaaaaaaaa00000000000000000000000000000000))
+
+ (MSTORE 0 (ADD (MLOAD 0) 1))
+ (SSTORE (MLOAD 0) (MLOAD 32))
+
+ (MSTORE 0 (ADD (MLOAD 0) 1))
+ (EXTCODECOPY 0xaaaaaaaa00000000000000000000000000000000 64 0 (MLOAD 32))
+ (SSTORE (MLOAD 0) (MLOAD 64))
+ }
+ nonce: '0'
+ storage: {}
+ a94f5374fce5edbc8e2a8697c15331677e6ebf0b:
+ balance: '1000000000000000000'
+ code: '0x00'
+ nonce: '0'
+ storage: {}
+ expect:
+ - indexes:
+ data: !!int -1
+ gas: !!int -1
+ value: !!int -1
+ network:
+ - '>=Constantinople'
+ result:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000001'
+ storage: {}
+ aaaaaaaa00000000000000000000000000000000:
+ shouldnotexist: '1'
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ storage: {
+ 1: '0x9dff858fbcae72e5644a465fa893f46deb3e03b9cd5a8b531109cd577f7fb293',
+ 2: '0x17',
+ 3: '0x73deadbeef0000000000000000000000000000000031ff000000000000000000',
+ 4: '0x9dff858fbcae72e5644a465fa893f46deb3e03b9cd5a8b531109cd577f7fb293',
+ 5: '0x17',
+ 6: '0x73deadbeef0000000000000000000000000000000031ff000000000000000000'
+ }
+ transaction:
+ data:
+ - ''
+ gasLimit:
+ - '400000'
+ gasPrice: '1'
+ nonce: '0'
+ secretKey: 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8
+ to: 095e7baea6a6c7c4c2dfeb977efac326af552d87
+ value:
+ - '1'
+
diff --git a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount3Filler.yml b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount3Filler.yml
new file mode 100644
index 000000000..2e1480d12
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount3Filler.yml
@@ -0,0 +1,121 @@
+# EXTCODEHASH to a deleted account
+---
+extCodeHashDeletedAccount3:
+ _info:
+ comment: |
+ 3) Call creates Account A (0x95ab1c33798981918da6d27056f70376674878d2)
+ Call to Account B do the following:
+ - stores Account A code hash to 1
+ - stores Account A code size to 2
+ - stores Account A code to 3
+ - Run selfdestruct on A
+ - stores Account A code hash to 4
+ - stores Account A code size to 5
+ - stores Account A code to 6
+ env:
+ currentCoinbase: 2adc25665018aa1fe0e6bc666dac8fc2697ff9ba
+ currentDifficulty: '0x20000'
+ currentGasLimit: "1000000"
+ currentNumber: "1"
+ currentTimestamp: "1000"
+ previousHash: 5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6
+ pre:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000000'
+ code: |
+ {
+ ;; Creates Account A using code in existing account C
+ (MSTORE 0
+ (CREATE2 0 0
+ (lll
+ {
+ (MSTORE 0 (EXTCODESIZE 0xcccccccc00000000000000000000000000000000))
+ (EXTCODECOPY 0xcccccccc00000000000000000000000000000000
+ 32
+ 0
+ (MLOAD 0))
+ (RETURN 32 (MLOAD 0))
+ }
+ 0)
+ 0))
+
+ ;; Stores new Account A address
+ [[0]] (MLOAD 0)
+
+ ;; Call Account B:
+ (CALL 150000 0xbbbbbbbb00000000000000000000000000000000 0 0 0 0 32)
+ (STOP)
+ }
+ nonce: '0'
+ storage: {}
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ ;; Stores Account A hash to 1
+ [[1]] (EXTCODEHASH 0x95ab1c33798981918da6d27056f70376674878d2)
+ [[2]] (EXTCODESIZE 0x95ab1c33798981918da6d27056f70376674878d2)
+
+ (EXTCODECOPY 0x95ab1c33798981918da6d27056f70376674878d2 0 0 (SLOAD 2))
+ [[3]] (MLOAD 0)
+ ;; Run self destruct on Account A
+ (CALL 150000 0x95ab1c33798981918da6d27056f70376674878d2 0 0 0 0 32)
+
+ ;; Stores Account A hash to 2
+ [[4]] (EXTCODEHASH 0x95ab1c33798981918da6d27056f70376674878d2)
+ [[5]] (EXTCODESIZE 0x95ab1c33798981918da6d27056f70376674878d2)
+ (EXTCODECOPY 0x95ab1c33798981918da6d27056f70376674878d2 32 0 (SLOAD 5))
+ [[6]] (MLOAD 32)
+ }
+ nonce: '0'
+ storage: {}
+ cccccccc00000000000000000000000000000000:
+ balance: '0'
+ code: |
+ {
+ (SELFDESTRUCT 0xbbbbbbbb00000000000000000000000000000000)
+ }
+ nonce: '0'
+ storage: {}
+ a94f5374fce5edbc8e2a8697c15331677e6ebf0b:
+ balance: '1000000000000000000'
+ code: '0x00'
+ nonce: '0'
+ storage: {}
+ expect:
+ - indexes:
+ data: !!int -1
+ gas: !!int -1
+ value: !!int -1
+ network:
+ - '>=Constantinople'
+ result:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000001'
+ storage: {
+ 0: '0x95ab1c33798981918da6d27056f70376674878d2'
+ }
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ storage: {
+ 1: '0xb05d47e0911e4f67786f4cdc582608ee5f731e845a1e95ddc99759e2b3da81bf',
+ 2: '0x16',
+ 3: '0x73bbbbbbbb00000000000000000000000000000000ff00000000000000000000',
+ 4: '0xb05d47e0911e4f67786f4cdc582608ee5f731e845a1e95ddc99759e2b3da81bf',
+ 5: '0X16',
+ 6: '0x73bbbbbbbb00000000000000000000000000000000ff00000000000000000000',
+ }
+ 95ab1c33798981918da6d27056f70376674878d2:
+ shouldnotexist: '1'
+ transaction:
+ data:
+ - ''
+ gasLimit:
+ - '400000'
+ gasPrice: '1'
+ nonce: '0'
+ secretKey: 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8
+ to: 095e7baea6a6c7c4c2dfeb977efac326af552d87
+ value:
+ - '1'
+
diff --git a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount4Filler.yml b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount4Filler.yml
new file mode 100644
index 000000000..2ded64eef
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccount4Filler.yml
@@ -0,0 +1,135 @@
+# EXTCODEHASH to a deleted account
+---
+extCodeHashDeletedAccount4:
+ _info:
+ comment: |
+ 4) Call creates Account A
+ Call to Account B stores Account A hash to 1
+ Call to Account C runs self destruct on A
+ Call to Account B stores Account a hash to 2
+ env:
+ currentCoinbase: 2adc25665018aa1fe0e6bc666dac8fc2697ff9ba
+ currentDifficulty: '0x20000'
+ currentGasLimit: "1000000"
+ currentNumber: "1"
+ currentTimestamp: "1000"
+ previousHash: 5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6
+ pre:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000000'
+ code: |
+ {
+ ;; Creates Account A using code in existing account D
+ (MSTORE 0
+ (CREATE2 0 0
+ (lll
+ {
+ (MSTORE 0 (EXTCODESIZE 0xdddddddd00000000000000000000000000000000))
+ (EXTCODECOPY 0xdddddddd00000000000000000000000000000000
+ 32
+ 0
+ (MLOAD 0))
+ (RETURN 32 (MLOAD 0))
+ }
+ 0)
+ 0))
+
+ ;; Stores new Account A address
+ [[0]] (MLOAD 0)
+
+ ;; Call Account B:
+ ;; Stores Account A code hash to 1, code size to 2, code to 3
+ (MSTORE 32 0x01)
+ (CALL 150000 0xbbbbbbbb00000000000000000000000000000000 0 32 32 0 32)
+
+ ;; Call Account C:
+ ;; Runs self Destructs on Account A
+ (CALL 150000 0xcccccccc00000000000000000000000000000000 0 0 0 0 32)
+
+ ;; Call Account B:
+ ;; Stores Account B code hash to 4, code size to 5, code to 6
+ (MSTORE 64 0x04)
+ (CALL 150000 0xbbbbbbbb00000000000000000000000000000000 0 64 32 0 32)
+
+ (STOP)
+ }
+ nonce: '0'
+ storage: {}
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ ;; get key from call data
+ (CALLDATACOPY 0 0 32)
+
+ ;; store Account A code hash
+ [[(MLOAD 0)]] (EXTCODEHASH 0xe713449c212d891357cc2966816b1d528cfb59e0)
+
+ (MSTORE 0 (ADD (MLOAD 0) 1)) ;; increments storage key
+ [[(MLOAD 0)]] (EXTCODESIZE 0xe713449c212d891357cc2966816b1d528cfb59e0)
+
+ (EXTCODECOPY 0xe713449c212d891357cc2966816b1d528cfb59e0 32 0 (SLOAD (MLOAD 0)))
+ (MSTORE 0 (ADD (MLOAD 0) 1)) ;; increments storage key
+ [[(MLOAD 0)]] (MLOAD 32)
+ }
+ nonce: '0'
+ storage: {}
+ cccccccc00000000000000000000000000000000:
+ balance: '0'
+ code: |
+ {
+ ;; Run self destruct on Account A
+ (CALL 150000 0xe713449c212d891357cc2966816b1d528cfb59e0 0 0 0 0 32)
+ }
+ nonce: '0'
+ storage: {}
+ dddddddd00000000000000000000000000000000:
+ balance: '0'
+ code: |
+ {
+ (SELFDESTRUCT 0xbbbbbbbb00000000000000000000000000000000)
+ }
+ nonce: '0'
+ storage: {}
+ a94f5374fce5edbc8e2a8697c15331677e6ebf0b:
+ balance: '1000000000000000000'
+ code: ''
+ nonce: '0'
+ storage: {}
+ expect:
+ - indexes:
+ data: !!int -1
+ gas: !!int -1
+ value: !!int -1
+ network:
+ - '>=Constantinople'
+ result:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000001'
+ storage: {
+ 0: '0xe713449c212d891357cc2966816b1d528cfb59e0'
+ }
+ bbbbbbbb00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ storage: {
+ 1: '0xb05d47e0911e4f67786f4cdc582608ee5f731e845a1e95ddc99759e2b3da81bf',
+ 2: '0x16',
+ 3: '0x73bbbbbbbb00000000000000000000000000000000ff00000000000000000000',
+ 4: '0xb05d47e0911e4f67786f4cdc582608ee5f731e845a1e95ddc99759e2b3da81bf',
+ 5: '0x16',
+ 6: '0x73bbbbbbbb00000000000000000000000000000000ff00000000000000000000'
+ }
+ e713449c212d891357cc2966816b1d528cfb59e0:
+ shouldnotexist: '1'
+ transaction:
+ data:
+ - ''
+ gasLimit:
+ - '400000'
+ gasPrice: '1'
+ nonce: '0'
+ secretKey: 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8
+ to: 095e7baea6a6c7c4c2dfeb977efac326af552d87
+ value:
+ - '1'
+
diff --git a/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccountFiller.yml b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccountFiller.yml
new file mode 100644
index 000000000..74e6f0f8e
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stExtCodeHash/extCodeHashDeletedAccountFiller.yml
@@ -0,0 +1,143 @@
+# EXTCODEHASH to a deleted account same transaction
+---
+extCodeHashDeletedAccount:
+ _info:
+ comment: |
+ Get account A (aaaaaaaa00000000000000000000000000000000) code hash, code size, and code
+ Calls Account A's code which causes self destruction of A
+ Get account A codehash, code size and code
+ It is still getting the same values because selfdestruct is performed
+ at the end of transaction during state finalization stage.
+ env:
+ currentCoinbase: 2adc25665018aa1fe0e6bc666dac8fc2697ff9ba
+ currentDifficulty: '0x20000'
+ currentGasLimit: "1000000"
+ currentNumber: "1"
+ currentTimestamp: "1000"
+ previousHash: 5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6
+ pre:
+ # get account A codehash, destructs account A, get account A codehash
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000000'
+ code: |
+ {
+ ;; Gets external code hash, stores it in [[0]]
+ (CALL 150000 0xdeadbeef00000000000000000000000000000000 0 0 0 0 32)
+ (RETURNDATACOPY 0 0 32)
+ [[0]] (MLOAD 0)
+
+ ;; Gets external code size, stores it in [[1]]
+ (CALL 150000 0xdeadbeef00000000000000000000000000000001 0 0 0 0 32)
+ (RETURNDATACOPY 0 0 32)
+ [[1]] (MLOAD 0)
+
+ ;; Gets external code, stores it in [[2]]
+ (CALL 150000 0xdeadbeef00000000000000000000000000000002 0 0 0 0 32)
+ (RETURNDATACOPY 0 0 32)
+ [[2]] (MLOAD 0)
+
+
+ ;; Call Account A (self destructs)
+ (CALL 150000 0xaaaaaaaa00000000000000000000000000000000 0 0 0 0 32)
+
+
+ ;; Gets external code hash, stores it in [[3]]
+ (CALL 150000 0xdeadbeef00000000000000000000000000000000 0 0 0 0 32)
+ (RETURNDATACOPY 0 0 32)
+ [[3]] (MLOAD 0)
+
+ ;; Gets external code size, stores it in [[4]]
+ (CALL 150000 0xdeadbeef00000000000000000000000000000001 0 0 0 0 32)
+ (RETURNDATACOPY 0 0 32)
+ [[4]] (MLOAD 0)
+
+ ;; Gets external code, stores it in [[5]]
+ (CALL 150000 0xdeadbeef00000000000000000000000000000002 0 0 0 0 32)
+ (RETURNDATACOPY 0 0 32)
+ [[5]] (MLOAD 0)
+
+ }
+ nonce: '0'
+ storage: {}
+ aaaaaaaa00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (SELFDESTRUCT 0xdeadbeef00000000000000000000000000000000)
+ }
+ nonce: '0'
+ storage: {}
+ # Returns External Code Hash
+ deadbeef00000000000000000000000000000000:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (MSTORE 0 (EXTCODEHASH 0xaaaaaaaa00000000000000000000000000000000))
+ (RETURN 0 32)
+ }
+ nonce: '0'
+ storage: {}
+ # Returns External Code Size
+ deadbeef00000000000000000000000000000001:
+ balance: '1000000000000000000'
+ code: |
+ {
+ (MSTORE 0 (EXTCODESIZE 0xaaaaaaaa00000000000000000000000000000000))
+ (RETURN 0 32)
+ }
+ nonce: '0'
+ storage: {}
+ # Returns the first 32 bytes of the External Code
+ deadbeef00000000000000000000000000000002:
+ balance: '1000000000000000000'
+ code: |
+ {
+ ;;(MSTORE 0 (EXTCODESIZE 0xaaaaaaaa00000000000000000000000000000000))
+ ;;(EXTCODECOPY 0xaaaaaaaa00000000000000000000000000000000
+
+ (EXTCODECOPY 0xaaaaaaaa00000000000000000000000000000000
+ 0
+ 0
+ (EXTCODESIZE 0xaaaaaaaa00000000000000000000000000000000))
+ (RETURN 0 32)
+ }
+ nonce: '0'
+ storage: {}
+ a94f5374fce5edbc8e2a8697c15331677e6ebf0b:
+ balance: '1000000000000000000'
+ code: '0x00'
+ nonce: '0'
+ storage: {}
+ expect:
+ - indexes:
+ data: !!int -1
+ gas: !!int -1
+ value: !!int -1
+ network:
+ - '>=Constantinople'
+ result:
+ 095e7baea6a6c7c4c2dfeb977efac326af552d87:
+ balance: '1000000000000000001'
+ storage: {
+ 0: '0x4f8f2f49aec2d92b196659c9d1dc920d271503707a57472bd99eca81b9187f0f',
+ 1: '0x16',
+ 2: '0x73deadbeef00000000000000000000000000000000ff00000000000000000000',
+ 3: '0x4f8f2f49aec2d92b196659c9d1dc920d271503707a57472bd99eca81b9187f0f',
+ 4: '0x16',
+ 5: '0x73deadbeef00000000000000000000000000000000ff00000000000000000000'
+ }
+ aaaaaaaa00000000000000000000000000000000:
+ shouldnotexist: '1'
+ deadbeef00000000000000000000000000000000:
+ balance: '2000000000000000000'
+ transaction:
+ data:
+ - ''
+ gasLimit:
+ - '400000'
+ gasPrice: '1'
+ nonce: '0'
+ secretKey: 45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8
+ to: 095e7baea6a6c7c4c2dfeb977efac326af552d87
+ value:
+ - '1'