From 248fc38e185c8e2c648ed3e1bf3b4f2f2113d660 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 5 Feb 2018 02:06:31 +0300 Subject: refill blockchain stRevertTest --- .../LoopCallsDepthThenRevert3_d0g0v0Filler.json | 43 +++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/LoopCallsDepthThenRevert3_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/LoopCallsDepthThenRevert3_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/LoopCallsDepthThenRevert3_d0g0v0Filler.json index 1fc1ae84f..4fe8695b9 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/LoopCallsDepthThenRevert3_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/LoopCallsDepthThenRevert3_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x7ffffffffffffff0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,47 @@ ] } ], + "expect" : [ + { + "network" : "EIP158", + "result" : { + "0x7db299e0885c85039f56fa504a13dd8ce8a56aa7" : { + "balance" : "0x01", + "nonce" : "0x02" + }, + "0xcd6807039caffddbd1c28a749ec91bef15f448e5" : { + "balance" : "0x02", + "nonce" : "0x01" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x7db299e0885c85039f56fa504a13dd8ce8a56aa7" : { + "balance" : "0x01", + "nonce" : "0x02" + }, + "0xcd6807039caffddbd1c28a749ec91bef15f448e5" : { + "balance" : "0x02", + "nonce" : "0x01" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x7db299e0885c85039f56fa504a13dd8ce8a56aa7" : { + "balance" : "0x01", + "nonce" : "0x02" + }, + "0xcd6807039caffddbd1c28a749ec91bef15f448e5" : { + "balance" : "0x02", + "nonce" : "0x01" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit v1.2.3