aboutsummaryrefslogtreecommitdiffstats
path: root/src/TransactionTestsFiller/ttFrontier/TransactionWithRSvalue0Filler.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/TransactionTestsFiller/ttFrontier/TransactionWithRSvalue0Filler.json')
0 files changed, 0 insertions, 0 deletions
tgraph'>| | * | Merge pull request #366 from ethereum/modexp-modeize1-returnsizeYoichi Hirai2017-10-265-152/+800 |\ \ | |/ |/| Add a test for checking RETURNDATASIZE after a modexp with modsize = 1 | * Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-255-152/+800 |/ * Merge pull request #365 from ethereum/stbugswinsvega2017-10-2516-0/+6292 |\ | | | | returndatacopy bug | * create failing inside staticcallDimitry2017-10-256-0/+2058 | | | * returndatacopy bugDimitry2017-10-2410-0/+4234 |/ * Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-2410-0/+3205 |\ | | | | Add tests about returndatasize following modexp calls of modsize = 0 | * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-2310-0/+3205 | | * | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-244-0/+856 |\ \ | | | | | | Returndata ecrec | * | add casey's testDimitry2017-10-193-3/+710 | | | | * | add test for returndatasize after ecreccdetrio2017-10-072-0/+149 | | | * | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-244-0/+893 |\ \ \ | |_|/ |/| | RETURNDATACOPY and RETURNDATASIZE after failing create | * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-194-0/+893 | | | | | | | | | | | | (due to 0xfd code) * | | Merge pull request #356 from ethereum/a-call-b-call-c-return-oogYoichi Hirai2017-10-184-0/+1143 |\ \ \ | | | | | | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG)… | * | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵Yoichi Hirai2017-10-184-0/+1143 |/ / / | | | | | | | | | | | | | | | buffers') https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C37 * | | Merge pull request #360 from ethereum/returntestwinsvega2017-10-174-0/+1012 |\ \ \ | |/ / |/| | RETURNDATASIZE after a failing CALL (due to insufficient balance) sho… | * | RETURNDATASIZE after a failing CALL (due to insufficient balance) should ↵Dimitry2017-10-174-0/+1012 |/ / | | | | | | return 0 * | Merge pull request #358 from ethereum/fixtestYoichi Hirai2017-10-172-39/+39 |\ \ | | | | | | fix random state test | * | fix random state testDimitry2017-10-172-39/+39 |/ / * | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-1314-0/+4226 |\ \ | | | | | | fuzzed test modexp input | * | modexp input testDimitry2017-10-1314-290/+1667 | | | | | | | | | | | | 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-1310-0/+2849 | | | * | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13246-8293/+19646 |\ \ \ | | | | | | | | Add more stack items for badOpcodes test | * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13246-8293/+19646 | | | | * | | | Merge pull request #355 from ethereum/fuzztestwinsvega2017-10-134-0/+874 |\ \ \ \ | |_|/ / |/| | | fuzztests bytecode | * | | Update randomStatetest647Filler.jsonwinsvega2017-10-131-1/+1 | | | | | * | | fuzztests bytecodeDimitry2017-10-134-0/+874 |/ / / * | | Merge pull request #353 from ethereum/splitwinsvega2017-10-134802-94645/+94217 |\ \ \ | |/ / |/| | Split | * | split random testsDimitry2017-10-13228-130378/+25 | | | | * | split large test suitesDimitry2017-10-134803-85605/+215530 |/ / * | Merge pull request #344 from tkstanczak/missingBranchValueUpdateTestwinsvega2017-10-121-0/+8 |\ \ | | | | | | added a missing Tree test | * | added a missing test - it was possible to write Tree code that would pass ↵Tomasz K. Stanczak2017-10-031-0/+8 | | | | | | | | | | | | other tests but not this one * | | Merge pull request #350 from ethereum/paritywinsvega2017-10-124-0/+1127 |\ \ \ | | | | | | | | add parity test with revert | * | | add _info commentDimitry2017-10-113-32/+35 | | | | | * | | python testDimitry2017-10-114-0/+1124 |/ / / * | | Merge pull request #349 from ethereum/case_10_10_2017Yoichi Hirai2017-10-1110-6/+3021 |\ \ \ | | | | | | | | Add an interesting inpu to modexp | * | | Add a test case where modexp gets inputYoichi Hirai2017-10-119-4/+3017 | | | | | | | | | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | * | | Add an interesting input to modexp found by fuzzingYoichi Hirai2017-10-101-2/+4 | | | | * | | | set author for nightly builds RPC testsDimitry2017-10-101-2/+3 |/ / / * | | Merge pull request #347 from ethereum/fillerhasheswinsvega2017-10-098400-1123694/+311512 |\ \ \ | |_|/ |/| | Fillerhashes | * | regenerate Copier TestsDimitry2017-10-07603-4146/+6006 | | | | * | refill all the testsDimitry2017-10-078212-1118917/+304865 | | | | * | fix test fillersDimitry2017-10-0648-632/+642 |/ / * | Merge pull request #342 from ethereum/fixfillerswinsvega2017-10-048356-265121/+523940 |\ \ | | | | | | regenerate state tests | * | remove old testsDimitry2017-09-30176-14507/+0 | | | | * | refill transaction testsDimitry2017-09-30399-132526/+7004 | | | | * | 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 | | | | * | regenerate state testsDimitry2017-09-297349-70230/+481190 | |/ | | | | | | | | generate hive test fillers fix state test fillers * | Merge pull request #345 from ethereum/fix-rpc-testsYoichi Hirai2017-10-041-1/+0 |\ \ | |/ |/| Remove deprecated parameter from RPCtests genesis | * Remove deprecated parameter from RPCtests genesisAndrei Maiboroda2017-10-041-1/+0 | | * | Merge pull request #338 from ethereum/revert_should_reset_returndataYoichi Hirai2017-09-2918-0/+11573 |\ \ | | | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts | * | Update with more commentsYoichi Hirai2017-09-2718-248/+1433 | | | | * | Add tests that set up a nonempty returndata buffer and then call a contract ↵Yoichi Hirai2017-09-2710-0/+10388 | | | | | | | | | | | | | | | | | | 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-293-1549/+0 | | | * | | Merge pull request #313 from ethereum/typo-in-validitywinsvega2017-09-2956-0/+0 |\ \ \ | | |/ | |/| Typo in validity | * | Rename bcUncleHeaderValiditiy into bcUncleHeaderValidityYoichi Hirai2017-09-2756-0/+0 | |/ * | Merge pull request #343 from ethereum/returndatacopy-after-too-big-transferYoichi Hirai2017-09-284-0/+988 |\ \ | |/ |/| Add a test where RETURNDATACOPY with a nonzero size fails after a CAL… | * Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵Yoichi Hirai2017-09-274-0/+988 |/ | | | insufficient balance * Merge pull request #334 from ethereum/copierwinsvega2017-09-27142-0/+0 |\ | | | | rename tests that are copied with suffix Copier.json | * rename tests that are copied with suffix Copier.jsonDimitry2017-09-26142-0/+0 |/ * Merge pull request #341 from ethereum/difficultyByzantiumwinsvega2017-09-26637-47782/+48168 |\ | | | | refill mainnetwork tests with byzantium at 4.37M | * refill transaction testsDimitry2017-09-25631-1262/+1648 | | | * refill difficulty mainNetwork with byzantium 4.37MDimitry2017-09-256-46520/+46520 |/ * Merge pull request #339 from ethereum/difficultyByzanYoichi Hirai2017-09-251-1080/+1080 |\ | | | | regenerate customMainNet tests | * regenerate customMainNet testsDimitry2017-09-231-1080/+1080 | | * | Merge pull request #337 from ethereum/difficultyByzanwinsvega2017-09-237-34214/+85981 |\| | | | | regenerate more blocknumbers | * remove unneeded uncle testsDimitry2017-09-226-105825/+55110 | | | * update tests with uncle hashesDimitry2017-09-227-68714/+99160 | | | * regenerate more blocknumbersDimitry2017-09-225-32032/+104068 | | * | Merge pull request #331 from ethereum/big-revert-in-createYoichi Hirai2017-09-226-0/+2465 |\ \ | | | | | | 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-196-0/+2465 | | | * | | Merge pull request #336 from ethereum/difficultyByzanwinsvega2017-09-225-28068/+35868 |\ \ \ | | |/ | |/| update difficulty tests | * | update difficulty testsDimitry2017-09-225-28068/+35868 |/ / * | Merge pull request #335 from ethereum/fixwinsvega2017-09-211-5/+2 |\ \ | | | | | | remove data field dublicates | * | remove data field dublicatesDimitry2017-09-211-5/+2 | | | * | | Merge pull request #333 from ethereum/REVERT_in_staticcallYoichi Hirai2017-09-213-0/+901 |\ \ \ | | | | | | | | Add a test about REVERT during a STATICCALL | * | | Add a test about REVERT during a STATICCALLYoichi Hirai2017-09-203-0/+901 | | | | * | | | Merge pull request #328 from ethereum/g1-test-after-zeroYoichi Hirai2017-09-206-0/+8953 |\ \ \ \ | |/ / / |/| | | Add a test that fails before PR 4482 | * | | Refill with the new commentYoichi Hirai2017-09-195-145/+145 | | | | | * | | Update the commentYoichi Hirai2017-09-191-2/+4 | | | | | * | | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482Yoichi Hirai2017-09-196-0/+8951 | | | | | | | | | | | | | | | | | | | | | | | | 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-203-0/+1125 |\ \ \ \ | | | | | | | | | | more extcodecopy tests | * | | | more extcodecopy testsDimitry2017-09-193-0/+1125 | | | | | * | | | | Merge pull request #330 from ethereum/mixHashYoichi Hirai2017-09-192-6/+6 |\ \ \ \ \ | |_|_|_|/ |/| | | | Unify the cases of "mixHash"; there were some "mixhash" | * | | | Unify the cases of "mixHash"; there were some "mixhash"Yoichi Hirai2017-09-192-6/+6 |/ / / / * | | | Merge pull request #316 from ethereum/more-modexpYoichi Hirai2017-09-192-4/+996 |\ \ \ \ | | | | | | | | | | Add some more modexp cases | * | | | Add some more modexp casesYoichi Hirai2017-09-182-4/+996 | | |/ / | |/| | * | | | Merge pull request #327 from ethereum/morecollisionwinsvega2017-09-1932-0/+23223 |\ \ \ \ | | |/ / | |/| | more collision tests | * | | more collision testsDimitry2017-09-1832-0/+23223 | | | | | | | | | | | | | | | | | | | | collision with empty, with empty but nonce, empty but code from transaction and from code execution of create * | | | Merge pull request #326 from ethereum/RevertInDelegateCallYoichi Hirai2017-09-193-0/+901 |\ \ \ \ | |_|/ / |/| | | Add a test executing REVERT during a DELEGATECALL | * | | Add a test executing REVERT during a DELEGATECALLYoichi Hirai2017-09-183-0/+901 |/ / / * | | Merge pull request #289 from ethereum/all-opcodesYoichi Hirai2017-09-18136-0/+97108 |\ \ \ | |/ / |/| | Add tests with transaction to empty account, init code containing all valid opcodes. | * | add tests for all good opcodes in contract initJared Wasinger2017-09-16136-0/+97108 | | | * | | Merge pull request #324 from ethereum/liscensewinsvega2017-09-142-602/+652 |\ \ \ | | | | | | | | fix lotsOfLeafs test | * | | fix lotsOfLeafs testDimitry2017-09-142-602/+652 | | | | * | | | Merge pull request #323 from ethereum/liscensewinsvega2017-09-141-0/+7 |\| | | | |/ / |/| | license | * | licenseDimitry2017-09-131-0/+7 | | | * | | Merge pull request #320 from ethereum/revertPairingTestwinsvega2017-09-14372-30403/+3975 |\ \ \ | | | | | | | | refill pairing tests with | * | | fix stExampleTestDimitry2017-09-132-134/+13 | | | | | * | | refill pairing tests withDimitry2017-09-13373-30415/+4108 | | | | | | | | | | | | | | | | 100k + 80k * | | | Merge pull request #322 from ethereum/transactionVtestswinsvega2017-09-142-0/+195 |\ \ \ \ | |_|/ / |/| | | add issue 143 test | * | | add issue 143 testDimitry2017-09-132-0/+195 | | | | * | | | Merge pull request #321 from ethereum/transactionVtestswinsvega2017-09-1382-136/+414 |\| | | | |/ / |/| | refill transaction tests | * | refill transaction testsDimitry2017-09-1382-136/+414 |/ / * | Merge pull request #319 from ethereum/updategaspricewinsvega2017-09-122737-68099/+2227615 |\ \ | | | | | | Updategasprice with new rules | * | update precompiled in static testDimitry2017-09-1210-1424/+323 | | | | * | refill precompiled testsDimitry2017-09-122727-66675/+2227292 |/ / | | | | | | add execution on <100000 100000+x >100000 gas for each test * | Merge pull request #315 from ethereum/regendaowinsvega2017-09-124-539/+536 |\ \ | | | | | | regenerate homestead to dao tests | * | regenerate homestead to dao testsDimitry2017-09-114-539/+536 |/ / * | Merge pull request #312 from ethereum/remove-empty-hash2winsvega2017-09-08245-54520/+53198 |\ \ | | | | | | Remove empty hash | * | Fill more testsYoichi Hirai2017-09-0831-3586/+3620 | | | | * | 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 #309 from holgerd77/docs-testeth-updatewinsvega2017-09-082-62/+5 |\ \ \ | | | | | | | | Remove outdated testeth information and link to C++ docs | * | | Remove outdated testeth information and link to C++ docsholgerd772017-09-062-62/+5 | |/ / * | | Merge pull request #304 from ethereum/splitvmtestswinsvega2017-09-0810-0/+3645 |\ \ \ | | | | | | | | [WIP] add more issue tests from the fuzz server | * | | add a case with 0 gasDimitry2017-09-084-32/+845 | | | | | * | | refill the tests with latest cppDimitry2017-09-086-154/+133 | | | | | * | | add more issue tests from the fuzz serverDimitry2017-09-059-0/+2853 | | | | * | | | Merge pull request #303 from ethereum/create-transaction-revertswinsvega2017-09-072-0/+543 |\ \ \ \ | | | | | | | | | | 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-052-0/+550 | | |/ / | |/| | | | | | | | | | | | | | | | | | in the init code The status code in the transaction receipt is the focus of interest. * | | | Merge pull request #310 from ethereum/vmtests-are-on-homesteadwinsvega2017-09-071-1/+1 |\ \ \ \ | | | | | | | | | | Clarify that VM Tests are on Homestead rules | * | | | Clarify that VM Tests are on Homestead rulesYoichi Hirai2017-09-071-1/+1 | | | | | * | | | | Merge pull request #311 from ethereum/revert-in-CALLCODEYoichi Hirai2017-09-072-0/+189 |\ \ \ \ \ | |/ / / / |/| | | | Add a test about REVERT during CALLCODE | * | | | Add a test about REVERT during CALLCODEYoichi Hirai2017-09-072-0/+189 |/ / / / * | | | Merge pull request #307 from ethereum/remove-blockhash-from-badOpwinsvega2017-09-07124-5188/+5188 |\ \ \ \ | |/ / / |/| | | Replace blockhash test case from stBadOpcodes | * | | add filled state testJared Wasinger2017-09-061-9/+9 | | | | | * | | replace BLOCKHASH test case in stBadOpcodeJared Wasinger2017-09-06123-5179/+5179 |/ / / * | | Merge pull request #302 from ethereum/call-transaction-revertsYoichi Hirai2017-09-052-0/+704 |\ \ \ | | | | | | | | Add a test containing a call transaction that reverts | * | | Add a test containing a call transaction that revertsYoichi Hirai2017-09-052-0/+704 | | | | * | | | Merge pull request #290 from ethereum/returndata-testsYoichi Hirai2017-09-0528-1/+9885 |\ \ \ \ | |/ / / |/| | | Add more returndata tests | * | | add converted blockchain test for 'returndatasize_after_successful_callcode'Jared Wasinger2017-09-051-48/+48 | | | | | * | | fill 'returndatasize_after_successful_callcode' state testJared Wasinger2017-09-052-76/+116 | | | | | * | | rename 'returndatasize_after_callcode' -> ↵Jared Wasinger2017-09-051-0/+76 | | | | | | | | | | | | | | | | 'returndatasize_after_successful_callcode' | * | | add more returndatasize/returndatacopy testsJared Wasinger2017-09-0526-0/+9768 |/ / / * | | Merge pull request #301 from ethereum/splitvmtestsYoichi Hirai2017-09-043-0/+861 |\| | | | | | | | randomTest643 | * | randomTest643Dimitry2017-09-043-0/+861 | | | | | | | | | | | | Codesize - creation of a ~1mb out of bounds in transaction init code * | | Merge pull request #299 from ethereum/refill-stBadOpcodeswinsvega2017-09-041-1/+6756 |\ \ \ | | | | | | | | Re-fill stBadOpcodes | * | | refill stBadOpcodesJared Wasinger2017-09-041-1/+6756 |/ / / * | | Merge pull request #296 from ethereum/splitvmtestswinsvega2017-09-031376-1829136/+55309 |\| | | | | | | | Splitvmtests | * | refill splited VMtestsDimitry2017-09-01711-1807322/+32330 | | | | * | split vm testsDimitry2017-09-01687-22389/+23554 | | | * | | Merge pull request #277 from ethereum/badOpcodes-CALLBLACKBOXwinsvega2017-09-02124-4730/+48742 |\ \ \ | | | | | | | | Add more opcodes to badOpcodes test | * | | add more blockchain test cases.Jared Wasinger2017-09-02123-9252/+48604 | | | | | * | | add test case which successfully creates a contract to 'badOpcodes' state ↵Jared Wasinger2017-09-012-745/+799 | | | | | | | | | | | | | | | | test. remove unused account. | * | | add more bad opcodesJared Wasinger2017-09-012-41/+4577 | | | | | * | | add CALLBLACKBOX testJared Wasinger2017-09-012-313/+383 | | | | * | | | Merge pull request #297 from ethereum/sstore-in-contract-initYoichi Hirai2017-09-023-0/+767 |\ \ \ \ | | | | | | | | | | Add state test for sstore in contract init code | * | | | include produced testJared Wasinger2017-09-011-1/+101 | | | | | | * | | | remove tabsJared Wasinger2017-09-011-2/+2 | | | | | | * | | | add state test for sstore in contract init codeJared Wasinger2017-09-013-0/+667 | | |/ / | |/| | * | | | Merge pull request #295 from ethereum/not_homsteadYoichi Hirai2017-09-022-43/+73 |\ \ \ \ | |/ / / |/| | | Refill suicideCoinbase test after fixing a typo Homstead -> Homestead | * | | Refill suicideCoinbase test after fixing a typo Homstead -> HomesteadYoichi Hirai2017-08-312-43/+73 |/ / / * | | Merge pull request #293 from ethereum/refill-refund50PercentCap-againYoichi Hirai2017-08-311-82/+82 |\ \ \ | | | | | | | | --fillchain refund50percentCap test | * | | --fillchain refund50percentCap testYoichi Hirai2017-08-311-82/+82 | |/ / | | | | | | | | | This fixes `test/testeth -t BCGeneralStateTests/stRefundTest -- --all` * | | Merge pull request #292 from holgerd77/update-docsYoichi Hirai2017-08-3111-245/+365 |\ \ \ | |/ / |/| | Structural overhaul of the whole docs / Updated state test section / info box on test type status | * | Updated contribute notice on table of contents in docsholgerd772017-08-311-2/+1 | | | | * | Moved to a simpler file structure for test typesholgerd772017-08-317-6/+6 | | | | * | Updated VM testsholgerd772017-08-312-19/+53 | | | | * | Updated difficulty test structure, network/fork informationholgerd772017-08-311-7/+13 | | | | * | Updated rlp tests structureholgerd772017-08-311-10/+20 | | | | * | Added updated version of the state test docs from EIP 176 (rough version as ↵holgerd772017-08-312-59/+88 | | | | | | | | | | | | a basis to be fine-tuned) | * | Structural improvements to the blockchain tests section, new info box with ↵holgerd772017-08-311-19/+43 | | | | | | | | | | | | location and HF support info, notice on GeneralStateTests subfolder | * | Fix headings, line breaksholgerd772017-08-318-40/+58 | | | * | | Merge pull request #291 from ethereum/fill-more-bcWalletYoichi Hirai2017-08-314-1355/+1355 |\ \ \ | | | | | | | | Fill wallet tests that were failing in the daily run | * | | 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-302-13995/+13465 |\ \ \ | | | | | | | | Refill walletReorganizeOwnersFiller.json | * | | Refill walletReorganizeOwnersFiller.jsonYoichi Hirai2017-08-262-13995/+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-302-103/+103 |\ \ \ \ | | | | | | | | | | Refull refund600 test | * | | | Refull refund600 testYoichi Hirai2017-08-282-103/+103 | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 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 #287 from ethereum/splittransactiontestswinsvega2017-08-301208-15471/+17168 |\ \ \ \ | | | | | | | | | | Split TransactionTests into separate files | * | | | refill transaction testsDimitry2017-08-30455-284/+2740 | | | | | | * | | | more transaction testsDimitry2017-08-30173-2898/+3081 | | | | | | * | | | split transaction tests into separate filesDimitry2017-08-30868-12573/+11631 | | | | | * | | | | 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` * | | | | | Merge pull request #284 from holgerd77/add-docsYoichi Hirai2017-08-3014-1/+890 |\ \ \ \ \ \ | |_|/ / / / |/| | | | | Integrate test documentation from Homestead docs | * | | | | Some updates on state tests, note on outdated structureholgerd772017-08-301-4/+19 | | | | | | | * | | | | Updated the test structure of BlockchainTests, removed outdated informationholgerd772017-08-301-82/+91 | | | | | | | * | | | | Added note on outdated docs, seek for helpholgerd772017-08-302-1/+7 | | | | | | | * | | | | Updated test doc URL in README, added some contribution notesholgerd772017-08-303-1/+21 | | | | | | | * | | | | Added doc rst files from the Homestead docsholgerd772017-08-309-8/+598 | | | | | | | * | | | | Add initial Sphinx docs directory, added docs/_build/ folder to .gitignoreholgerd772017-08-305-0/+249 |/ / / / / * | | | | Merge pull request #288 from ethereum/fillchain-stRandomYoichi Hirai2017-08-301-54/+40 |\ \ \ \ \ | |/ / / / |/| | | | --fillchain randomStatetest642_d0g0v0.json | * | | | --fillchain ↵Yoichi Hirai2017-08-301-54/+40 |/ / / / | | | | | | | | | | | | BlockchainTests/GeneralStateTests/stRandom/randomStatetest642_d0g0v0.json * | | | Merge pull request #285 from ethereum/log-as-hashYoichi Hirai2017-08-291-1509/+128 |\ \ \ \ | | | | | | | | | | Replace the remaining log arrays with log hashes | * | | | Replace the remaining log arrays with log hashesYoichi Hirai2017-08-291-1509/+128 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testeth changed the log formats recently. The test cases are not supposed to contain logs, but only the hash of the logs. `test/testeth -t 'VMTests' -- --all` passes after this commit. * | | | | Merge pull request #283 from ethereum/returndatasize_after_staticcallYoichi Hirai2017-08-298-0/+772 |\ \ \ \ \ | |/ / / / |/| | | | Add new `returndatasize/returndatacopy` state tests | * | | | add 'returndatacopy_after_successful_delegatecall' state testJared Wasinger2017-08-292-0/+193 | | | | | | * | | | add 'returndatacopy_after_successful_callcode' state testJared Wasinger2017-08-292-0/+193 | | | | | | * | | | add 'returndatasize_after_successful_delegatecall' state testJared Wasinger2017-08-292-0/+193 | | | | | | * | | | add 'returndatasize_after_successful_staticcall' state testJared Wasinger2017-08-292-0/+193 |/ / / / * | | | Merge pull request #282 from ethereum/precompiled-failure-means-balance-revertYoichi Hirai2017-08-291-3/+3 |\ \ \ \ | | | | | | | | | | Precompiled failure means reverting the balance transfer | * | | | This change is a part of the fix to ↵Yoichi Hirai2017-08-281-3/+3 |/ / / / | | | | | | | | | | | | https://github.com/ethereum/cpp-ethereum/issues/4416 * / / / add randomTest642 that fails on geth. a call to precompiled 007Dimitry2017-08-283-0/+896 |/ / / * | | Merge pull request #279 from ethereum/filled-hive-testsYoichi Hirai2017-08-283036-141382/+244798 |\ \ \ | | | | | | | | Translate GeneralStateTests into BlockchainTests/GeneralStateTests | * | | Translate GeneralStateTests into BlockahtinTests/GeneralStateTestsYoichi Hirai2017-08-283036-141382/+244798 | | | | * | | | Merge pull request #278 from ethereum/returndatasize_after_callcodeYoichi Hirai2017-08-282-0/+192 |\ \ \ \ | |/ / / |/| | | add state test 'returndatasize_after_callcode' | * | | add state test 'returndatasize_after_callcode'Jared Wasinger2017-08-282-0/+192 |/ / / * | | Merge pull request #268 from ethereum/bc-schemaYoichi Hirai2017-08-265-4/+507 |\ \ \ | | | | | | | | Add blockchain test linting | * | | add blockchain test linting to travisJared Wasinger2017-08-265-4/+507 |/ / / * | | Merge pull request #275 from ethereum/bc-schema-test-fixesYoichi Hirai2017-08-264-1549/+1532 |\ \ \ | |/ / |/| | fix tests that don't conform to blockchain test schema | * | fix tests that don't conform to blockchain test schemaJared Wasinger2017-08-264-1549/+1532 |/ / * | Merge pull request #273 from ethereum/vmIO-fixYoichi Hirai2017-08-252-146/+145 |\ \ | | | | | | Fix the filler and fill vmIOandFlowOperationsTest | * | Fix the filler and fill vmIOandFlowOperationsTestYoichi Hirai2017-08-242-146/+145 | | | * | | Merge pull request #274 from ethereum/log-new-formatYoichi Hirai2017-08-253-76969/+38570 |\ \ \ | |/ / |/| | Replace more logs with hashes | * | Replace more logs with log hashesYoichi Hirai2017-08-24