{ "callcodecallcodecall_ABCB_RECURSIVE" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", "currentDifficulty" : "0x20000", "currentGasLimit" : "3000000000", "currentNumber" : "1", "currentTimestamp" : "1000", "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" }, "expect" : [ { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, "network" : ["Frontier"], "result" : { "1000000000000000000000000000000000000000" : { "storage" : { "0x00" : "0x00", "0x01" : "0x00" } }, "1000000000000000000000000000000000000001" : { "storage" : { "0x01" : "0x00", "0x02" : "0x00" } }, "1000000000000000000000000000000000000002" : { "storage" : { "0x01" : "0x00", "0x02" : "0x00" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { "balance" : "30000000" }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x01" : "0x00" } } } }, { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, "network" : ["Homestead"], "result" : { "1000000000000000000000000000000000000000" : { "storage" : { "0x00" : "0x01", "0x01" : "0x01" } }, "1000000000000000000000000000000000000001" : { "storage" : { "0x01" : "0x00", "0x02" : "0x00" } }, "1000000000000000000000000000000000000002" : { "storage" : { "0x01" : "0x00", "0x02" : "0x00" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { "balance" : "566204" }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x01" : "0x00" } } } }, { "indexes" : { "data" : -1, "gas" : -1, "value" : -1 }, "network" : ["EIP158", "EIP150"], "result" : { "1000000000000000000000000000000000000000" : { "storage" : { "0x00" : "0x01", "0x01" : "0x01" } }, "1000000000000000000000000000000000000001" : { "storage" : { "0x01" : "0x00", "0x02" : "0x00" } }, "1000000000000000000000000000000000000002" : { "storage" : { "0x01" : "0x00", "0x02" : "0x00" } }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { "balance" : "568184" }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "storage" : { "0x01" : "0x00" } } } } ], "pre" : { "1000000000000000000000000000000000000000" : { "balance" : "1000000000000000000", "code" : "{ [[ 0 ]] (DELEGATECALL 25000000 0x1000000000000000000000000000000000000001 0 64 0 64 ) }", "nonce" : "0", "storage" : { } }, "1000000000000000000000000000000000000001" : { "balance" : "10000000000", "code" : "{ [[ 1 ]] (DELEGATECALL 1000000 0x1000000000000000000000000000000000000002 0 64 0 64 ) }", "nonce" : "0", "storage" : { } }, "1000000000000000000000000000000000000002" : { "balance" : "10000000000", "code" : "{ [[ 2 ]] (CALLCODE 500000 0x1000000000000000000000000000000000000001 0 0 64 0 64 ) }", "nonce" : "0", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "1000000000000000000", "code" : "", "nonce" : "0", "storage" : { } } }, "transaction" : { "data" : [ "" ], "gasLimit" : [ "30000000" ], "gasPrice" : "1", "nonce" : "0", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", "to" : "1000000000000000000000000000000000000000", "value" : [ "0" ] } } } ommitgraph'>| * Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-242-0/+171 | * Add the filled testYoichi Hirai2017-05-241-0/+96 | * Fallback on the hex code while lllc implements RETURNDATACOPYYoichi Hirai2017-05-241-0/+1 | * The LLL code should be in bracesYoichi Hirai2017-05-241-1/+1 | * Rename Filter.json into Filler.jsonYoichi Hirai2017-05-241-0/+0 | * Fix LLLYoichi Hirai2017-05-241-1/+1 | * Change the code into LLLYoichi Hirai2017-05-241-1/+1 | * Renaming a filter file with a suffix Filter.jsonYoichi Hirai2017-05-241-0/+0 | * Add a test filter for RETURNDATACOPY initially copying zerosYoichi Hirai2017-05-241-0/+74 * | Merge pull request #176 from ethereum/metro-blockhashwinsvega2017-06-03955-109450/+198787 |\ \ | * | update statetests without blockhashDimitry2017-06-021-80/+0 | * | update blockchain tests (stRandom stSpecial)Dimitry2017-06-02657-67385/+13975 | * | refill tests with blockhash as blockchainDimitry2017-06-02195-510/+53008 | * | move tests with blockhash from state to blockchainDimitry2017-06-02194-8521/+37695 | * | remove temp filesDimitry2017-06-02658-261173/+0 | * | make blockhash state test only as blockchain testsDimitry2017-06-021601-94906/+417201 | * | Update Blockchain Transition tests after EIP96 changes (BLOCKHASH refactoring)Andrei Maiboroda2017-06-024-1044/+1077 |/ / * | Merge pull request #175 from ethereum/staticcallwinsvega2017-06-01660-25169/+31058 |\ \ | * | more staticcall testsDimitry2017-06-01660-25169/+31058 * | | Merge pull request #173 from ethereum/staticcallwinsvega2017-05-27918-0/+92599 |\| | | |/ |/| | * update static testsDimitry2017-05-23101-121/+10191 | * generate finished tests for staticcallDimitry2017-05-2371-96/+9823 | * move unprepared staticcall tests to subfolderDimitry2017-05-23321-236/+188 | * update static call testsDimitry2017-05-2312-59/+117 | * update staticcall fillersDimitry2017-05-2326-165/+1198 | * update static call testsDimitry2017-05-237-33/+388 | * update static call fillersDimitry2017-05-2369-1619/+708 | * templates for staticcall testsDimitry2017-05-23764-0/+72315 |/ * Merge pull request #170 from pirapira/close-stringwinsvega2017-05-191-1/+1 |\ | * Close a string literalYoichi Hirai2017-05-191-1/+1 |/ * Merge pull request #163 from ethereum/newStateRootMetropoliswinsvega2017-05-084-1044/+1044 |\ | * reclculate stateRoot for Metropolis rulesDimitry2017-04-274-1044/+1044 * | Changed one testVitalik Buterin2017-05-081-1/+1 * | Merge pull request #157 from ethereum/removeStateTestswinsvega2017-04-281467-583974/+0 |\ \ | |/ |/| | * remove old StateTestsDimitry2017-04-241467-583974/+0 * | refill dao tests with metropolis rulesDimitry2017-04-261-488/+488 * | metropolis timestamp diff 1000Dimitry2017-04-252-151/+208 * | Merge pull request #159 from ethereum/modexpwinsvega2017-04-252-0/+2581 |\ \ | * | metropolis transition test (block 0x10)Dimitry2017-04-252-0/+2581 * | | Merge pull request #158 from ethereum/modexpwinsvega2017-04-252-0/+1386 |\| | | * | modexp testsDimitry2017-04-252-4/+898 | * | modexp testsDimitry2017-04-252-0/+492 | |/ * | refill memory stress testsDimitry2017-04-2577-1050/+1820 * | replace code as solidity no longer compiles this codeDimitry2017-04-252-2/+4 |/ * Merge pull request #154 from ethereum/refreshwinsvega2017-04-2465-96599/+96943 |\ | * manual blockchain tests prefixed with 0xDimitry2017-04-2110-10954/+10954 | * refill blockchain testsDimitry2017-04-2143-81669/+82149 | * refill vmTestsDimitry2017-04-1912-3976/+3840 * | fix wallet gasDimitry2017-04-213-3/+3 * | Merge pull request #155 from chfast/perf-divwinsvega2017-04-213-214/+260 |\ \ | |/ |/| | * Regenerate VM performance testsPaweł Bylica2017-04-202-101/+173 | * VM tests: remove duplicated performance testsPaweł Bylica2017-04-201-197/+0 | * Add VM performance tests for div+add and addPaweł Bylica2017-04-203-0/+171 |/ * Merge pull request #153 from ethereum/allfieldhexwinsvega2017-04-191739-25614/+25662 |\ | * remove blockhash testsDimitry2017-04-1910-1828/+0 | * refill and fix tests with all fields 0xDimitry2017-04-199-513/+21 | * replace SUICIDE with SELFDESTRUCTDimitry2017-04-191741-25827/+26625 * | move blockhash tests to blockchainDimitry2017-04-191-1/+171 * | remove BblockHash tests from statetestsDimitry2017-04-1910-1570/+0 |/ * Merge pull request #152 from ethereum/yanntouchzeroaddreswinsvega2017-04-192-7/+43 |\ | * correct zeroSigOOG test to touch nullsender accountDimitry2017-04-182-7/+43 |/ * Merge branch 'zeroTransaction' into developDimitry2017-04-1122-319/+6092 |\ | * remove sender on invalid transactions in MetropolisDimitry2017-04-041-38/+19 | * do not include sender in the final test if transaction is invalidDimitry2017-04-042-12/+6 | * zeroSig Transaction state testsDimitry2017-03-2916-51/+4704 | * correct zeroSigTransaction structure tests to eip #208Dimitry2017-03-284-288/+847 | * zeroSig transaction test fillersDimitry2017-03-237-0/+586 * | Removed 0x for consistencyvub2017-04-071-2/+2 * | REVERT test case:Dimitry2017-04-043-507/+5476 * | fill blockchain tests with Revert OpCodeDimitry2017-04-0310-0/+54536 * | Merge pull request #149 from ethereum/revertTestswinsvega2017-04-0315-2/+4247 |\ \ | |/ |/| | * refill revert testsDimitry2017-03-249-327/+472 | * more revert testsDimitry2017-03-244-0/+2112 | * revert opcode testsDimitry2017-03-225-16/+967 | * revert opcode test fillersDimitry2017-03-227-77/+630 | * Merge pull request #147 from gumb0/revertTestswinsvega2017-03-226-0/+484 | |\ | | * Add compiled tests for REVERTAndrei Maiboroda2017-03-223-0/+301 | | * Failing test for REVERT opcode (temporary, to check if travis gets the rigght...Andrei Maiboroda2017-03-221-0/+64 | | * Simple tests for REVERT opcodeAndrei Maiboroda2017-03-222-0/+119 | |/ * | remote zeroSigTransaction testsDimitry2017-03-237-586/+0 * | zeroSig Transaction test fillersDimitry2017-03-228-3/+610 |/ * refill transaction tests with zeroSigDimitry2017-03-176-140/+443 * metropolis zerosig transaction testsDimitry2017-03-174-0/+1156 * metropolis zero sig transaction test fillersDimitry2017-03-174-0/+2081 * add stderror to RPC testsDimitry2017-03-156-6/+32 * node startup timeDimitry2017-03-151-1/+1 * calibrate wait time before node startDimitry2017-03-151-1/+1 * Merge pull request #145 from ethereum/RPCTestswinsvega2017-03-1416-0/+912 |\ | * check eth pathDimitry2017-03-144-7/+15 | * remove async and add it as a packageDimitry2017-03-093-5291/+3 | * path to eth as argumentDimitry2017-03-081-10/+11 | * use npm install to download web3 dependenciesDimitry2017-03-085-4/+356 | * move tests to separate foldersDimitry2017-02-179-26/+54 | * eth console to winsvega:RPC_TestsDimitry2017-01-281-0/+0 | * rpc tests on jsDimitry2017-01-2818-91/+435 | * RPC testsDimitry2017-01-257-0/+5467 * | paringTest filler for zeroKnowledgeDimitry2017-03-081-0/+159 * | zeroKnowledge ECDSA function testsDimitry2017-03-063-0/+1256 * | more revert tests with precompiledDimitry2017-03-036-0/+858 * | snark ADD testFillerDimitry2017-03-022-60/+203 * | zkSnark fillerDimitry2017-03-021-0/+60 * | special case with precompiled forkDimitry2017-02-281-1/+11 * | tx with OOG at block 2675119Dimitry2017-02-283-0/+658 * | new uncle header testsDimitry2017-02-222-297/+1390 * | deployment error testDimitry2017-02-163-0/+616 * | new blockchain tests from general state testsDimitry2017-02-168-0/+101061 * | fill new testsDimitry2017-02-159-0/+18762 * | refill tests with metropolis (wip)Dimitry2017-02-151545-0/+15810 * | new testsDimitry2017-02-1512-0/+5619 * | replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL"Dimitry2017-02-15271-275/+275 * | refill memory tests and quadratic state testsDimitry2017-02-1033-7124/+99 * | Memorystress and quadratic tests as blockchain testsDimitry2017-02-1033-0/+42356 * | Merge pull request #144 from ethereum/generaltestsasbcwinsvega2017-02-104856-11097/+911533 |\ \ | * | refill state tests as blockchainDimitry2017-02-101068-46946/+190234 | * | refill general state testsDimitry2017-02-10951-2988/+3660 | * | update general state tests fillers to suite blockchainDimitry2017-02-10984-3093/+3082 | * | refill random testsDimitry2017-02-10