From 581c12b0d10399652839de0b1552f348b6a67d68 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 5 Feb 2018 20:17:23 +0300 Subject: refill blockchain stTransaction --- .../Opcodes_TransactionInit_d11g0v0Filler.json | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/Opcodes_TransactionInit_d11g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/Opcodes_TransactionInit_d11g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/Opcodes_TransactionInit_d11g0v0Filler.json index 4c9f91a3e..16a0f1c41 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/Opcodes_TransactionInit_d11g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/Opcodes_TransactionInit_d11g0v0Filler.json @@ -25,6 +25,63 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "nonce" : "0x00" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "nonce" : "0x00" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "nonce" : "0x00" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "nonce" : "0x01" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "nonce" : "0x01" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit