diff options
author | Dimitry <winsvega@mail.ru> | 2017-03-23 17:36:22 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-03-23 17:36:22 +0800 |
commit | 8e5e26d20e9d3a76fd493f84ab6f79fc1990764d (patch) | |
tree | c45690648832812a9d7065e4a070638ba081d844 /src/GeneralStateTestsFiller/stTransactionTest | |
parent | ed177d16a2e2784b8dd6c454b8c4c5e1288c3ad6 (diff) | |
download | dexon-tests-8e5e26d20e9d3a76fd493f84ab6f79fc1990764d.tar dexon-tests-8e5e26d20e9d3a76fd493f84ab6f79fc1990764d.tar.gz dexon-tests-8e5e26d20e9d3a76fd493f84ab6f79fc1990764d.tar.bz2 dexon-tests-8e5e26d20e9d3a76fd493f84ab6f79fc1990764d.tar.lz dexon-tests-8e5e26d20e9d3a76fd493f84ab6f79fc1990764d.tar.xz dexon-tests-8e5e26d20e9d3a76fd493f84ab6f79fc1990764d.tar.zst dexon-tests-8e5e26d20e9d3a76fd493f84ab6f79fc1990764d.zip |
remote zeroSigTransaction tests
Diffstat (limited to 'src/GeneralStateTestsFiller/stTransactionTest')
7 files changed, 0 insertions, 586 deletions
diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreateFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreateFiller.json deleted file mode 100644 index f7acd36a3..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreateFiller.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "zeroSigTransacrionCreate" : { - "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"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - } - } - }, - { - "indexes" : { - "data" : [1], - "gas" : -1, - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [1,2,3], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [0], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "balance" : "0x01", - "nonce" : "0x01" - } - } - } - ], - "pre" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100000", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "1", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "", - "value" : [ - "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json deleted file mode 100644 index bf1fefee1..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransacrionCreatePrice0Filler.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "zeroSigTransacrionCreatePrice0" : { - "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"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - } - } - }, - { - "indexes" : { - "data" : [1], - "gas" : -1, - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [1,2], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "shouldnotexist" : "1" - } - } - }, - { - "indexes" : { - "data" : [0], - "gas" : [0,3], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b318d82866cd9f7d7a55dbbf0a80f787b72bf97c" : { - "balance" : "0x01", - "nonce" : "0x01" - } - } - } - ], - "pre" : { - "ffffffffffffffffffffffffffffffffffffffff" : { - "balance" : "100", - "code" : "", - "nonce" : "0", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "", "0x1122334455667788990011223344556677889910" - ], - "gasLimit" : [ - "60000", "20000", "21000", "121000" - ], - "gasPrice" : "0", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "", - "value" : [ - "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransaction0PriceFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransaction0PriceFiller.json deleted file mode 100644 index 740db9d0f..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransaction0PriceFiller.json +++ /dev/null @@ -1,92 +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" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0,3], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x01" - } - } - } - } - ], - "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/zeroSigTransactionFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionFiller.json deleted file mode 100644 index 6bd737a8c..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionFiller.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "zeroSigTransaction" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x020000", - "currentGasLimit" : "10000000", - "currentNumber" : "1", - "currentTimestamp" : "1000", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "expect" : [ - { - "indexes" : { - "data" : -1, - "gas" : [1,2,3], - "value" : -1 - }, - "network" : ["ALL"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : -1, - "value" : -1 - }, - "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x01" - } - } - } - } - ], - "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" : "1", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1" - ] - } - } -} diff --git a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvChainIDFiller.json b/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvChainIDFiller.json deleted file mode 100644 index 87099575d..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvChainIDFiller.json +++ /dev/null @@ -1,62 +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" - } - } - } - } - ], - "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" : "1", - "nonce" : "10", - "v" : "0", - "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 730166c84..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionInvNonceFiller.json +++ /dev/null @@ -1,92 +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"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [1,2], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x00" - } - } - } - }, - { - "indexes" : { - "data" : -1, - "gas" : [0], - "value" : -1 - }, - "network" : ["Metropolis"], - "result" : { - "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "storage" : { - "0x00" : "0x01" - } - } - } - } - ], - "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" : "1", - "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 c5bbe6811..000000000 --- a/src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionOOGFiller.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "zeroSigTransactionOOG" : { - "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" - } - } - } - } - ], - "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" : "1", - "nonce" : "0", - "v" : "1", - "r" : "0", - "s" : "0", - "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", - "value" : [ - "0", "1" - ] - } - } -} |