From bafa2f734fb796a90b2d786a041c0ff9ee71617e Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 21 Nov 2018 15:28:21 +0300 Subject: bug from fuzzer --- ...StatetestDEFAULT-Tue_07_58_41-15153-575192.json | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 GeneralStateTests/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192.json (limited to 'GeneralStateTests') diff --git a/GeneralStateTests/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192.json b/GeneralStateTests/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192.json new file mode 100644 index 000000000..25a822dee --- /dev/null +++ b/GeneralStateTests/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192.json @@ -0,0 +1,70 @@ +{ + "randomStatetestDEFAULT-Tue_07_58_41-15153-575192" : { + "_info" : { + "comment" : "This is a canon example of a test found by fuzzing with EVMlab, demoing how a suicide-created-but-empty account has a non-zero codehash in geth", + "filledwith" : "testeth 1.5.0-alpha.6-49+commit.4897b8bb.dirty", + "lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++", + "source" : "src/GeneralStateTestsFiller/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192Filler.json", + "sourceHash" : "bce4138139755ad5260c8f291912a784a60f516a5c2e8532114a4b32fe466e1c" + }, + "env" : { + "currentCoinbase" : "0x1000000000000000000000000000000000000000", + "currentDifficulty" : "0x20000", + "currentGasLimit" : "0x1312D00", + "currentNumber" : "0x01", + "currentTimestamp" : "0x03e8", + "previousHash" : "0x5fa368f13facaec6bf82d19c5d075fd3386be8a4265ed2d90c29b312a09b6d9d" + }, + "post" : { + "Constantinople" : [ + { + "hash" : "0x8fb978294c28192c01755a2ce74bcefd9681938636861193f3b1695cbfe4a29b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + }, + "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" + } + ] + }, + "pre" : { + "0x000000000000000000000000000000000000dead" : { + "balance" : "0x00", + "code" : "0x62abcdefff", + "nonce" : "0x1c", + "storage" : { + } + }, + "0x1000000000000000000000000000000000000000" : { + "balance" : "0x00", + "code" : "0x61dead6000600060006000600061dead5af162abcdef3f600155", + "nonce" : "0x1c", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x5d8fdd3ff54298b4", + "code" : "", + "nonce" : "0x1c", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x" + ], + "gasLimit" : [ + "0x5fde07" + ], + "gasPrice" : "0x01", + "nonce" : "0x1c", + "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "0x1000000000000000000000000000000000000000", + "value" : [ + "0x00" + ] + } + } +} \ No newline at end of file -- cgit