diff options
author | Dimitry <dimitry@ethdev.com> | 2017-01-17 22:01:11 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2017-01-17 22:01:11 +0800 |
commit | f69587bf09b25544eddb1902f2871ecec17c805f (patch) | |
tree | 7b934dc06e87874029f24afdd1246c096614384e /GeneralStateTests/stSystemOperationsTest | |
parent | 616d2c8e53aa45ede68eb09a5fa27446a82cd15a (diff) | |
download | dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.gz dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.bz2 dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.lz dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.xz dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.tar.zst dexon-tests-f69587bf09b25544eddb1902f2871ecec17c805f.zip |
refill general tests
Diffstat (limited to 'GeneralStateTests/stSystemOperationsTest')
-rw-r--r-- | GeneralStateTests/stSystemOperationsTest/callstatelessToReturn1.json | 92 | ||||
-rw-r--r-- | GeneralStateTests/stSystemOperationsTest/createNameRegistratorOOG_MemExpansionOOV.json (renamed from GeneralStateTests/stSystemOperationsTest/createNameRegistratorOOG_MemExpansionInsufficientBalance.json) | 2 |
2 files changed, 1 insertions, 93 deletions
diff --git a/GeneralStateTests/stSystemOperationsTest/callstatelessToReturn1.json b/GeneralStateTests/stSystemOperationsTest/callstatelessToReturn1.json deleted file mode 100644 index a71a810da..000000000 --- a/GeneralStateTests/stSystemOperationsTest/callstatelessToReturn1.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "callstatelessToReturn1" : { - "env" : { - "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", - "currentDifficulty" : "0x0100", - "currentGasLimit" : "0x989680", - "currentNumber" : "0x00", - "currentTimestamp" : "0x01", - "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" - }, - "post" : { - "EIP150" : [ - { - "hash" : "2c45b3ae3047a7976d8acaabf89f74374791b6cee9afc350251e3ddafe52343d", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ], - "EIP158" : [ - { - "hash" : "2c45b3ae3047a7976d8acaabf89f74374791b6cee9afc350251e3ddafe52343d", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ], - "Frontier" : [ - { - "hash" : "2c45b3ae3047a7976d8acaabf89f74374791b6cee9afc350251e3ddafe52343d", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ], - "Homestead" : [ - { - "hash" : "2c45b3ae3047a7976d8acaabf89f74374791b6cee9afc350251e3ddafe52343d", - "indexes" : { - "data" : 0, - "gas" : 0, - "value" : 0 - } - } - ] - }, - "pre" : { - "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6000527faaffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffaa6020526080600055", - "nonce" : "0x00", - "storage" : { - } - }, - "945304eb96065b2a98b57a48a06ae28d285a71b5" : { - "balance" : "0x17", - "code" : "0x6001600155603760005360026000f2", - "nonce" : "0x00", - "storage" : { - } - }, - "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0de0b6b3a7640000", - "code" : "0x", - "nonce" : "0x00", - "storage" : { - } - } - }, - "transaction" : { - "data" : [ - "" - ], - "gasLimit" : [ - "300000" - ], - "gasPrice" : "0x01", - "nonce" : "0x00", - "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", - "value" : [ - "100000" - ] - } - } -}
\ No newline at end of file diff --git a/GeneralStateTests/stSystemOperationsTest/createNameRegistratorOOG_MemExpansionInsufficientBalance.json b/GeneralStateTests/stSystemOperationsTest/createNameRegistratorOOG_MemExpansionOOV.json index 09a85ac53..aeb23840c 100644 --- a/GeneralStateTests/stSystemOperationsTest/createNameRegistratorOOG_MemExpansionInsufficientBalance.json +++ b/GeneralStateTests/stSystemOperationsTest/createNameRegistratorOOG_MemExpansionOOV.json @@ -1,5 +1,5 @@ { - "createNameRegistratorOOG_MemExpansionInsufficientBalance" : { + "createNameRegistratorOOG_MemExpansionOOV" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x0100", |