aboutsummaryrefslogtreecommitdiffstats
path: root/misc/muuz
ModeNameSize
-rw-r--r--Makefile447logstatsplainblame
-rw-r--r--distinfo60logstatsplainblame
d---------files216logstatsplain
-rw-r--r--pkg-descr406logstatsplainblame
-rw-r--r--pkg-plist182logstatsplainblame
7-10-19 19:49:24 +0800'>2017-10-191-0/+62 | | | | * | add test for returndatasize after ecreccdetrio2017-10-071-0/+43 | | | * | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-242-0/+127 |\ \ \ | |_|/ |/| | RETURNDATACOPY and RETURNDATASIZE after failing create | * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-192-0/+127 | | | | | | | | | | | | (due to 0xfd code) * | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵Yoichi Hirai2017-10-182-0/+177 | | | | | | | | | | | | | | | | | | 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-172-0/+159 |/ / | | | | | | return 0 * | Merge pull request #354 from ethereum/modexpinputYoichi Hirai2017-10-137-0/+412 |\ \ | | | | | | fuzzed test modexp input | * | modexp input testDimitry2017-10-137-18/+142 | | | | | | | | | | | | 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-135-0/+288 | | | * | | Merge pull request #352 from ethereum/badOpcodes-bigger-stackwinsvega2017-10-13123-543/+543 |\ \ \ | | | | | | | | Add more stack items for badOpcodes test | * | | refill badopcodes blockchain tests, blockchain general state testsJared Wasinger2017-10-13123-543/+543 | | | | * | | | Update randomStatetest647Filler.jsonwinsvega2017-10-131-1/+1 | | | | * | | | fuzztests bytecodeDimitry2017-10-132-0/+123 | |/ / |/| | * | | split random testsDimitry2017-10-131-56/+0 | | | * | | split large test suitesDimitry2017-10-131301-0/+56 |/ / * | add _info commentDimitry2017-10-111-0/+3 | | * | python testDimitry2017-10-112-0/+142 | | * | Add a test case where modexp gets inputYoichi Hirai2017-10-114-0/+248 | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 * | Add an interesting input to modexp found by fuzzingYoichi Hirai2017-10-101-2/+4 | | * | refill all the testsDimitry2017-10-0738-63/+167 | | * | fix test fillersDimitry2017-10-0648-632/+642 |/ * remove old testsDimitry2017-09-30170-10582/+0 | * regenerate state testsDimitry2017-09-295125-37825/+473814 | | | | | generate hive test fillers fix state test fillers * Merge pull request #338 from ethereum/revert_should_reset_returndataYoichi Hirai2017-09-299-0/+1200 |\ | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts | * Update with more commentsYoichi Hirai2017-09-279-7/+904 | | | * Add tests that set up a nonempty returndata buffer and then call a contract ↵Yoichi Hirai2017-09-271-0/+303 | | | | | | | | | | | | that reverts This should fulfill: non-empty returndata buffer --CALL --> REVERT <-- RETURNDATASIZE, to detect "not setting returndata buffer after REVERT" * | 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-272-0/+140 |/ | | | insufficient balance * rename tests that are copied with suffix Copier.jsonDimitry2017-09-26142-0/+0 | * refill transaction testsDimitry2017-09-25170-170/+170 | * Merge pull request #331 from ethereum/big-revert-in-createYoichi Hirai2017-09-221-0/+123 |\ | | | | 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-191-0/+123 | | * | 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-211-0/+66 |\ \ \ | | | | | | | | Add a test about REVERT during a STATICCALL | * | | Add a test about REVERT during a STATICCALLYoichi Hirai2017-09-201-0/+66 | | | | * | | | Merge pull request #328 from ethereum/g1-test-after-zeroYoichi Hirai2017-09-201-0/+277 |\ \ \ \ | |/ / / |/| | | Add a test that fails before PR 4482 | * | | Update the commentYoichi Hirai2017-09-191-2/+4 | | | | | * | | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482Yoichi Hirai2017-09-191-0/+275 | | | | | | | | | | | | | | | | | | | | | | | | 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/+96 |\ \ \ \ | |_|_|/ |/| | | more extcodecopy tests | * | | more extcodecopy testsDimitry2017-09-191-0/+96 | | | | * | | | Merge pull request #316 from ethereum/more-modexpYoichi Hirai2017-09-191-2/+88 |\ \ \ \ | | | | | | | | | | Add some more modexp cases | * | | | Add some more modexp casesYoichi Hirai2017-09-181-2/+88 | | |/ / | |/| | * | | | Merge pull request #327 from ethereum/morecollisionwinsvega2017-09-194-0/+449 |\ \ \ \ | | |/ / | |/| | more collision tests | * | | more collision testsDimitry2017-09-184-0/+449 | | | | | | | | | | | | | | | | | | | | 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/+66 | |/ / |/| | * | | Merge pull request #289 from ethereum/all-opcodesYoichi Hirai2017-09-181-0/+316 |\ \ \ | |/ / |/| | Add tests with transaction to empty account, init code containing all valid opcodes. | * | add tests for all good opcodes in contract initJared Wasinger2017-09-161-0/+316 | | | * | | Merge pull request #324 from ethereum/liscensewinsvega2017-09-141-2/+46 |\ \ \ | |/ / |/| | fix lotsOfLeafs test | * | fix lotsOfLeafs testDimitry2017-09-141-2/+46 | | | * | | Merge pull request #320 from ethereum/revertPairingTestwinsvega2017-09-1417-22/+19 |\ \ \ | | | | | | | | refill pairing tests with | * | | fix stExampleTestDimitry2017-09-131-1/+1 | | | | | * | | refill pairing tests withDimitry2017-09-1318-23/+20 | | | | | | | | | | | | | | | | 100k + 80k * | | | add issue 143 testDimitry2017-09-131-0/+97 | |/ / |/| | * | | refill transaction testsDimitry2017-09-137-0/+126 |/ / * | refill precompiled testsDimitry2017-09-12359-659/+558 | | | | | | | | add execution on <100000 100000+x >100000 gas for each test * | Merge pull request #312 from ethereum/remove-empty-hash2winsvega2017-09-087-10/+49 |\ \ | | | | | | Remove empty hash | * | Fill more testsYoichi Hirai2017-09-087-10/+49 | | | * | | Merge pull request #304 from ethereum/splitvmtestswinsvega2017-09-083-0/+169 |\ \ \ | | | | | | | | [WIP] add more issue tests from the fuzz server | * | | add a case with 0 gasDimitry2017-09-081-1/+1 | | | | | * | | add more issue tests from the fuzz serverDimitry2017-09-053-0/+169 | | | | * | | | Merge pull request #303 from ethereum/create-transaction-revertswinsvega2017-09-071-0/+50 |\ \ \ \ | | | | | | | | | | Add a Blockchaintest where create transaction fails for a REVERT inst… | * | | | Add a Blockchaintest where create transaction fails for a REVERT instruction ↵Yoichi Hirai2017-09-051-0/+50 | | |/ / | |/| | | | | | | | | | | | | | | | | | in the init code The status code in the transaction receipt is the focus of interest. * | | | Add a test about REVERT during CALLCODEYoichi Hirai2017-09-071-0/+66 | | | | * | | | replace BLOCKHASH test case in stBadOpcodeJared Wasinger2017-09-061-1/+1 |/ / / * | | Merge pull request #302 from ethereum/call-transaction-revertsYoichi Hirai2017-09-051-0/+65 |\ \ \ | | | | | | | | Add a test containing a call transaction that reverts | * | | Add a test containing a call transaction that revertsYoichi Hirai2017-09-051-0/+65 | | | | * | | | fill 'returndatasize_after_successful_callcode' state testJared Wasinger2017-09-051-76/+0 | | | | * | | | rename 'returndatasize_after_callcode' -> ↵Jared Wasinger2017-09-051-0/+76 | | | | | | | | | | | | | | | | 'returndatasize_after_successful_callcode' * | | | add more returndatasize/returndatacopy testsJared Wasinger2017-09-057-0/+516 |/ / / * | | Merge pull request #301 from ethereum/splitvmtestsYoichi Hirai2017-09-041-0/+50 |\| | | | | | | | randomTest643 | * | randomTest643Dimitry2017-09-041-0/+50 | | | | | | | | | | | | Codesize - creation of a ~1mb out of bounds in transaction init code * | | Merge pull request #296 from ethereum/splitvmtestswinsvega2017-09-03687-22389/+23554 |\| | | | | | | | Splitvmtests | * | refill splited VMtestsDimitry2017-09-015-0/+0 | | | | * | split vm testsDimitry2017-09-01687-22389/+23554 | | | * | | Merge pull request #277 from ethereum/badOpcodes-CALLBLACKBOXwinsvega2017-09-021-43/+138 |\ \ \ | | | | | | | | Add more opcodes to badOpcodes test | * | | add test case which successfully creates a contract to 'badOpcodes' state ↵Jared Wasinger2017-09-011-11/+17 | | | | | | | | | | | | | | | | test. remove unused account. | * | | add more bad opcodesJared Wasinger2017-09-011-40/+121 | | | | | * | | add CALLBLACKBOX testJared Wasinger2017-09-011-39/+47 | |/ / * | | Merge pull request #297 from ethereum/sstore-in-contract-initYoichi Hirai2017-09-021-0/+55 |\ \ \ | | | | | | | | Add state test for sstore in contract init code | * | | remove tabsJared Wasinger2017-09-011-2/+2 | | | | | * | | add state test for sstore in contract init codeJared Wasinger2017-09-011-0/+55 | |/ / * / / Refill suicideCoinbase test after fixing a typo Homstead -> HomesteadYoichi Hirai2017-08-311-1/+31 |/ / * | Merge pull request #276 from ethereum/walletReorgwinsvega2017-08-301-517/+0 |\ \ | | | | | | Refill walletReorganizeOwnersFiller.json | * | Refill walletReorganizeOwnersFiller.jsonYoichi Hirai2017-08-261-517/+0 | | | | | | | | | | | | | | | | | | | | | 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 * | | refill transaction testsDimitry2017-08-301-0/+0 | | | * | | more transaction testsDimitry2017-08-30173-2898/+3081 | | | * | | split transaction tests into separate filesDimitry2017-08-30434-5554/+5968 | | | * | | add 'returndatacopy_after_successful_delegatecall' state testJared Wasinger2017-08-291-0/+76 | | | * | | add 'returndatacopy_after_successful_callcode' state testJared Wasinger2017-08-291-0/+76 | | | * | | add 'returndatasize_after_successful_delegatecall' state testJared Wasinger2017-08-291-0/+76 | | | * | | add 'returndatasize_after_successful_staticcall' state testJared Wasinger2017-08-291-0/+76 | | | * | | add randomTest642 that fails on geth. a call to precompiled 007Dimitry2017-08-281-0/+50 | | | * | | add state test 'returndatasize_after_callcode'Jared Wasinger2017-08-281-0/+76 | | | * | | fix tests that don't conform to blockchain test schemaJared Wasinger2017-08-262-3/+1 |/ / * | Fix the filler and fill vmIOandFlowOperationsTestYoichi Hirai2017-08-241-1/+0 | | * | Changes for EIP-684Yoichi Hirai2017-08-243-93/+3 | | | | | | | | The change was agreed on the last coredev call and this morning I got an OK from @arkpar. * | Fix some VMTest filling failuresYoichi Hirai2017-08-231-5/+5 | | * | Merge pull request #269 from ethereum/eip649Yoichi Hirai2017-08-2310-90/+25 |\ \ | | | | | | EIP649: difficulty and reward changes | * | Fix uncleHeaderAt2ByzantiumFiller with a correct state root hashYoichi Hirai2017-08-231-3/+2 | | | | | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723534 | * | Fix uncleBloomNot0_2 with the expected state root hashYoichi Hirai2017-08-231-3/+2 | | | | | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723381 | * | Fix futureUncleTimestampDifficultyDrop2Yoichi Hirai2017-08-231-3/+2 | | | | | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134722457 | * | Fill more testsYoichi Hirai2017-08-2211-6/+218 | | | | * | Fill more testsYoichi Hirai2017-08-2211-218/+6 | | | | * | Fill more tests on eip649 branchYoichi Hirai2017-08-222-28/+2 | | | | * | Fill in more testsYoichi Hirai2017-08-228-56/+20 | | | * | | Merge pull request #253 from cdetrio/fix-data-0xYoichi Hirai2017-08-2319-76/+76 |\ \ \ | |/ / |/| | add 0x prefix to state test transaction data | * | add 0x prefix to state test transaction datacdetrio2017-08-0819-76/+76 | | | * | | remove old fields from random testsDimitry2017-08-21