diff options
author | Dimitry <winsvega@mail.ru> | 2017-06-09 17:45:28 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2017-06-09 17:45:28 +0800 |
commit | eb7cb8b97e05c2a799a457d3543a50ef1b1aa974 (patch) | |
tree | c3c179977aa53f2a13efb92504f6dba28c9f0c45 /GeneralStateTests/stStaticCall/static_callOrigin.json | |
parent | e17e44a002e4c602e56486663244b74d8dbbff54 (diff) | |
download | dexon-tests-eb7cb8b97e05c2a799a457d3543a50ef1b1aa974.tar dexon-tests-eb7cb8b97e05c2a799a457d3543a50ef1b1aa974.tar.gz dexon-tests-eb7cb8b97e05c2a799a457d3543a50ef1b1aa974.tar.bz2 dexon-tests-eb7cb8b97e05c2a799a457d3543a50ef1b1aa974.tar.lz dexon-tests-eb7cb8b97e05c2a799a457d3543a50ef1b1aa974.tar.xz dexon-tests-eb7cb8b97e05c2a799a457d3543a50ef1b1aa974.tar.zst dexon-tests-eb7cb8b97e05c2a799a457d3543a50ef1b1aa974.zip |
remove empty static call tests
Diffstat (limited to 'GeneralStateTests/stStaticCall/static_callOrigin.json')
-rw-r--r-- | GeneralStateTests/stStaticCall/static_callOrigin.json | 109 |
1 files changed, 0 insertions, 109 deletions
diff --git a/GeneralStateTests/stStaticCall/static_callOrigin.json b/GeneralStateTests/stStaticCall/static_callOrigin.json deleted file mode 100644 index 3b8cfe53d..000000000 --- a/GeneralStateTests/stStaticCall/static_callOrigin.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "static_callToStaticOpCodeCheck" : { - "env" : { - "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x20000", - "currentGasLimit" : "0x989680", - "currentNumber" : "0x01", - "currentTimestamp" : "0x03e8", - "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "post" : { - "EIP150" : [ - { - "hash" : "0x51908849a3a398fb5c365a5fab81558e355499bc37386550e7681bbc0a939a90", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ], - "EIP158" : [ - { - "hash" : "0x51908849a3a398fb5c365a5fab81558e355499bc37386550e7681bbc0a939a90", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ], - "Frontier" : [ - { - "hash" : "0x51908849a3a398fb5c365a5fab81558e355499bc37386550e7681bbc0a939a90", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ], - "Homestead" : [ - { - "hash" : "0x51908849a3a398fb5c365a5fab81558e355499bc37386550e7681bbc0a939a90", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ], - "Metropolis" : [ - { - "hash" : "0xc7bfb8eee1d22e9f35f09a52d4c3bc927661eedd062495e607caa89404cc677d", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ] - }, - "pre" : { - "0x1000000000000000000000000000000000000000" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x6000600060006000600035620186a0fa600055", - "nonce" : "0x00", - "storage" : { - } - }, - "0x1000000000000000000000000000000000000001" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x6000600060006000731000000000000000000000000000000000000002620186a0fa6000526000516001146036576001600155603c565b60016001525b", - "nonce" : "0x00", - "storage" : { - } - }, - "0x1000000000000000000000000000000000000002" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x3273a94f5374fce5edbc8e2a8697c15331677e6ebf0b1460225760026001556028565b60016001525b3373100000000000000000000000000000000000000114604b5760026001556051565b60016001525b30731000000000000000000000000000000000000002146074576002600155607a565b60016001525b34620186a014608c5760026001556092565b60016001525b", - "nonce" : "0x00", - "storage" : { - } - }, - "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "", - "nonce" : "0x00", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "0x0000000000000000000000001000000000000000000000000000000000000001" - ], - "gasLimit" : [ - "0x0f4240" - ], - "gasPrice" : "0x01", - "nonce" : "0x00", - "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "0x1000000000000000000000000000000000000000", - "value" : [ - "0x0186a0" - ] - } - } -}
\ No newline at end of file |