diff options
author | Dimitry <winsvega@mail.ru> | 2016-10-13 21:47:26 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-10-19 19:15:08 +0800 |
commit | e876134548ad098bace2f7e9832402bff0dabadf (patch) | |
tree | 8250e5742d7ff10bc576b5d74cc6c9a763bcbfcf /StateTests | |
parent | b244274d633548664b5797fbed006a678cbad415 (diff) | |
download | dexon-tests-e876134548ad098bace2f7e9832402bff0dabadf.tar dexon-tests-e876134548ad098bace2f7e9832402bff0dabadf.tar.gz dexon-tests-e876134548ad098bace2f7e9832402bff0dabadf.tar.bz2 dexon-tests-e876134548ad098bace2f7e9832402bff0dabadf.tar.lz dexon-tests-e876134548ad098bace2f7e9832402bff0dabadf.tar.xz dexon-tests-e876134548ad098bace2f7e9832402bff0dabadf.tar.zst dexon-tests-e876134548ad098bace2f7e9832402bff0dabadf.zip |
EIP state test for create
Diffstat (limited to 'StateTests')
-rw-r--r-- | StateTests/EIP150/stEIPSpecificTest.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/StateTests/EIP150/stEIPSpecificTest.json b/StateTests/EIP150/stEIPSpecificTest.json index 87bab485e..583792284 100644 --- a/StateTests/EIP150/stEIPSpecificTest.json +++ b/StateTests/EIP150/stEIPSpecificTest.json @@ -355,6 +355,79 @@ "value" : "0x00" } }, + "CreateAndGasInsideCreate" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x02b8feb0", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x200000", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x0207af", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a30851", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x5a600a55635a60fd556000526004601c6000f0600b555a600955", + "nonce" : "0x01", + "storage" : { + "0x09" : "0x076e34", + "0x0a" : "0x08d5b6", + "0x0b" : "0xf1ecf98489fa9ed60a664fc4998db699cfa39d40" + } + }, + "f1ecf98489fa9ed60a664fc4998db699cfa39d40" : { + "balance" : "0x00", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + "0xfd" : "0x07ea53" + } + } + }, + "postStateRoot" : "3ca082f6185a3019aea75573a032dd81b0e99f7b7f464b1a84e55eae4513baf5", + "pre" : { + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a51000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x5a600a55635a60fd556000526004601c6000f0600b555a600955", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x0927c0", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : "0x00" + } + }, "DelegateCallOnEIP" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |