diff options
author | Dimitry <winsvega@mail.ru> | 2016-12-06 01:32:24 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-12-06 01:32:24 +0800 |
commit | f1612dd075492ac0d1651432bf0a18d034bea867 (patch) | |
tree | 87e199914cafaf8050b2841cf79c453d850b50ff /StateTests | |
parent | 691986af1e6f41dd4106a3fa88afe91751b4d76a (diff) | |
download | dexon-tests-f1612dd075492ac0d1651432bf0a18d034bea867.tar dexon-tests-f1612dd075492ac0d1651432bf0a18d034bea867.tar.gz dexon-tests-f1612dd075492ac0d1651432bf0a18d034bea867.tar.bz2 dexon-tests-f1612dd075492ac0d1651432bf0a18d034bea867.tar.lz dexon-tests-f1612dd075492ac0d1651432bf0a18d034bea867.tar.xz dexon-tests-f1612dd075492ac0d1651432bf0a18d034bea867.tar.zst dexon-tests-f1612dd075492ac0d1651432bf0a18d034bea867.zip |
test revert operations on second level OOG with double call
Diffstat (limited to 'StateTests')
-rw-r--r-- | StateTests/EIP158/stEIP158SpecificTest.json | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/StateTests/EIP158/stEIP158SpecificTest.json b/StateTests/EIP158/stEIP158SpecificTest.json index 488edc94d..99a12208b 100644 --- a/StateTests/EIP158/stEIP158SpecificTest.json +++ b/StateTests/EIP158/stEIP158SpecificTest.json @@ -656,6 +656,110 @@ "value" : "0x00" } }, + "chfastRevertDepth2" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x02b8feb0", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x28d138", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x029abd", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000546001016000556000600060006000600073b000000000000000000000000000000000000000620249f0f16001556000600060006000600073d000000000000000000000000000000000000000620249f0f1600255", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a27543", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + }, + "b000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000546001016000556000600060006000600073c00000000000000000000000000000000000000061c350f1600155", + "nonce" : "0x00", + "storage" : { + } + }, + "c000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x600054600101600055", + "nonce" : "0x00", + "storage" : { + } + }, + "d000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000546001016000556000600060006000600073c00000000000000000000000000000000000000061c350f16001555a600255", + "nonce" : "0x00", + "storage" : { + } + } + }, + "postStateRoot" : "04ce8d06e26daf0ede58650a21e93c2abf8ea7a15e97695e2f3916ce6ff78f50", + "pre" : { + "a000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000546001016000556000600060006000600073b000000000000000000000000000000000000000620249f0f16001556000600060006000600073d000000000000000000000000000000000000000620249f0f1600255", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a51000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "b000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000546001016000556000600060006000600073c00000000000000000000000000000000000000061c350f1600155", + "nonce" : "0x00", + "storage" : { + } + }, + "c000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x600054600101600055", + "nonce" : "0x00", + "storage" : { + } + }, + "d000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x6000546001016000556000600060006000600073c00000000000000000000000000000000000000061c350f16001555a600255", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x029abd", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "a000000000000000000000000000000000000000", + "value" : "0x00" + } + }, "vitalikTransactionTest" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |