diff options
author | winsvega <winsvega@mail.ru> | 2017-10-04 21:13:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 21:13:48 +0800 |
commit | 555106b5bbb375815ae1944d1ef19356cc9f4648 (patch) | |
tree | f9924df6dbb4b0f2783c09f06fd8f6142f3d2513 /src/GeneralStateTestsFiller/stTransactionTest | |
parent | 87382ab8b41d74394640e2eac0f74cc60516e421 (diff) | |
parent | 671e027d85378baf82f99c80f2cdf016fa06f6aa (diff) | |
download | tangerine-tests-555106b5bbb375815ae1944d1ef19356cc9f4648.tar tangerine-tests-555106b5bbb375815ae1944d1ef19356cc9f4648.tar.gz tangerine-tests-555106b5bbb375815ae1944d1ef19356cc9f4648.tar.bz2 tangerine-tests-555106b5bbb375815ae1944d1ef19356cc9f4648.tar.lz tangerine-tests-555106b5bbb375815ae1944d1ef19356cc9f4648.tar.xz tangerine-tests-555106b5bbb375815ae1944d1ef19356cc9f4648.tar.zst tangerine-tests-555106b5bbb375815ae1944d1ef19356cc9f4648.zip |
Merge pull request #342 from ethereum/fixfillers
regenerate state tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest')
11 files changed, 0 insertions, 1270 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransaction0PriceFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransaction0PriceFiller.json deleted file mode 100644 index 4ffa0e04b..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransaction0PriceFiller.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "zeroSigTransaction0Price" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : [1,2], - "value" : -1 - }, - "network" : ["ALL"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0,3], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x01" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0,3], - "value" : 1 - }, - "network" : ["Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - } - ], - "pre" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0", - "code" : "{ [[0]] 1 }", - "nonce" : "0", - "storage" : { - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreateFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreateFiller.json deleted file mode 100644 index 73b115efd..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreateFiller.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "zeroSigTransactionCreate" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP158", "EIP150", "Byzantium"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [1], - "gas" : -1, - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [1,2], - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [0,3], - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "balance" : "0x00", - "nonce" : "0x01" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [2], - "gas" : [3], - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "nonce" : "0x01", - "storage" : { - "0x00" : "0xffffffffffffffffffffffffffffffffffffffff", - "0x01" : "0xffffffffffffffffffffffffffffffffffffffff" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - } - ], - "pre" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910", "0x3260005533600155" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "", - "value" : [ - "0" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreatePrice0Filler.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreatePrice0Filler.json deleted file mode 100644 index 13baa8c87..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreatePrice0Filler.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "zeroSigTransactionCreatePrice0" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP158", "EIP150", "Byzantium"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - }, - "96b19ced219f86286c413422a6698a7439d1fa52" : { - "shouldnotexist" : "1" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [1], - "gas" : -1, - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [1,2], - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [0,3], - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "balance" : "0x00", - "nonce" : "0x01" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : [2], - "gas" : [0,3], - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "balance" : "0x00", - "nonce" : "0x01" - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - } - ], - "pre" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910", "0x6000" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "", - "value" : [ - "0" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionFiller.json deleted file mode 100644 index 587c33a2c..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionFiller.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "zeroSigTransaction" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : [1,2], - "value" : -1 - }, - "network" : ["ALL"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0,3], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x01" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0], - "value" : 1 - }, - "network" : ["Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - } - ], - "pre" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0", - "code" : "{ [[0]] 1 }", - "nonce" : "0", - "storage" : { - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1", "100000" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvChainIDFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvChainIDFiller.json deleted file mode 100644 index 6211d4b87..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvChainIDFiller.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "zeroSigTransactionInvChainID" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["ALL"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - } - ], - "pre" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0", - "code" : "{ [[0]] 1 }", - "nonce" : "0", - "storage" : { - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "0", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonce2Filler.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonce2Filler.json deleted file mode 100644 index c8393019c..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonce2Filler.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "zeroSigTransactionInvNonce2" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP158", "EIP150", "Byzantium"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "1" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "1" - } - } - } - ], - "pre" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0", - "code" : "{ [[0]] 1 }", - "nonce" : "0", - "storage" : { - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "1", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "1", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json deleted file mode 100644 index c8e2f0f7c..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "zeroSigTransactionInvNonce" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP158", "EIP150", "Byzantium"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - } - ], - "pre" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0", - "code" : "{ [[0]] 1 }", - "nonce" : "0", - "storage" : { - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "10", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json deleted file mode 100644 index b722c779b..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "zeroSigTransactionOOG" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : [1,2], - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "Byzantium"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : 0, - "gas" : [1], - "value" : -1 - }, - "network" : ["EIP158", "Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : 1, - "gas" : [1,2], - "value" : -1 - }, - "network" : ["EIP158", "Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "nonce" : "0" - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [3,0], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x01" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "shouldnotexist" : "1" - } - } - } - ], - "pre" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0", - "code" : "{ [[0]] 1 }", - "nonce" : "0", - "storage" : { - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "0", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOriginFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOriginFiller.json deleted file mode 100644 index 9509efdd4..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOriginFiller.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "zeroSigTransactionOrigin" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : [0,3], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - }, - "1000000000000000000000000000000000000000" : { - "storage" : { - "0x00" : "0xffffffffffffffffffffffffffffffffffffffff", - "0x01" : "0xffffffffffffffffffffffffffffffffffffffff" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [1,2], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - }, - "1000000000000000000000000000000000000000" : { - "storage" : { - "0x00" : "0", - "0x01" : "0" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], - "result" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - } - ], - "pre" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - }, - "1000000000000000000000000000000000000000" : { - "balance" : "100000", - "code" : "{ [[0]] (ORIGIN) [[1]] (CALLER) }", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "" - ], - "gasLimit" : [ - "70000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "1000000000000000000000000000000000000000", - "value" : [ - "0", "1", "100000" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionToZero2Filler.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionToZero2Filler.json deleted file mode 100644 index eb4fc12ae..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionToZero2Filler.json +++ /dev/null @@ -1,248 +0,0 @@ -{ - "zeroSigTransactionToZero2" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : 1 - }, - "network" : ["Constantinople"], - "result" : { - "a000000000000000000000000000000000000000" : { - "storage" : { - "0x00" : "0x00" - } - }, - "1000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x00" - } - }, - "2000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x00" - } - }, - "3000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [0], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "a000000000000000000000000000000000000000" : { - "storage" : { - "0x00" : "0x01" - } - }, - "1000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x01", - "0x02" : "0xffffffffffffffffffffffffffffffffffffffff", - "0x03" : "0xa000000000000000000000000000000000000000" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - }, - { - "indexes" : { - "data" : [1], - "gas" : [0], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "a000000000000000000000000000000000000000" : { - "storage" : { - "0x00" : "0x01" - } - }, - "2000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x01", - "0x02" : "0xffffffffffffffffffffffffffffffffffffffff", - "0x03" : "0xa000000000000000000000000000000000000000" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - }, - { - "indexes" : { - "data" : [2], - "gas" : [0], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "a000000000000000000000000000000000000000" : { - "storage" : { - "0x00" : "0x01" - } - }, - "3000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x01", - "0x02" : "0xffffffffffffffffffffffffffffffffffffffff", - "0x03" : "0xa000000000000000000000000000000000000000" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [1,2], - "value" : 0 - }, - "network" : ["Constantinople"], - "result" : { - "a000000000000000000000000000000000000000" : { - "storage" : { - "0x00" : "0x00" - } - }, - "1000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x00" - } - }, - "2000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x00" - } - }, - "3000000000000000000000000000000000000000" : { - "storage" : { - "0x01" : "0x00" - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], - "result" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - } - ], - "pre" : { - "a000000000000000000000000000000000000000" : { - "balance" : "100000", - "code" : "{ [[0]](CALL (GAS) (CALLDATALOAD 0) (CALLVALUE) 0 0 0 0) }", - "nonce" : "0", - "storage" : { - } - }, - "1000000000000000000000000000000000000000" : { - "balance" : "100000", - "code" : "{ [[1]] (CALL (GAS) 0xffffffffffffffffffffffffffffffffffffffff (CALLVALUE) 0 0 0 0) [[2]] (ORIGIN) [[3]] (CALLER) }", - "nonce" : "0", - "storage" : { - } - }, - "2000000000000000000000000000000000000000" : { - "balance" : "100000", - "code" : "{ [[1]] (CALLCODE (GAS) 0xffffffffffffffffffffffffffffffffffffffff (CALLVALUE) 0 0 0 0) [[2]] (ORIGIN) [[3]] (CALLER) }", - "nonce" : "0", - "storage" : { - } - }, - "3000000000000000000000000000000000000000" : { - "balance" : "100000", - "code" : "{ [[1]] (DELEGATECALL (GAS) 0xffffffffffffffffffffffffffffffffffffffff 0 0 0 0) [[2]] (ORIGIN) [[3]] (CALLER) }", - "nonce" : "0", - "storage" : { - } - }, - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "0x0000000000000000000000001000000000000000000000000000000000000000", - "0x0000000000000000000000002000000000000000000000000000000000000000", - "0x0000000000000000000000003000000000000000000000000000000000000000" - ], - "gasLimit" : [ - "600000", "20000", "0" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "a000000000000000000000000000000000000000", - "value" : [ - "0", "100" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionToZeroFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionToZeroFiller.json deleted file mode 100644 index 8e5c1dfe0..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionToZeroFiller.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "zeroSigTransactionToZero" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Constantinople"], - "result" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158", "Byzantium"], - "result" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - } - } - ], - "pre" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "ffffffffffffffffffffffffffffffffffffffff", - "value" : [ - "0", "1", "100000" - ] - } - } -} |