diff options
refill stAttack stBadOpcode
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stAttackTest/CrashingTransaction_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stAttackTest/CrashingTransaction_d0g0v0Filler.json | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stAttackTest/CrashingTransaction_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stAttackTest/CrashingTransaction_d0g0v0Filler.json index b330f9485..93a6ade51 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stAttackTest/CrashingTransaction_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stAttackTest/CrashingTransaction_d0g0v0Filler.json @@ -25,6 +25,86 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x0cc7" + }, + "0xecbf9aa676d9e0bbba7e517d1350c1b64f8c6779" : { + "balance" : "0x01", + "code" : "0x60606040526008565b00", + "nonce" : "0x8f" + } + } + }, + { + "network" : "Homestead", + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x0cc7" + }, + "0xecbf9aa676d9e0bbba7e517d1350c1b64f8c6779" : { + "balance" : "0x01", + "code" : "0x60606040526008565b00", + "nonce" : "0x8e" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x0cc7" + }, + "0xecbf9aa676d9e0bbba7e517d1350c1b64f8c6779" : { + "balance" : "0x01", + "code" : "0x60606040526008565b00", + "nonce" : "0x7b" + } + } + }, + { + "network" : "EIP158", + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x0cc7" + }, + "0xecbf9aa676d9e0bbba7e517d1350c1b64f8c6779" : { + "balance" : "0x01", + "code" : "0x60606040526008565b00", + "nonce" : "0x7c" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x0cc7" + }, + "0xecbf9aa676d9e0bbba7e517d1350c1b64f8c6779" : { + "balance" : "0x01", + "code" : "0x60606040526008565b00", + "nonce" : "0x7c" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x0cc7" + }, + "0xecbf9aa676d9e0bbba7e517d1350c1b64f8c6779" : { + "balance" : "0x01", + "code" : "0x60606040526008565b00", + "nonce" : "0x7c" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |