{ "randomStatetest207" : { "env" : { "currentCoinbase" : "0x945304eb96065b2a98b57a48a06ae28d285a71b5", "currentDifficulty" : "0x20000", "currentGasLimit" : "0x7fffffffffffffff", "currentNumber" : "0x01", "currentTimestamp" : "0x03e8", "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "logs" : [ ], "out" : "0x", "post" : { "EIP150" : [ { "hash" : "0xc901dc3eb7466bd88f0512d41576281e7d5bb38057efa363384f526721198f3a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } } ], "EIP158" : [ { "hash" : "0xc901dc3eb7466bd88f0512d41576281e7d5bb38057efa363384f526721198f3a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } } ], "Frontier" : [ { "hash" : "0x9780a444ca6f188ebee8520aec9c32f75dc312fae48de0c57eb5912fc88bfc70", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } } ], "Homestead" : [ { "hash" : "0x9780a444ca6f188ebee8520aec9c32f75dc312fae48de0c57eb5912fc88bfc70", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } } ], "Metropolis" : [ { "hash" : "0xc901dc3eb7466bd88f0512d41576281e7d5bb38057efa363384f526721198f3a", "indexes" : { "data" : 0, "gas" : 0, "value" : 0 } } ] }, "postStateRoot" : "173e6538b20664191b0c50b6f109291642fd91245f2bb0f4e9c2ae4ada26c90d", "pre" : { "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "0x0de0b6b3a7640000", "code" : "0x43413160439155", "nonce" : "0x00", "storage" : { } }, "0x945304eb96065b2a98b57a48a06ae28d285a71b5" : { "balance" : "0x2e", "code" : "0x6000355415600957005b60203560003555", "nonce" : "0x00", "storage" : { } }, "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0x0de0b6b3a7640000", "code" : "", "nonce" : "0x00", "storage" : { } } }, "transaction" : { "data" : [ "0x42" ], "gasLimit" : [ "0x061a80" ], "gasPrice" : "0x01", "nonce" : "0x00", "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", "to" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", "value" : [ "0x0186a0" ] } } }b85459e830667b9'>Collapse)AuthorAgeFilesLines * refill opcodes test with logsDimitry2017-08-221-469/+235 | * Merge pull request #264 from ethereum/refill-empty-accountwinsvega2017-08-224-2315/+2287 |\ | | | | Refill some tests whose postState contained empty accounts | * Refill wallet testsYoichi Hirai2017-08-224-1984/+1963 | | | | | | | | Before this commit, some empty accounts appeared in the postState | * Refill the test wallet2outOf3txsRevoke.jsonYoichi Hirai2017-08-221-595/+588 | | | | | | | | Fixes #4362 * | Merge pull request #263 from ethereum/logswinsvega2017-08-212726-89623/+23638 |\ \ | | | | | | remove old log fields from randomTestFillers | * | make all logs hexDimitry2017-08-212193-81494/+17073 | | | | * | remove old fields from random testsDimitry2017-08-211081-8677/+7113 |/ / | | | | | | make logs hash * | Merge pull request #261 from jwasinger/masterwinsvega2017-08-213-1/+2523 |\ \ | | | | | | Add State Tests for Unused Opcodes | * | check for all possible invalid opcodes.Jared Wasinger2017-08-178-640/+2477 | | | | * | fix tests to conform to schemaJared Wasinger2017-08-175-7/+7 | | | | * | add SLOADBYTESJared Wasinger2017-08-173-1/+189 | | | | * | add badOpcode tests for SLOADBYTES and SSIZEJared Wasinger2017-08-175-3/+313 | | | | * | add badOpcode state test for SSIZEJared Wasinger2017-08-172-0/+187 | | | * | | Merge pull request #254 from cdetrio/fix-filler-storagewinsvega2017-08-2118-26/+26 |\ \ \ | |_|/ |/| | use hex for storage keys and values in state test fillers | * | use hex for storage keys and values in state test fillerscdetrio2017-08-0818-26/+26 | | | * | | Merge pull request #262 from ethereum/eip96-to-constantinopleYoichi Hirai2017-08-17221-36812/+35337 |\ \ \ | |_|/ |/| | Move EIP96 to Constantinople | * | Fix more BlockchainTestsYoichi Hirai2017-08-1719-2908/+2826 | | | | * | fill BlockchainTests after delaying EIP96 to ConstantinopleYoichi Hirai2017-08-16206-34380/+32987 |/ / * | update comments in dao transition testsDimitry2017-08-157-472/+472 | | * | Merge pull request #260 from ethereum/bigger-memory-allocwinsvega2017-08-154-133/+133 |\ \ | | | | | | Fix the modexpFiller about large base length and large exp length | * | Fix the modexpFiller about large base length and large exp lengthYoichi Hirai2017-08-144-133/+133 |/ / * | fix test name zeroSigTransactionCreateDimitry2017-08-144-5/+787 | | * | Merge pull request #258 from cdetrio/returndata-caseswinsvega2017-08-1110-0/+891 |\ \ | | | | | | more returndata test cases | * | more returndata test casescdetrio2017-08-1110-0/+891 | | | * | | Update and rename zeroSigTransacrionCreate.json to zeroSigTransactionCreate.jsonwinsvega2017-08-111-2/+2 |/ / * | Merge pull request #255 from ethereum/revert-returndatacopywinsvega2017-08-093-0/+953 |\ \ | |/ |/| Add a test case that RETURNDATACOPYs REVERTed data | * Add a test case that RETURNDATACOPYs REVERTed dataYoichi Hirai2017-08-083-0/+953 |/ * Merge pull request #250 from cdetrio/filler-valid-jsonYoichi Hirai2017-08-0721-554/+554 |\ | | | | fix invalid json state test fillers | * fix invalid json fillerscdetrio2017-08-0621-554/+554 | | * | Merge pull request #248 from ethereum/odd-length-hex-in-vm-fillerwinsvega2017-08-064-89/+439 |\ \ | | | | | | Fix some formatting issues in VMTest fillers | * | Fix some formatting issues in VMTest fillersYoichi Hirai2017-08-054-89/+439 | |/ * | Merge pull request #246 from ethereum/filled-vm-test-no-expectwinsvega2017-08-063-68/+0 |\ \ | | | | | | Remove "expect" sections from VM tests | * | Remove "expect" sections from VM testsYoichi Hirai2017-08-053-68/+0 | |/ * | Merge pull request #251 from ethereum/hivetestswinsvega2017-08-062851-164758/+619483 |\ \ | |/ |/| Hive tests with Byzantine | * Hive tests with ByzantineDimitry2017-08-062851-164758/+619483 |/ * Merge pull request #245 from ethereum/blockhashtestYoichi Hirai2017-08-042-102/+155 |\ | | | | blockhash test on Byzantine transition | * blockhash test on Byzantine transitionDimitry2017-08-042-102/+155 | | * | Merge pull request #244 from ethereum/clear-storage-after-initwinsvega2017-08-043-80/+226 |\ \ | |/ |/| Change tests so that the storage is cleared before, not after contract initialization | * Fix the filler as wellYoichi Hirai2017-08-041-1/+5 | | | * Change tests so that the storage is cleared before, not after contract ↵Yoichi Hirai2017-08-042-79/+221 |/ | | | initialization * Merge pull request #241 from ethereum/metrosplitwinsvega2017-08-043205-75436/+304768 |\ | | | | Metrosplit | * Transition tests with ByzantiumDimitry2017-08-0315-3448/+865 | | | * split metropolisDimitry2017-08-03