From 248fc38e185c8e2c648ed3e1bf3b4f2f2113d660 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 5 Feb 2018 02:06:31 +0300 Subject: refill blockchain stRevertTest --- .../RevertPrecompiledTouchCC_d0g0v0Filler.json | 91 +++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json index 87a4ad865..81efce74c 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRevertTest/RevertPrecompiledTouchCC_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0xea60", "gasPrice" : "0x01", "nonce" : "0x01", @@ -25,6 +25,95 @@ ] } ], + "expect" : [ + { + "network" : "EIP158", + "result" : { + "0x0000000000000000000000000000000000000001" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000002" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000003" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000004" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000005" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000006" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000007" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000008" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x0000000000000000000000000000000000000001" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000002" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000003" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000004" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000005" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000006" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000007" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000008" : { + "balance" : "0x00" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x0000000000000000000000000000000000000001" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000002" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000003" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000004" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000005" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000006" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000007" : { + "balance" : "0x00" + }, + "0x0000000000000000000000000000000000000008" : { + "balance" : "0x00" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "68795c4aa09d6f4ed3e5deddf8c2ad3049a601da", -- cgit