/src/TransactionTestsFiller/ttSpecConstantinople/

pan class='insertions'>+110 | | | | check gasUsage * create2 on depth 1023 1024Dimitry2018-09-142-0/+280 | * create2 oog in initDimitry2018-09-122-0/+243 | * REVERT in CREATE2Dimitry2018-09-126-0/+675 | * RevertDepthCreate2 OOGDimitry2018-09-118-0/+1020 | * returndatacopy after create2 testsDimitry2018-09-113-0/+342 | * Merge pull request #500 from mattdean-digicatapult/add-new-touched-cleanup-casewinsvega2018-09-101-0/+389 |\ | | | | Add new touched cleanup case | * Add new touched cleanup caseMatthew Dean2018-09-101-0/+389 | | | | | | | | | | | | Regression test for https://github.com/ethereumjs/ethereumjs-vm/pull/335 First call marks an empty account as touched. Second call errors OOG. Transaction should still cleanup empty account. * | more create2 testsDimitry2018-09-0812-40/+1844 | | * | create2 check fields in init codeDimitry2018-09-084-0/+812 | | * | create2 call precompiles from init codeDimitry2018-09-068-0/+1127 |/ * more create2 collision testsDimitry2018-09-0522-186/+4504 | * refill collision testDimitry2018-09-042-23/+315 | * create2 bounds + yoichi testsDimitry2018-09-049-0/+1282 | * create2 OOG testsDimitry2018-09-0319-36/+1231 | * Suicide in create2 testsDimitry2018-08-3113-0/+1411 | * create2 init code testsDimitry2018-08-2812-0/+1652 | * storage from suicide checkDimitry2018-08-284-0/+1065 | * create2 testDimitry2018-08-2712-0/+2412 | * fix mining reward in sar testDimitry2018-08-081-18/+18 | * fix sar 2^256 0 testDimitry2018-08-081-472/+35 | * fix the sar blockchain testsDimitry2018-08-032-36/+36 | * sar00 testDimitry2018-07-271-0/+219 | * sar 0 256-1 testDimitry2018-07-271-0/+220 | * check returndatasize after failing createDimitry2018-07-061-0/+216 | * check returndata after failing createDimitry2018-07-061-0/+244 | * blockchain version of create failure due to deployment costDimitry2018-07-038-0/+1818 | * Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-091-0/+656 |\ | | | | Test whether a failed create transaction reverts account deletion | * Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-091-0/+656 | | | | | | | | | | | | | | A modification of stRevertTests/RevertInCreateInInit. That test, for EIP158 only, accidentially tested the case where a contract creation transaction touches an empty account and then fails. This one tests the same thing not just for EIP158 but any network thereafter. * | Fill doubleSelfdestructTestYoichi Hirai2018-04-241-0/+651 | | * | Fill doubleSelfdestructTest2Yoichi Hirai2018-04-201-0/+623 | | * | Filling the test 201503110226PYTHON_DUP6Yoichi Hirai2018-04-101-0/+578 | | * | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-061-0/+218 |\ \ | | | | | | call ID precompiled contract with smaller output size than input size | * | Fill identity_to_small testYoichi Hirai2018-03-301-0/+218 | | | * | | Fill RevertOnEmptyStack testYoichi Hirai2018-04-031-0/+644 |/ / * | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2616-0/+10492 |\ \ | | | | | | Add SAR tests | * | Fill SAR testsYoichi Hirai2018-03-2316-0/+10492 | | | * | | Fill SHR testsYoichi Hirai2018-03-2211-0/+7211 |/ / * | Merge pull request #421 from ethereum/more-shiftswinsvega2018-03-1711-36/+6592 |\ \ | | | | | | Add more shl tests | * | Add more shl testsYoichi Hirai2018-03-1011-36/+6592 | |/ * / Fill identity_to_bigger testYoichi Hirai2018-03-141-0/+218 |/ * Merge pull request #419 from ethereum/init-create-revertYoichi Hirai2018-03-011-0/+548 |\ | | | | revert in CREATE in init code, followed by returndatasize/copy | * revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-271-0/+548 | | * | Add (shl 0 1) testYoichi Hirai2018-03-011-0/+656 | | * | Add directories for tests for shift instructionsYoichi Hirai2018-02-271-0/+1 |/ * fix syntax in testsDimitry2018-02-178-48/+48 | * fix stCreateTestDimitry2018-02-1747-742/+7657 | * fix stRevertTestDimitry2018-02-17133-2586/+11986 | * fix stStaticCallDimitry2018-02-17495-3073/+14862 | * fix stZeroKnowledge2Dimitry2018-02-17520-1078/+138821 | * fix stZeroKnowledgeDimitry2018-02-16804-2252/+189265 | * fix stBugsDimitry2018-02-167-71/+1859 | * fix stMemoryStressTestDimitry2018-02-1682-606/+4125 | * fix stQuadraticComplexityTestDimitry2018-02-1632-224/+3658 | * fix stArgsZeroOneBalanceDimitry2018-02-1696-560/+2291 | * fix stBadOpcodesDimitry2018-02-16122-2542/+2842 | * fix stPreCompiledContracts2Dimitry2018-02-16112-2742/+5745 | * fix stPreCompiledContracts empty expectDimitry2018-02-16517-1566/+98178 | * update stSolidityTestDimitry2018-02-0716-138/+1578 | * update bcForgedTestsDimitry2018-02-073-286/+286 | * refill stZeroCallsRevertDimitry2018-02-0724-10976/+208 | * refill stZeroKnowledge2Dimitry2018-02-07520-873383/+1040 | * refill stZeroKnowledgeDimitry2018-02-07804-1003643/+2408 | * refill and update stSpecialTest, stStackTest, stZeroCallsDimitry2018-02-07219-90935/+2011 | * refill stRecursiveDimitry2018-02-072-8563/+72 | * refill stQuadraticComplexityDimitry2018-02-0732-35032/+14490 | * update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexityDimitry2018-02-07528-468040/+1956 | * update stCodeSize stBadOpcodeDimitry2018-02-074-417/+121 | * refill stBugsDimitry2018-02-067-4396/+478 | * refill stAttack stBadOpcodeDimitry2018-02-06124-37348/+2989 | * refill stArgsZeroOneBalanceDimitry2018-02-06108-60726/+904 | * refill blockchain stZeroCallsTestDimitry2018-02-0624-1060/+1060 | * refill blockchain stWalletTestDimitry2018-02-0645-17730/+610 | * refill blockchain stTransitionTestDimitry2018-02-069-375/+375 | * refill blockchain stTransactionDimitry2018-02-06174-21526/+5994 | * refill blockchain stSystemOperationsDimitry2018-02-0566-3512/+2905 | * refill blockchain stStaticCallDimitry2018-02-05495-330828/+3707 | * refill blockchain stSolidityTestDimitry2018-02-0516-6373/+200 | * refill blockchain stRevertTestDimitry2018-02-05133-55793/+3123 | * refill blockchain stReturnDataTestDimitry2018-02-0544-6143/+1693 | * refill blockchain stRefundTestDimitry2018-02-0524-3841/+825 | * refill blockchain stMemoryTestDimitry2018-02-0567-3254/+3010 | * refill blockchain stRandom2Dimitry2018-02-03227-81971/+3635 | * refill stRandomDimitry2018-02-02327-117795/+5232 | * update stPreCompiledContracts2Dimitry2018-02-02112-24509/+4096 | * update stNonZeroCallsTestDimitry2018-02-0224-1060/+1060 | * refill stMemoryStressTestDimitry2018-02-0282-38410/+904 | * refill stMemExpandingEUP150CallsDimitry2018-02-028-472/+351 | * refill stLogTestsDimitry2018-02-0146-2070/+2070 | * refill stInitCodeTestDimitry2018-02-0118-730/+730 | * update stInitCode test fillersDimitry2018-02-011-45/+45 | * refill stEIP150Specific testsDimitry2018-02-0113-5002/+243 | * refill blockchain stEIP150singleCodeGasPricesDimitry2018-02-0130-7939/+819 | * refill blockchain stDelegatecallTestHomesteadDimitry2018-02-0140-14227/+750 | * refill blockchain stCreateTestDimitry2018-02-0147-15961/+1740 | * refill blockchain stChangedEIP150 testsDimitry2018-02-0131-9175/+865 | * refill blockchain stCallDelegateCodesHomesteadDimitry2018-01-3158-24251/+1188 | * refill blockchain stCallDelegateCodesCallCodeHomesteadDimitry2018-01-3158-24657/+1161 | * refill blockchain stCallCreateCallCodeDimitry2018-01-3140-14530/+718 | * refill blockchain stCallCodesDimitry2018-01-3180-34780/+1508 | * fix travis tests for PR 4809Dimitry2018-01-301-82/+82 | * Add a new input for modlen = 999188.Yoichi Hirai2018-01-305-274/+928 | | | | | This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46 * stArgsZeroOneBalance testsDimitry2018-01-16109-0/+70863 | * add filler for codeCopyOffset, change locationJared Wasinger2018-01-041-0/+734 | * refill callDataCopyOffset testDimitry2017-12-301-42/+42 | * Merge pull request #384 from ethereum/revert_in_delegate_call_moreYoichi Hirai2017-12-211-102/+227 |\ | | | | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | * Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFillerYoichi Hirai2017-12-141-102/+227 | | * | Merge pull request #372 from ethereum/modexp-returndatasizewinsvega2017-12-202-0/+1316 |\ \ | | | | | | add more 'returndatasize after modexp' test cases | * | add more modexp returndatasize test casesJared Wasinger2017-11-252-0/+1316 | | | * | | add test for CALLDATACOPY where calldata offset > calldata length and copy ↵Jared Wasinger2017-12-151-0/+734 | |/ |/| | | | | length > 0 * | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_createwinsvega2017-12-131-0/+656 |\ \ | | | | | | Adding a new test about returndatacopy following a revert in an init code | * | Adding a new test about returndatacopy following a revert in an init codeYoichi Hirai2017-12-061-0/+656 | |/ * | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_staticYoichi Hirai2017-12-081-0/+740 |\ \ | | | | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | * | Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-081-0/+740 | |/ * / Store the result of RETURNDATASIZE after a static call fails for a REVERTYoichi Hirai2017-12-082-166/+410 |/ * fix StaticCallTestsDimitry2017-11-232-191/+414 | * Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-252-36/+694 | * create failing inside staticcallDimitry2017-10-252-0/+1644 | * returndatacopy bugDimitry2017-10-244-0/+3584 | * Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-244-0/+2624 |\ | | | | Add tests about returndatasize following modexp calls of modsize = 0 | * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-234-0/+2624 | | * | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-241-0/+644 |\ \ | | | | | | Returndata ecrec | * | add casey's testDimitry2017-10-191-0/+644 | | | * | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-241-0/+658 |\ \ \ | |_|/ |/| | RETURNDATACOPY and RETURNDATASIZE after failing create | * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-191-0/+658 | | | | | | | | | | | | (due to 0xfd code) * | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵Yoichi Hirai2017-10-181-0/+842 | | | | | | | | | | | | | | | | | | buffers') https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C37 * | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should ↵Dimitry2017-10-171-0/+738 |/ / | | | | | | return 0 * | fix random state testDimitry2017-10-171-36/+36 | | * | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-136-0/+3486 |\ \ | | | | | | fuzzed test modexp input | * | modexp input testDimitry2017-10-136-266/+1428 | | | | | | | | | | | | Consensus big in Parity: gas calculation of modexp is subject to overflow for certain inputs. Found via manual review. A case was found where consensus issue could be achieved in ~500K gas. | * | fuzzed test modexp inputDimitry2017-10-134-0/+2324 | | | * | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13122-7620/+18973 |\ \ \ | | | | | | | | Add more stack items for badOpcodes test | * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13122-7620/+18973 | | | | * | | | fuzztests bytecodeDimitry2017-10-131-0/+644 | |/ / |/| | * | | split random testsDimitry2017-10-13227-130322/+25 | | | * | | split large test suitesDimitry2017-10-132500-83148/+213017 |/ / * | add _info commentDimitry2017-10-111-30/+30 | | * | python testDimitry2017-10-111-0/+854 | | * | Add a test case where modexp gets inputYoichi Hirai2017-10-114-0/+2584 | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 * | regenerate Copier TestsDimitry2017-10-073-3255/+4142 | | * | refill all the testsDimitry2017-10-074815-1066257/+247931 |/ * remove old testsDimitry2017-09-306-3925/+0 | * refill transaction testsDimitry2017-09-30344-124085/+6960 | * refill stMemoryStressTestsDimitry2017-09-2982-13561/+5666 | * refill stAttackTestDimitry2017-09-292-147/+537 | * refill revert testsDimitry2017-09-29124-23844/+5522 | * refill stPreCompiled testsDimitry2017-09-29619-20965/+34680 | * Merge pull request #338 from ethereum/revert_should_reset_returndataYoichi Hirai2017-09-298-0/+9898 |\ | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts | * Update with more commentsYoichi Hirai2017-09-278-240/+528 | | | * Add tests that set up a nonempty returndata buffer and then call a contract ↵Yoichi Hirai2017-09-278-0/+9610 | | | | | | | | | | | | that reverts This should fulfill: non-empty returndata buffer --CALL --> REVERT <-- RETURNDATASIZE, to detect "not setting returndata buffer after REVERT" * | remove tests without fillersDimitry2017-09-291-651/+0 | | * | Merge pull request #313 from ethereum/typo-in-validitywinsvega2017-09-2928-0/+0 |\ \ | | | | | | Typo in validity | * | Rename bcUncleHeaderValiditiy into bcUncleHeaderValidityYoichi Hirai2017-09-2728-0/+0 | |/ * / Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵Yoichi Hirai2017-09-271-0/+734 |/ | | | insufficient balance * Merge pull request #331 from ethereum/big-revert-in-createYoichi Hirai2017-09-224-0/+2106 |\ | | | | Add a test case with a REVERT with returndata >24576 in an init code | * Add a test case with a REVERT with returndata >24576 in an init codeYoichi Hirai2017-09-194-0/+2106 | | * | Merge pull request #333 from ethereum/REVERT_in_staticcallYoichi Hirai2017-09-211-0/+722 |\ \ | | | | | | Add a test about REVERT during a STATICCALL | * | Add a test about REVERT during a STATICCALLYoichi Hirai2017-09-201-0/+722 | | | * | | Merge pull request #328 from ethereum/g1-test-after-zeroYoichi Hirai2017-09-204-0/+8312 |\ \ \ | |/ / |/| | Add a test that fails before PR 4482 | * | Refill with the new commentYoichi Hirai2017-09-194-144/+144 | | | | * | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482Yoichi Hirai2017-09-194-0/+8312 | | | | | | | | | | | | | | | | | | This PR adds a test on ecpairing where g1 is invalid while g2 is zero. cpp-ethereum before PR 4482 accidentially returned some answer in this case. It should throw. * | | Merge pull request #329 from ethereum/morecollisionwinsvega2017-09-201-0/+902 |\ \ \ | |_|/ |/| | more extcodecopy tests | * | more extcodecopy testsDimitry2017-09-191-0/+902 | | | * | | Merge pull request #327 from ethereum/morecollisionwinsvega2017-09-1924-0/+21398 |\| | | | | | | | more collision tests | * | more collision testsDimitry2017-09-1824-0/+21398 | | | | | | | | | | | | | | | collision with empty, with empty but nonce, empty but code from transaction and from code execution of create * | | Add a test executing REVERT during a DELEGATECALLYoichi Hirai2017-09-181-0/+722 | |/ |/| * | Merge pull request #289 from ethereum/all-opcodesYoichi Hirai2017-09-18134-0/+90844 |\ \ | |/ |/| Add tests with transaction to empty account, init code containing all valid opcodes. | * add tests for all good opcodes in contract initJared Wasinger2017-09-16134-0/+90844 | | * | Merge pull request #324 from ethereum/liscensewinsvega2017-09-141-600/+606 |\ \ | |/ |/| fix lotsOfLeafs test | * fix lotsOfLeafs testDimitry2017-09-141-600/+606 | | * | refill pairing tests withDimitry2017-09-1392-30071/+3395 |/ | | | 100k + 80k * update precompiled in static testDimitry2017-09-129-1338/+320 | * refill precompiled testsDimitry2017-09-121919-61169/+2165298 | | | | add execution on <100000 100000+x >100000 gas for each test * regenerate homestead to dao testsDimitry2017-09-114-539/+536 | * Merge pull request #312 from ethereum/remove-empty-hash2winsvega2017-09-08238-54510/+53149 |\ | | | | Remove empty hash | * Fill more testsYoichi Hirai2017-09-0824-3576/+3571 | | | * Fill BlockchainTests on https://github.com/ethereum/cpp-ethereum/pull/4458Yoichi Hirai2017-09-06217-51223/+49867 | | | | | | | | In all BlockchainTests, an empty account should disappear from the post state for Constantinople * | Merge pull request #304 from ethereum/splitvmtestswinsvega2017-09-084-0/+3038 |\ \ | | | | | | [WIP] add more issue tests from the fuzz server | * | add a case with 0 gasDimitry2017-09-082-30/+788 | | | | * | refill the tests with latest cppDimitry2017-09-083-146/+125 | | | | * | add more issue tests from the fuzz serverDimitry2017-09-053-0/+2301 | | | * | | Merge pull request #303 from ethereum/create-transaction-revertswinsvega2017-09-071-0/+493 |\ \ \ | | | | | | | | Add a Blockchaintest where create transaction fails for a REVERT inst… | * | | Remove the empty accountYoichi Hirai2017-09-051-50/+43 | | | | | * | | Add a Blockchaintest where create transaction fails for a REVERT instruction ↵Yoichi Hirai2017-09-051-0/+500 | | |/ | |/| | | | | | | | | | | | | in the init code The status code in the transaction receipt is the focus of interest. * / | replace BLOCKHASH test case in stBadOpcodeJared Wasinger2017-09-06122-5178/+5178 |/ / * | Merge pull request #302 from ethereum/call-transaction-revertsYoichi Hirai2017-09-051-0/+639 |\ \ | | | | | | Add a test containing a call transaction that reverts | * | Add a test containing a call transaction that revertsYoichi Hirai2017-09-051-0/+639 | | | * | | add converted blockchain test for 'returndatasize_after_successful_callcode'Jared Wasinger2017-09-051-48/+48 | | | * | | add more returndatasize/returndatacopy testsJared Wasinger2017-09-0512-0/+8384 |/ / * | Merge pull request #301 from ethereum/splitvmtestsYoichi Hirai2017-09-041-0/+688 |\| | | | | randomTest643 | * randomTest643Dimitry2017-09-041-0/+688 | | | | | | | | Codesize - creation of a ~1mb out of bounds in transaction init code * | Merge pull request #277 from ethereum/badOpcodes-CALLBLACKBOXwinsvega2017-09-02122-2496/+48603 |\ \ | | | | | | Add more opcodes to badOpcodes test | * | add more blockchain test cases.Jared Wasinger2017-09-02122-2496/+48603 | | | * | | Merge pull request #297 from ethereum/sstore-in-contract-initYoichi Hirai2017-09-021-0/+603 |\ \ \ | | | | | | | | Add state test for sstore in contract init code | * | | add state test for sstore in contract init codeJared Wasinger2017-09-011-0/+603 | | |/ | |/| * / | Refill suicideCoinbase test after fixing a typo Homstead -> HomesteadYoichi Hirai2017-08-311-42/+42 |/ / * / --fillchain refund50percentCap testYoichi Hirai2017-08-311-82/+82 |/ | | | This fixes `test/testeth -t BCGeneralStateTests/stRefundTest -- --all` * Fill wallet tests that were failing in the daily runYoichi Hirai2017-08-314-1355/+1355 | * Merge pull request #281 from ethereum/refill-refund50PercentCapYoichi Hirai2017-08-311-56/+56 |\ | | | | Fill BlockchainTests/GeneralStateTests/stRefundTest/refund50percentCap | * Fill BlockchainTests/GeneralStateTests/stRefundTest/refund50percentCapYoichi Hirai2017-08-281-56/+56 | | | | | | | | | | | | I was investigating https://github.com/ethereum/cpp-ethereum/issues/4413 and found that the problem has disappeared on the current develop. This commit fills one of the tests mentioned in the issue. * | Merge pull request #276 from ethereum/walletReorgwinsvega2017-08-301-13478/+13465 |\ \ | | | | | | Refill walletReorganizeOwnersFiller.json | * | Refill walletReorganizeOwnersFiller.jsonYoichi Hirai2017-08-261-13478/+13465 | | | | | | | | | | | | | | | | | | | | | walletReorganizeOwner.json contained an empty state in a post state in Byzantium, which is clearly wrong. I had to remove expectations because the Filler was failing for Frontier. This issue will be investigated separately at https://github.com/ethereum/cpp-ethereum/issues/4409 * | | Merge pull request #280 from ethereum/refill-refund600Yoichi Hirai2017-08-301-102/+102 |\ \ \ | | | | | | | | Refull refund600 test | * | | Refull refund600 testYoichi Hirai2017-08-281-102/+102 | | |/ | |/| | | | | | | | | | | | | | | | I was investigating https://github.com/ethereum/cpp-ethereum/issues/4413 and found that GeneralStateTests/stRefundTest/refund600.json was out of date. This commit updates the test together with the BlockchainTest translation. * | | Merge pull request #286 from ethereum/refill-stQuadraticComplexityYoichi Hirai2017-08-3030-1410/+1200 |\ \ \ | | | | | | | | --fillchain on GeneralStateTests/stQuadraticComplexityTest | * | | --fillchain on GeneralStateTests/stQuadraticComplexityTestYoichi Hirai2017-08-2930-1410/+1200 | | | | | | | | | | | | | | | | This will eliminate around 30 errors from `testeth -t BCGeneralStateTests/stQuadraticComplexityTest -- --all` * | | | --fillchain ↵Yoichi Hirai2017-08-301-54/+40 |/ / / | | | | | | | | | BlockchainTests/GeneralStateTests/stRandom/randomStatetest642_d0g0v0.json * / / add randomTest642 that fails on geth. a call to precompiled 007Dimitry2017-08-281-0/+723 |/ / * | Translate GeneralStateTests into BlockahtinTests/GeneralStateTestsYoichi Hirai2017-08-283036-141382/+244798 | | * | fix tests that don't conform to blockchain test schemaJared Wasinger2017-08-262-1546/+1531 |/ * Merge pull request #269 from ethereum/eip649Yoichi Hirai2017-08-23214-36432/+36823 |\ | | | | EIP649: difficulty and reward changes | * Fix uncleHeaderAt2ByzantiumFiller with a correct state root hashYoichi Hirai2017-08-231-0/+703 | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723534 | * Fix uncleBloomNot0_2 with the expected state root hashYoichi Hirai2017-08-231-94/+146 | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723381 | * Fix futureUncleTimestampDifficultyDrop2Yoichi Hirai2017-08-231-95/+147 | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134722457 | * Fill more testsYoichi Hirai2017-08-2236-1332/+1333 | | | * Fill more testsYoichi Hirai2017-08-2236-1477/+1476 | | | * Fill more tests on eip649 branchYoichi Hirai2017-08-2219-760/+760 | | | * Fill in more testsYoichi Hirai2017-08-228-1313/+897 | | | * Refill more straightforward BlockchainTestsYoichi Hirai2017-08-2278-6787/+6787 | | | * Refill straightforward casesYoichi Hirai2017-08-2272-26077/+26077 | | * | Refilled tests again so that 0x is in front of byte sequencesYoichi Hirai2017-08-224-1563/+1563 | | * | Refill bcWalletTestYoichi Hirai2017-08-224-1727/+1727 |/ | | | Last time I filled these tests, I used a broken version of testeth, and "0x" prefix was missing everywhere * 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 * Fix more BlockchainTestsYoichi Hirai2017-08-1711-2888/+2806 | * fill BlockchainTests after delaying EIP96 to ConstantinopleYoichi Hirai2017-08-16206-34380/+32987 | * update comments in dao transition testsDimitry2017-08-154-460/+460 | * Fix the modexpFiller about large base length and large exp lengthYoichi Hirai2017-08-142-126/+126 | * Add a test case that RETURNDATACOPYs REVERTed dataYoichi Hirai2017-08-081-0/+742 | * Hive tests with ByzantineDimitry2017-08-062851-164758/+619483 | * Merge pull request #245 from ethereum/blockhashtestYoichi Hirai2017-08-041-98/+136 |\ | | | | blockhash test on Byzantine transition | * blockhash test on Byzantine transitionDimitry2017-08-041-98/+136 | | * | Change tests so that the storage is cleared before, not after contract ↵Yoichi Hirai2017-08-041-73/+215 |/ | | | initialization * Transition tests with ByzantiumDimitry2017-08-0314-3448/+865 | * split metropolisDimitry2017-08-03237-51070/+242387 | * regenerate hive testsDimitry2017-08-014740-1749768/+2320992 | * Fill tests after changing the receipt formatYoichi Hirai2017-07-19