Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new input for modlen = 999188. | Yoichi Hirai | 2018-01-30 | 4 | -9/+88 |
| | | | | | This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46 | ||||
* | add stEWASM test folder | Dimitry | 2018-01-22 | 1 | -0/+0 |
| | |||||
* | Update README.md | winsvega | 2018-01-16 | 1 | -2/+2 |
| | |||||
* | add readme file | Dimitry | 2018-01-16 | 1 | -0/+18 |
| | |||||
* | stArgsZeroOneBalance tests | Dimitry | 2018-01-16 | 155 | -0/+9229 |
| | |||||
* | Merge pull request #388 from ethereum/code-copy-offset | winsvega | 2018-01-07 | 2 | -0/+139 |
|\ | | | | | add filler for codeCopyOffset, change location of the test to stMemoryTest | ||||
| * | add filler for codeCopyOffset, change location | Jared Wasinger | 2018-01-04 | 2 | -0/+139 |
| | | |||||
* | | Merge pull request #387 from ethereum/returndata-after-revert-in-callcode | Yoichi Hirai | 2018-01-04 | 1 | -3/+19 |
|\ \ | |/ |/| | Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODE | ||||
| * | Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODE | Yoichi Hirai | 2018-01-03 | 1 | -3/+19 |
| | | |||||
* | | use yml format, correct order in data comments | Jose Hugo De la cruz Romero | 2018-01-03 | 2 | -44/+35 |
| | | |||||
* | | Test RETURN for big offset | Jose Hugo De la cruz Romero | 2017-12-26 | 1 | -0/+44 |
|/ | |||||
* | Merge pull request #386 from ethereum/evm | winsvega | 2017-12-22 | 1 | -0/+58 |
|\ | | | | | evmBytecode test | ||||
| * | evmBytecode test | Dimitry | 2017-12-21 | 1 | -0/+58 |
| | | |||||
* | | Merge pull request #384 from ethereum/revert_in_delegate_call_more | Yoichi Hirai | 2017-12-21 | 2 | -5/+21 |
|\ \ | |/ |/| | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | ||||
| * | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | Yoichi Hirai | 2017-12-14 | 2 | -5/+21 |
| | | |||||
* | | Merge pull request #372 from ethereum/modexp-returndatasize | winsvega | 2017-12-20 | 3 | -3/+167 |
|\ \ | | | | | | | add more 'returndatasize after modexp' test cases | ||||
| * | | add more modexp returndatasize test cases | Jared Wasinger | 2017-11-25 | 3 | -3/+167 |
| | | | |||||
* | | | add test for CALLDATACOPY where calldata offset > calldata length and copy ↵ | Jared Wasinger | 2017-12-15 | 2 | -0/+139 |
| |/ |/| | | | | | length > 0 | ||||
* | | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_create | winsvega | 2017-12-13 | 2 | -0/+137 |
|\ \ | | | | | | | 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 code | Yoichi Hirai | 2017-12-06 | 2 | -0/+137 |
| | | | |||||
* | | | Merge pull request #374 from ethereum/gentransact | winsvega | 2017-12-09 | 504 | -5202/+1721 |
|\ \ \ | | | | | | | | | General Transaction Tests | ||||
| * | | | complete general transaction tests | Dimitry | 2017-12-01 | 53 | -6/+1073 |
| | | | | |||||
| * | | | move wrong Transaction RLP tests | Dimitry | 2017-12-01 | 81 | -0/+1433 |
| | | | | |||||
| * | | | convert Frontier and Homestead ttTests to new format | Dimitry | 2017-11-30 | 64 | -0/+1431 |
| | | | | |||||
| * | | | remove old transaction tests | Dimitry | 2017-11-30 | 501 | -7412/+0 |
| |/ / | |||||
* | | | Merge pull request #379 from ethereum/returndatacopy_after_revert_in_static | Yoichi Hirai | 2017-12-08 | 2 | -0/+152 |
|\ \ \ | | | | | | | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | ||||
| * | | | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | Yoichi Hirai | 2017-12-08 | 2 | -0/+152 |
| |/ / | |||||
* / / | Store the result of RETURNDATASIZE after a static call fails for a REVERT | Yoichi Hirai | 2017-12-08 | 3 | -3/+3 |
|/ / | |||||
* / | random code options example | Dimitry | 2017-11-30 | 1 | -0/+31 |
|/ | |||||
* | fix StaticCallTests | Dimitry | 2017-11-23 | 4 | -9/+10 |
| | |||||
* | Merge pull request #368 from ethereum/removezerosig | Yoichi Hirai | 2017-11-17 | 99 | -1801/+0 |
|\ | | | | | remove zeroSig transaction tests | ||||
| * | remove zeroSig transaction tests | Dimitry | 2017-10-26 | 99 | -1801/+0 |
| | | |||||
* | | Add a test for checking RETURNDATASIZE after a modexp with modsize = 1 | Yoichi Hirai | 2017-10-25 | 2 | -4/+86 |
|/ | |||||
* | create failing inside staticcall | Dimitry | 2017-10-25 | 3 | -0/+246 |
| | |||||
* | returndatacopy bug | Dimitry | 2017-10-24 | 5 | -0/+385 |
| | |||||
* | Merge pull request #363 from ethereum/modexp-modsize0-returnsize | Yoichi Hirai | 2017-10-24 | 5 | -0/+335 |
|\ | | | | | Add tests about returndatasize following modexp calls of modsize = 0 | ||||
| * | Add tests about returndatasize following modexp calls of modsize = 0 | Yoichi Hirai | 2017-10-23 | 5 | -0/+335 |
| | | |||||
* | | Merge pull request #362 from ethereum/returndata-ecrec | Yoichi Hirai | 2017-10-24 | 2 | -0/+105 |
|\ \ | | | | | | | Returndata ecrec | ||||
| * | | add casey's test | Dimitry | 2017-10-19 | 1 | -0/+62 |
| | | | |||||
| * | | add test for returndatasize after ecrec | cdetrio | 2017-10-07 | 1 | -0/+43 |
| | | | |||||
* | | | Merge pull request #361 from ethereum/returntest | Yoichi Hirai | 2017-10-24 | 2 | -0/+127 |
|\ \ \ | |_|/ |/| | | RETURNDATACOPY and RETURNDATASIZE after failing create | ||||
| * | | RETURNDATACOPY and RETURNDATASIZE after failing create | Dimitry | 2017-10-19 | 2 | -0/+127 |
| | | | | | | | | | | | | (due to 0xfd code) | ||||
* | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵ | Yoichi Hirai | 2017-10-18 | 2 | -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 ↵ | Dimitry | 2017-10-17 | 2 | -0/+159 |
|/ / | | | | | | | return 0 | ||||
* | | Merge pull request #354 from ethereum/modexpinput | Yoichi Hirai | 2017-10-13 | 7 | -0/+412 |
|\ \ | | | | | | | fuzzed test modexp input | ||||
| * | | modexp input test | Dimitry | 2017-10-13 | 7 | -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 input | Dimitry | 2017-10-13 | 5 | -0/+288 |
| | | | |||||
* | | | Merge pull request #352 from ethereum/badOpcodes-bigger-stack | winsvega | 2017-10-13 | 123 | -543/+543 |
|\ \ \ | | | | | | | | | Add more stack items for badOpcodes test | ||||
| * | | | refill badopcodes blockchain tests, blockchain general state tests | Jared Wasinger | 2017-10-13 | 123 | -543/+543 |
| | | | | |||||
* | | | | Update randomStatetest647Filler.json | winsvega | 2017-10-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | fuzztests bytecode | Dimitry | 2017-10-13 | 2 | -0/+123 |
| |/ / |/| | | |||||
* | | | split random tests | Dimitry | 2017-10-13 | 1 | -56/+0 |
| | | | |||||
* | | | split large test suites | Dimitry | 2017-10-13 | 1301 | -0/+56 |
|/ / | |||||
* | | add _info comment | Dimitry | 2017-10-11 | 1 | -0/+3 |
| | | |||||
* | | python test | Dimitry | 2017-10-11 | 2 | -0/+142 |
| | | |||||
* | | Add a test case where modexp gets input | Yoichi Hirai | 2017-10-11 | 4 | -0/+248 |
| | | | | | | | | 0x00000000000000000000000000000000000000000000000000000000000000ff2a1e5300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | ||||
* | | Add an interesting input to modexp found by fuzzing | Yoichi Hirai | 2017-10-10 | 1 | -2/+4 |
| | | |||||
* | | refill all the tests | Dimitry | 2017-10-07 | 38 | -63/+167 |
| | | |||||
* | | fix test fillers | Dimitry | 2017-10-06 | 48 | -632/+642 |
|/ | |||||
* | remove old tests | Dimitry | 2017-09-30 | 170 | -10582/+0 |
| | |||||
* | regenerate state tests | Dimitry | 2017-09-29 | 5125 | -37825/+473814 |
| | | | | | generate hive test fillers fix state test fillers | ||||
* | Merge pull request #338 from ethereum/revert_should_reset_returndata | Yoichi Hirai | 2017-09-29 | 9 | -0/+1200 |
|\ | | | | | Add tests that set up a nonempty returndata buffer and then call something that reverts | ||||
| * | Update with more comments | Yoichi Hirai | 2017-09-27 | 9 | -7/+904 |
| | | |||||
| * | Add tests that set up a nonempty returndata buffer and then call a contract ↵ | Yoichi Hirai | 2017-09-27 | 1 | -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-validity | winsvega | 2017-09-29 | 28 | -0/+0 |
|\ \ | | | | | | | Typo in validity | ||||
| * | | Rename bcUncleHeaderValiditiy into bcUncleHeaderValidity | Yoichi Hirai | 2017-09-27 | 28 | -0/+0 |
| |/ | |||||
* / | Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵ | Yoichi Hirai | 2017-09-27 | 2 | -0/+140 |
|/ | | | | insufficient balance | ||||
* | rename tests that are copied with suffix Copier.json | Dimitry | 2017-09-26 | 142 | -0/+0 |
| | |||||
* | refill transaction tests | Dimitry | 2017-09-25 | 170 | -170/+170 |
| | |||||
* | Merge pull request #331 from ethereum/big-revert-in-create | Yoichi Hirai | 2017-09-22 | 1 | -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 code | Yoichi Hirai | 2017-09-19 | 1 | -0/+123 |
| | | |||||
* | | Merge pull request #335 from ethereum/fix | winsvega | 2017-09-21 | 1 | -5/+2 |
|\ \ | | | | | | | remove data field dublicates | ||||
| * | | remove data field dublicates | Dimitry | 2017-09-21 | 1 | -5/+2 |
| | | | |||||
* | | | Merge pull request #333 from ethereum/REVERT_in_staticcall | Yoichi Hirai | 2017-09-21 | 1 | -0/+66 |
|\ \ \ | | | | | | | | | Add a test about REVERT during a STATICCALL | ||||
| * | | | Add a test about REVERT during a STATICCALL | Yoichi Hirai | 2017-09-20 | 1 | -0/+66 |
| | | | | |||||
* | | | | Merge pull request #328 from ethereum/g1-test-after-zero | Yoichi Hirai | 2017-09-20 | 1 | -0/+277 |
|\ \ \ \ | |/ / / |/| | | | Add a test that fails before PR 4482 | ||||
| * | | | Update the comment | Yoichi Hirai | 2017-09-19 | 1 | -2/+4 |
| | | | | |||||
| * | | | Add a test that fails before https://github.com/ethereum/cpp-ethereum/pull/4482 | Yoichi Hirai | 2017-09-19 | 1 | -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/morecollision | winsvega | 2017-09-20 | 1 | -0/+96 |
|\ \ \ \ | |_|_|/ |/| | | | more extcodecopy tests | ||||
| * | | | more extcodecopy tests | Dimitry | 2017-09-19 | 1 | -0/+96 |
| | | | | |||||
* | | | | Merge pull request #316 from ethereum/more-modexp | Yoichi Hirai | 2017-09-19 | 1 | -2/+88 |
|\ \ \ \ | | | | | | | | | | | Add some more modexp cases | ||||
| * | | | | Add some more modexp cases | Yoichi Hirai | 2017-09-18 | 1 | -2/+88 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #327 from ethereum/morecollision | winsvega | 2017-09-19 | 4 | -0/+449 |
|\ \ \ \ | | |/ / | |/| | | more collision tests | ||||
| * | | | more collision tests | Dimitry | 2017-09-18 | 4 | -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 DELEGATECALL | Yoichi Hirai | 2017-09-18 | 1 | -0/+66 |
| |/ / |/| | | |||||
* | | | Merge pull request #289 from ethereum/all-opcodes | Yoichi Hirai | 2017-09-18 | 1 | -0/+316 |
|\ \ \ | |/ / |/| | | Add tests with transaction to empty account, init code containing all valid opcodes. | ||||
| * | | add tests for all good opcodes in contract init | Jared Wasinger | 2017-09-16 | 1 | -0/+316 |
| | | | |||||
* | | | Merge pull request #324 from ethereum/liscense | winsvega | 2017-09-14 | 1 | -2/+46 |
|\ \ \ | |/ / |/| | | fix lotsOfLeafs test | ||||
| * | | fix lotsOfLeafs test | Dimitry | 2017-09-14 | 1 | -2/+46 |
| | | | |||||
* | | | Merge pull request #320 from ethereum/revertPairingTest | winsvega | 2017-09-14 | 17 | -22/+19 |
|\ \ \ | | | | | | | | | refill pairing tests with | ||||
| * | | | fix stExampleTest | Dimitry | 2017-09-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | refill pairing tests with | Dimitry | 2017-09-13 | 18 | -23/+20 |
| | | | | | | | | | | | | | | | | 100k + 80k | ||||
* | | | | add issue 143 test | Dimitry | 2017-09-13 | 1 | -0/+97 |
| |/ / |/| | | |||||
* | | | refill transaction tests | Dimitry | 2017-09-13 | 7 | -0/+126 |
|/ / | |||||
* | | refill precompiled tests | Dimitry | 2017-09-12 | 359 | -659/+558 |
| | | | | | | | | add execution on <100000 100000+x >100000 gas for each test | ||||
* | | Merge pull request #312 from ethereum/remove-empty-hash2 | winsvega | 2017-09-08 | 7 | -10/+49 |
|\ \ | | | | | | | Remove empty hash | ||||
| * | | Fill more tests | Yoichi Hirai | 2017-09-08 | 7 | -10/+49 |
| | | | |||||
* | | | Merge pull request #304 from ethereum/splitvmtests | winsvega | 2017-09-08 | 3 | -0/+169 |
|\ \ \ | | | | | | | | | [WIP] add more issue tests from the fuzz server | ||||
| * | | | add a case with 0 gas | Dimitry | 2017-09-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | add more issue tests from the fuzz server | Dimitry | 2017-09-05 | 3 | -0/+169 |
| | | | | |||||
* | | | | Merge pull request #303 from ethereum/create-transaction-reverts | winsvega | 2017-09-07 | 1 | -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 Hirai | 2017-09-05 | 1 | -0/+50 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | in the init code The status code in the transaction receipt is the focus of interest. | ||||
* | | | | Add a test about REVERT during CALLCODE | Yoichi Hirai | 2017-09-07 | 1 | -0/+66 |
| | | | | |||||
* | | | | replace BLOCKHASH test case in stBadOpcode | Jared Wasinger | 2017-09-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #302 from ethereum/call-transaction-reverts | Yoichi Hirai | 2017-09-05 | 1 | -0/+65 |
|\ \ \ | | | | | | | | | Add a test containing a call transaction that reverts | ||||
| * | | | Add a test containing a call transaction that reverts | Yoichi Hirai | 2017-09-05 | 1 | -0/+65 |
| | | | | |||||
* | | | | fill 'returndatasize_after_successful_callcode' state test | Jared Wasinger | 2017-09-05 | 1 | -76/+0 |
| | | | | |||||
* | | | | rename 'returndatasize_after_callcode' -> ↵ | Jared Wasinger | 2017-09-05 | 1 | -0/+76 |
| | | | | | | | | | | | | | | | | 'returndatasize_after_successful_callcode' | ||||
* | | | | add more returndatasize/returndatacopy tests | Jared Wasinger | 2017-09-05 | 7 | -0/+516 |
|/ / / | |||||
* | | | Merge pull request #301 from ethereum/splitvmtests | Yoichi Hirai | 2017-09-04 | 1 | -0/+50 |
|\| | | | | | | | | randomTest643 | ||||
| * | | randomTest643 | Dimitry | 2017-09-04 | 1 | -0/+50 |
| | | | | | | | | | | | | Codesize - creation of a ~1mb out of bounds in transaction init code | ||||
* | | | Merge pull request #296 from ethereum/splitvmtests | winsvega | 2017-09-03 | 687 | -22389/+23554 |
|\| | | | | | | | | Splitvmtests | ||||
| * | | refill splited VMtests | Dimitry | 2017-09-01 | 5 | -0/+0 |
| | | | |||||
| * | | split vm tests | Dimitry | 2017-09-01 | 687 | -22389/+23554 |
| | | | |||||
* | | | Merge pull request #277 from ethereum/badOpcodes-CALLBLACKBOX | winsvega | 2017-09-02 | 1 | -43/+138 |
|\ \ \ | | | | | | | | | Add more opcodes to badOpcodes test | ||||
| * | | | add test case which successfully creates a contract to 'badOpcodes' state ↵ | Jared Wasinger | 2017-09-01 | 1 | -11/+17 |
| | | | | | | | | | | | | | | | | test. remove unused account. | ||||
| * | | | add more bad opcodes | Jared Wasinger | 2017-09-01 | 1 | -40/+121 |
| | | | | |||||
| * | | | add CALLBLACKBOX test | Jared Wasinger | 2017-09-01 | 1 | -39/+47 |
| |/ / | |||||
* | | | Merge pull request #297 from ethereum/sstore-in-contract-init | Yoichi Hirai | 2017-09-02 | 1 | -0/+55 |
|\ \ \ | | | | | | | | | Add state test for sstore in contract init code | ||||
| * | | | remove tabs | Jared Wasinger | 2017-09-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | add state test for sstore in contract init code | Jared Wasinger | 2017-09-01 | 1 | -0/+55 |
| |/ / | |||||
* / / | Refill suicideCoinbase test after fixing a typo Homstead -> Homestead | Yoichi Hirai | 2017-08-31 | 1 | -1/+31 |
|/ / | |||||
* | | Merge pull request #276 from ethereum/walletReorg | winsvega | 2017-08-30 | 1 | -517/+0 |
|\ \ | | | | | | | Refill walletReorganizeOwnersFiller.json | ||||
| * | | Refill walletReorganizeOwnersFiller.json | Yoichi Hirai | 2017-08-26 | 1 | -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 tests | Dimitry | 2017-08-30 | 1 | -0/+0 |
| | | | |||||
* | | | more transaction tests | Dimitry | 2017-08-30 | 173 | -2898/+3081 |
| | | | |||||
* | | | split transaction tests into separate files | Dimitry | 2017-08-30 | 434 | -5554/+5968 |
| | | | |||||
* | | | add 'returndatacopy_after_successful_delegatecall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+76 |
| | | | |||||
* | | | add 'returndatacopy_after_successful_callcode' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+76 |
| | | | |||||
* | | | add 'returndatasize_after_successful_delegatecall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+76 |
| | | | |||||
* | | | add 'returndatasize_after_successful_staticcall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+76 |
| | | | |||||
* | | | add randomTest642 that fails on geth. a call to precompiled 007 | Dimitry | 2017-08-28 | 1 | -0/+50 |
| | | | |||||
* | | | add state test 'returndatasize_after_callcode' | Jared Wasinger | 2017-08-28 | 1 | -0/+76 |
| | | | |||||
* | | | fix tests that don't conform to blockchain test schema | Jared Wasinger | 2017-08-26 | 2 | -3/+1 |
|/ / | |||||
* | | Fix the filler and fill vmIOandFlowOperationsTest | Yoichi Hirai | 2017-08-24 | 1 | -1/+0 |
| | | |||||
* | | Changes for EIP-684 | Yoichi Hirai | 2017-08-24 | 3 | -93/+3 |
| | | | | | | | | The change was agreed on the last coredev call and this morning I got an OK from @arkpar. | ||||
* | | Fix some VMTest filling failures | Yoichi Hirai | 2017-08-23 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #269 from ethereum/eip649 | Yoichi Hirai | 2017-08-23 | 10 | -90/+25 |
|\ \ | | | | | | | EIP649: difficulty and reward changes | ||||
| * | | Fix uncleHeaderAt2ByzantiumFiller with a correct state root hash | Yoichi Hirai | 2017-08-23 | 1 | -3/+2 |
| | | | | | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723534 | ||||
| * | | Fix uncleBloomNot0_2 with the expected state root hash | Yoichi Hirai | 2017-08-23 | 1 | -3/+2 |
| | | | | | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134723381 | ||||
| * | | Fix futureUncleTimestampDifficultyDrop2 | Yoichi Hirai | 2017-08-23 | 1 | -3/+2 |
| | | | | | | | | | | | | See https://github.com/ethereum/tests/pull/269#discussion_r134722457 | ||||
| * | | Fill more tests | Yoichi Hirai | 2017-08-22 | 11 | -6/+218 |
| | | | |||||
| * | | Fill more tests | Yoichi Hirai | 2017-08-22 | 11 | -218/+6 |
| | | | |||||
| * | | Fill more tests on eip649 branch | Yoichi Hirai | 2017-08-22 | 2 | -28/+2 |
| | | | |||||
| * | | Fill in more tests | Yoichi Hirai | 2017-08-22 | 8 | -56/+20 |
| | | | |||||
* | | | Merge pull request #253 from cdetrio/fix-data-0x | Yoichi Hirai | 2017-08-23 | 19 | -76/+76 |
|\ \ \ | |/ / |/| | | add 0x prefix to state test transaction data | ||||
| * | | add 0x prefix to state test transaction data | cdetrio | 2017-08-08 | 19 | -76/+76 |
| | | | |||||
* | | | remove old fields from random tests | Dimitry | 2017-08-21 | 533 | -2424/+1 |
| | | | | | | | | | | | | make logs hash | ||||
* | | | Merge pull request #261 from jwasinger/master | winsvega | 2017-08-21 | 1 | -0/+89 |
|\ \ \ | | | | | | | | | Add State Tests for Unused Opcodes | ||||
| * | | | check for all possible invalid opcodes. | Jared Wasinger | 2017-08-17 | 3 | -148/+44 |
| | | | | |||||
| * | | | fix tests to conform to schema | Jared Wasinger | 2017-08-17 | 2 | -4/+4 |
| | | | | |||||
| * | | | add SLOADBYTES | Jared Wasinger | 2017-08-17 | 2 | -1/+66 |
| | | | | |||||
| * | | | add badOpcode tests for SLOADBYTES and SSIZE | Jared Wasinger | 2017-08-17 | 2 | -2/+66 |
| | | | | |||||
| * | | | add badOpcode state test for SSIZE | Jared Wasinger | 2017-08-17 | 1 | -0/+64 |
| | | | | |||||
* | | | | Merge pull request #254 from cdetrio/fix-filler-storage | winsvega | 2017-08-21 | 18 | -26/+26 |
|\ \ \ \ | |_|_|/ |/| | | | use hex for storage keys and values in state test fillers | ||||
| * | | | use hex for storage keys and values in state test fillers | cdetrio | 2017-08-08 | 18 | -26/+26 |
| | |/ | |/| | |||||
* | | | Fix more BlockchainTests | Yoichi Hirai | 2017-08-17 | 8 | -20/+20 |
| |/ |/| | |||||
* | | update comments in dao transition tests | Dimitry | 2017-08-15 | 3 | -12/+12 |
| | | |||||
* | | Fix the modexpFiller about large base length and large exp length | Yoichi Hirai | 2017-08-14 | 1 | -4/+4 |
| | | |||||
* | | fix test name zeroSigTransactionCreate | Dimitry | 2017-08-14 | 2 | -2/+2 |
| | | |||||
* | | more returndata test cases | cdetrio | 2017-08-11 | 5 | -0/+248 |
| | | |||||
* | | Add a test case that RETURNDATACOPYs REVERTed data | Yoichi Hirai | 2017-08-08 | 1 | -0/+81 |
|/ | |||||
* | Merge pull request #250 from cdetrio/filler-valid-json | Yoichi Hirai | 2017-08-07 | 21 | -554/+554 |
|\ | | | | | fix invalid json state test fillers | ||||
| * | fix invalid json fillers | cdetrio | 2017-08-06 | 21 | -554/+554 |
| | | |||||
* | | Fix some formatting issues in VMTest fillers | Yoichi Hirai | 2017-08-05 | 2 | -50/+50 |
|/ | |||||
* | Merge pull request #245 from ethereum/blockhashtest | Yoichi Hirai | 2017-08-04 | 1 | -4/+19 |
|\ | | | | | blockhash test on Byzantine transition | ||||
| * | blockhash test on Byzantine transition | Dimitry | 2017-08-04 | 1 | -4/+19 |
| | | |||||
* | | Fix the filler as well | Yoichi Hirai | 2017-08-04 | 1 | -1/+5 |
|/ | |||||
* | Transition tests with Byzantium | Dimitry | 2017-08-03 | 1 | -0/+0 |
| | |||||
* | split metropolis | Dimitry | 2017-08-03 | 758 | -1114/+1120 |
| | |||||
* | Merge pull request #214 from ethereum/add-comment | winsvega | 2017-08-01 | 1 | -0/+1 |
|\ | | | | | Add an explanation | ||||
| * | Add an explanation | Yoichi Hirai | 2017-07-06 | 1 | -0/+1 |
| | | |||||
* | | regenerate hive tests | Dimitry | 2017-08-01 | 5 | -10/+10 |
| | | |||||
* | | Merge pull request #212 from ligi/fix_typos | Yoichi Hirai | 2017-07-26 | 1 | -8/+8 |
|\ \ | | | | | | | Fix typos | ||||
| * | | Fix typos | ligi | 2017-07-07 | 1 | -8/+8 |
| |/ | |||||
* | | Modify createJS_ExampleContract filler so that in Metropolis, contract ↵ | Yoichi Hirai | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | overwriting does not happen | ||||
* | | Expect zeros in the storage of an overwritten contract | Yoichi Hirai | 2017-07-14 | 1 | -5/+0 |
| | | |||||
* | | Merge pull request #232 from ethereum/remove-old-fields | winsvega | 2017-07-14 | 14 | -72/+0 |
|\ \ | | | | | | | reincarnation-1: Remove "logs", "postStateRoot", "out" fields | ||||
| * | | remove "logs", "postStateRoot", "out" fields in state test fillers | Felix Lange | 2017-07-13 | 14 | -72/+0 |
| | | | | | | | | | | | | | | | These fields are not used anymore, but cpp-ethereum copies them into the filled test. | ||||
* | | | Merge branch 'develop' into exp255 | winsvega | 2017-07-13 | 40 | -363/+52 |
|\| | | |||||
| * | | remove unneeded Metropolis test | Dimitry | 2017-07-11 | 1 | -165/+0 |
| | | | |||||
| * | | refill blockchaintests on metropolis | Dimitry | 2017-07-11 | 5 | -150/+4 |
| | | | |||||
| * | | refill general state tests | Dimitry | 2017-07-10 | 34 | -48/+48 |
| | | | |||||
* | | | Add a test case baseLength = modLength = 0, but expLength = 2^255 | Yoichi Hirai | 2017-07-10 | 1 | -3/+5 |
|/ / | |||||
* | | Merge pull request #219 from ethereum/max-code-size-from-spurious-dragon | winsvega | 2017-07-10 | 1 | -2/+2 |
|\ \ | | | | | | | Max code size is enforced at EIP158, not at EIP150 | ||||
| * | | Max code size is enforced at EIP158, not at EIP150 | Yoichi Hirai | 2017-07-10 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #217 from ethereum/bcTransitionTests | winsvega | 2017-07-10 | 16 | -7152/+3355 |
|\| | | | | | | | | Blockchain transition tests | ||||
| * | | Blockchain transition tests | Dimitry | 2017-07-07 | 16 | -7152/+3355 |
| |/ | |||||
* | | Merge pull request #218 from ethereum/revert-address-calculation | winsvega | 2017-07-10 | 1 | -7/+1 |
|\ \ | | | | | | | [WIP] Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231 | ||||
| * | | Fix RPC_API_Test for https://github.com/ethereum/cpp-ethereum/pull/4231 | Yoichi Hirai | 2017-07-07 | 1 | -7/+1 |
| |/ | |||||
* | | Merge pull request #215 from ethereum/modexp_base_2to64 | winsvega | 2017-07-10 | 1 | -3/+23 |
|\ \ | | | | | | | Add modexp tests where base (or exp) length is 2^64 | ||||
| * | | Add a case where exp length is 2^64 | Yoichi Hirai | 2017-07-06 | 1 | -2/+20 |
| | | | |||||
| * | | Add a modexp test where base length is 2^64 | Yoichi Hirai | 2017-07-06 | 1 | -3/+5 |
| |/ | |||||
* | | Merge pull request #208 from ethereum/returndatacopy_with_2_256_sum | winsvega | 2017-07-10 | 1 | -0/+67 |
|\ \ | |/ |/| | Add a test RETURNDATACOPY at the beginning of a program should throw … | ||||
| * | Use CALLDATALOAD instead of CALLDATACOPY and MLOAD | Yoichi Hirai | 2017-07-06 | 1 | -1/+1 |
| | | |||||
| * | Add one-less and one-more numbers | Yoichi Hirai | 2017-07-06 | 1 | -2/+9 |
| | | |||||
| * | Add a test RETURNDATACOPY at the beginning of a program should throw an ↵ | Yoichi Hirai | 2017-07-03 | 1 | -0/+60 |
| | | | | | | | | exception if offset + size = 2^256 | ||||
* | | Merge pull request #207 from ethereum/remove_compiled_code | winsvega | 2017-07-06 | 5 | -8/+0 |
|\ \ | | | | | | | Remove compiled code | ||||
| * | | Remove hex codes after the LLL code | Yoichi Hirai | 2017-07-03 | 5 | -8/+0 |
| |/ | | | | | | | Now that LLL compiler is working, these should no longer be necessary. | ||||
* | | Merge pull request #196 from ethereum/returndatacopy_0_0_after_successful_create | winsvega | 2017-07-06 | 2 | -0/+143 |
|\ \ | | | | | | | Add test cases for RETURNDATACOPY after a successful CREATE should no… | ||||
| * | | Use (SSTORE 0 1) in the init code to see if the CREATE succeeds or not | Yoichi Hirai | 2017-07-06 | 1 | -1/+10 |
| | | | |||||
| * | | Add a test about RETURNDATACOPY after a successful CREATE should throw ↵ | Yoichi Hirai | 2017-06-28 | 1 | -0/+60 |
| | | | | | | | | | | | | exception if offset is not zero | ||||
| * | | Address @winsvega's comments | Yoichi Hirai | 2017-06-28 | 1 | -9/+1 |
| | | | |||||
| * | | Add test cases for RETURNDATACOPY after a successful CREATE should not throw ↵ | Yoichi Hirai | 2017-06-26 | 1 | -0/+82 |
| | | | | | | | | | | | | if size = offset = zero | ||||
* | | | Merge pull request #211 from ethereum/nonce-after-collision | winsvega | 2017-07-06 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix and refill GeneralStateTest after fixing the nonce change for add… | ||||
| * | | | Fix and refill GeneralStateTest after fixing the nonce change for address ↵ | Yoichi Hirai | 2017-07-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | collision https://github.com/ethereum/cpp-ethereum/issues/4225 | ||||
* | | | | Merge pull request #200 from ↵ | winsvega | 2017-07-06 | 1 | -0/+68 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | ethereum/returndatacopy-after-failing-call-with-nonzero-offset Add a test about "RETURNDATACOPY after a failing CALL should throw ex… | ||||
| * | | | | Add a test about "RETURNDATACOPY after a failing CALL should throw exception ↵ | Yoichi Hirai | 2017-06-29 | 1 | -0/+68 |
| | | | | | | | | | | | | | | | | | | | | if offset is not zero" | ||||
* | | | | | Merge pull request #202 from ethereum/returndatacopy_big_sum | winsvega | 2017-07-06 | 1 | -0/+60 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Add a test 'RETURNDATACOPY at the beginning of a program should throw… | ||||
| * | | | | Add a test 'RETURNDATACOPY at the beginning of a program should throw an ↵ | Yoichi Hirai | 2017-06-30 | 1 | -0/+60 |
| |/ / / | | | | | | | | | | | | | exception if offset + size = 2^64' | ||||
* | | | | Merge pull request #210 from ethereum/many_zeros_exp | winsvega | 2017-07-05 | 1 | -3/+5 |
|\ \ \ \ | | | | | | | | | | | Price calculation when exp length > 256, and the first word of exponent is zero | ||||
| * | | | | Price calculation when exp length > 256, and the first word of exponent is zero | Yoichi Hirai | 2017-07-04 | 1 | -3/+5 |
| | |_|/ | |/| | | |||||
* | | | | move gasPricer test | Dimitry | 2017-07-03 | 1 | -0/+0 |
| | | | | |||||
* | | | | convert to new tests | Dimitry | 2017-07-03 | 115 | -0/+141413 |
| | | | | |||||
* | | | | remove old tests | Dimitry | 2017-07-03 | 130 | -354750/+0 |
| | | | | |||||
* | | | | convert more bctests | Dimitry | 2017-07-03 | 39 | -6906/+6170 |
| | | | | |||||
* | | | | update bctests to gbctests | Dimitry | 2017-07-03 | 90 | -5821/+7791 |
| | | | | |||||
* | | | | translate bcStateTests into general blockchain tests | Dimitry | 2017-07-03 | 6 | -0/+763 |
|/ / / | |||||
* / / | Fix names of test cases in GeneralStateTests to match the file names | Yoichi Hirai | 2017-06-30 | 82 | -147/+147 |
|/ / | |||||
* | | more staticcall tests update | Dimitry | 2017-06-28 | 2 | -6/+201 |
| | | |||||
* | | more staticcall tests | Dimitry | 2017-06-28 | 5 | -0/+627 |
| | | |||||
* | | Merge pull request #194 from ethereum/returndata-read-zero-bytes | winsvega | 2017-06-27 | 1 | -0/+74 |
|\ \ | | | | | | | Add a test for trying returndatacopy 0 0 on an empty return data buffer | ||||
| * | | Also try RETURNDATACOPY when the calldata is not empty | Yoichi Hirai | 2017-06-27 | 1 | -2/+2 |
| | | | |||||
| * | | Add a test for trying returndatacopy 0 0 on an empty return data buffer | Yoichi Hirai | 2017-06-23 | 1 | -0/+74 |
| | | | |||||
* | | | Merge pull request #192 from ethereum/revert-create | winsvega | 2017-06-27 | 1 | -0/+74 |
|\ \ \ | | | | | | | | | Add a case where REVERT in an init code passes data to the creating context | ||||
| * | | | Add a case where REVERT in an init code passes data to the creating context | Yoichi Hirai | 2017-06-22 | 1 | -0/+74 |
| |/ / | |||||
* | | | Merge pull request #195 from ethereum/correctStatic | winsvega | 2017-06-27 | 6 | -5/+151 |
|\ \ \ | |_|/ |/| | | correct staticcall tests | ||||
| * | | Fix a test case that expected staticcall to return successfully even when an ↵ | Yoichi Hirai | 2017-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | SSTORE is attempted | ||||
| * | | Fix a test that expected staticcall to return successfully even when SSTORE ↵ | Yoichi Hirai | 2017-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | | is attempted inside | ||||
| * | | Add a test about staticcall not inheriting the callvalue from the parent ↵ | Yoichi Hirai | 2017-06-26 | 1 | -0/+76 |
| | | | | | | | | | | | | call (caused by call instruction) | ||||
| * | | Add a test about STATICCALL not inheriting the callvalue | Yoichi Hirai | 2017-06-26 | 1 | -0/+70 |
| | | | | | | | | | | | | This test failw on cpp-ethereum:develop but succeeds on cpp-ethereum:fix-staticcall | ||||
| * | | correct staticcall tests | Dimitry | 2017-06-24 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #193 from ethereum/split-files | winsvega | 2017-06-24 | 44 | -6010/+6052 |
|\ \ \ | |/ / |/| | | GeneralTestFiller formatting | ||||
| * | | Remove a left-over odd-length hex string | Yoichi Hirai | 2017-06-23 | 3 | -3/+3 |
| | | | |||||
| * | | Split GeneralStateTestFiller files that contain multiple tests | Yoichi Hirai | 2017-06-23 | 41 | -6007/+6049 |
| |/ | |||||
* | | fix create transactions with eip86 rule | Dimitry | 2017-06-23 | 2 | -7/+30 |
| | | |||||
* | | more zeroSigTransaction tests | Dimitry | 2017-06-23 | 5 | -2/+454 |
| | | |||||
* | | refill tests with new transaction create rules on Metropolis | Dimitry | 2017-06-23 | 11 | -4/+170 |
| | | |||||
* | | update eip86 | yann300 | 2017-06-23 | 25 | -161/+710 |
| | | |||||
* | | update stQuadraticComplexity with 250M gasLimit | Dimitry | 2017-06-22 | 16 | -148/+1084 |
| | | |||||
* | | update stMemoryStress with 250M gas limit | Dimitry | 2017-06-22 | 38 | -186/+1470 |
| | | |||||
* | | remove stBoundsTest | Dimitry | 2017-06-22 | 52 | -3557/+0 |
|/ | |||||
* | Add missing '0's in calldata. The hex strings were of odd length | Yoichi Hirai | 2017-06-21 | 7 | -31/+31 |
| | |||||
* | Change the filler according to | Yoichi Hirai | 2017-06-16 | 1 | -3/+3 |
| | | | | https://github.com/ethereum/cpp-ethereum/issues/4130 | ||||
* | Fix the timestamp in GeneralStateTestsFiller as suggested in | Yoichi Hirai | 2017-06-16 | 96 | -96/+96 |
| | | | | https://github.com/ethereum/tests/pull/180/files/bf07e79b8d49e479e55c0b9560686c7429c8ac5b#diff-4b84d89a34b808ecc2bf1ee3a4534ce9 | ||||
* | Fix the difficulty in the GeneralStateTest fillers as suggested in | Yoichi Hirai | 2017-06-16 | 96 | -96/+96 |
| | | | | https://github.com/ethereum/tests/pull/180/files/bf07e79b8d49e479e55c0b9560686c7429c8ac5b#diff-4b84d89a34b808ecc2bf1ee3a4534ce9 | ||||
* | Merge branch 'snark_test_filled' into new_expmod_cost | Yoichi Hirai | 2017-06-14 | 238 | -2/+73506 |
|\ | |||||
| * | A precompiled contract exists at address 8, so the staticcall does not cause ↵ | Yoichi Hirai | 2017-06-13 | 1 | -1/+1 |
| | | | | | | | | an error there | ||||
| * | Split a filler file into two and rename a test case into a shorter name | Yoichi Hirai | 2017-06-13 | 2 | -282/+284 |
| | | |||||
| * | Split a filler file into two and rename a case into a shorter name | Yoichi Hirai | 2017-06-13 | 2 | -282/+284 |
| | |