aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json
diff options
context:
space:
mode:
authorDimitry <dimitry@ethdev.com>2017-03-22 23:30:20 +0800
committerDimitry <dimitry@ethdev.com>2017-03-22 23:30:20 +0800
commitb2c47a6c5bf786ede388b92c9e2c4be699bc4eb9 (patch)
treeff82abbdd456dc86a5b4fa1b0a590f6ad9e439e5 /src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json
parent5105d425491ed731cfd4f6e6533d414fc129303c (diff)
downloaddexon-tests-b2c47a6c5bf786ede388b92c9e2c4be699bc4eb9.tar
dexon-tests-b2c47a6c5bf786ede388b92c9e2c4be699bc4eb9.tar.gz
dexon-tests-b2c47a6c5bf786ede388b92c9e2c4be699bc4eb9.tar.bz2
dexon-tests-b2c47a6c5bf786ede388b92c9e2c4be699bc4eb9.tar.lz
dexon-tests-b2c47a6c5bf786ede388b92c9e2c4be699bc4eb9.tar.xz
dexon-tests-b2c47a6c5bf786ede388b92c9e2c4be699bc4eb9.tar.zst
dexon-tests-b2c47a6c5bf786ede388b92c9e2c4be699bc4eb9.zip
revert opcode test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json120
1 files changed, 120 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json
new file mode 100644
index 000000000..8aa10605c
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stRevertTest/RevertOpcodeInInitFiller.json
@@ -0,0 +1,120 @@
+{
+ "RevertOpcodeInInit" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "10000000",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "expect" : [
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : 0,
+ "value" : -1
+ },
+ "network" : ["Frontier", "Homestead", "EIP158", "EIP150"],
+ "result" : {
+ "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
+ "shouldnotexist" : "1"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "1"
+ }
+ }
+ },
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : 1,
+ "value" : -1
+ },
+ "network" : ["Frontier"],
+ "result" : {
+ "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
+ "shouldnotexist" : "1"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "1"
+ }
+ }
+ },
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : 1,
+ "value" : -1
+ },
+ "network" : ["Homestead", "EIP158", "EIP150"],
+ "result" : {
+ "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
+ "shouldnotexist" : "1"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "0"
+ }
+ }
+ },
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : 0,
+ "value" : -1
+ },
+ "network" : ["Metropolis"],
+ "result" : {
+ "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
+ "shouldnotexist" : "1"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "1"
+ }
+ }
+ },
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : 1,
+ "value" : -1
+ },
+ "network" : ["Metropolis"],
+ "result" : {
+ "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : {
+ "shouldnotexist" : "1"
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "nonce" : "0"
+ }
+ }
+ }
+ ],
+ "pre" :
+ {
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000000",
+ "code" : "",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" : {
+ "data" : "{ [[0]] 1 (REVERT 0 1) [[1]] 12 }",
+ "data" : [
+ "0x600160005560016000fd6011600155"
+ ],
+ "gasLimit" : [
+ "160000", "40000"
+ ],
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "",
+ "value" : [
+ "0", "10"
+ ]
+ }
+ }
+}