From bafa2f734fb796a90b2d786a041c0ff9ee71617e Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 21 Nov 2018 15:28:21 +0300 Subject: bug from fuzzer --- ...estDEFAULT-Tue_07_58_41-15153-575192Filler.json | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 src/GeneralStateTestsFiller/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192Filler.json (limited to 'src/GeneralStateTestsFiller') diff --git a/src/GeneralStateTestsFiller/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192Filler.json b/src/GeneralStateTestsFiller/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192Filler.json new file mode 100644 index 000000000..91e3ebdb8 --- /dev/null +++ b/src/GeneralStateTestsFiller/stBugs/randomStatetestDEFAULT-Tue_07_58_41-15153-575192Filler.json @@ -0,0 +1,82 @@ +{ + "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": "evmlab", + "lllcversion": "not available", + "source": "not available", + "sourceHash": "not available" + }, + "expect" : [ + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "0x1000000000000000000000000000000000000000" : { + "balance" : "0x3562", + "code" : "0x61dead6000600060006000600061dead5af162abcdef3f600155", + "nonce" : "0x1c", + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x5d8fdd3ff5426352", + "code" : "", + "nonce" : "0x1d", + "storage" : { + } + } + } + } + ], + "env": { + "currentCoinbase": "0x1000000000000000000000000000000000000000", + "currentDifficulty": "0x20000", + "currentGasLimit": "0x1312D00", + "currentNumber": "1", + "currentTimestamp": "1000", + "previousHash": "5fa368f13facaec6bf82d19c5d075fd3386be8a4265ed2d90c29b312a09b6d9d" + }, + "pre": { + "000000000000000000000000000000000000dead": { + "balance": "0x00", + "code": "0x62abcdefff", + "nonce": "0x1c", + "storage": {} + }, + "1000000000000000000000000000000000000000": { + "balance": "0x00", + "code" : "0x61dead6000600060006000600061dead5af162abcdef3f600155", + "nonce": "0x1c", + "storage": {} + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b": { + "balance": "0x5d8fdd3ff54298b4", + "code": "0x", + "nonce": "0x1c", + "storage": {} + } + }, + + "transaction": { + "data": [ + "0x" + ], + "gasLimit": [ + "0x5fde07" + ], + "gasPrice": "0x01", + "nonce": "0x1c", + "secretKey": "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to": "0x1000000000000000000000000000000000000000", + "value": [ + "0x00" + ] + } + } +} + -- cgit v1.2.3