| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new input for modlen = 999188. | Yoichi Hirai | 2018-01-30 | 1 | -4/+50 |
* | Merge pull request #372 from ethereum/modexp-returndatasize | winsvega | 2017-12-20 | 1 | -13/+105 |
|\ |
|
| * | add more modexp returndatasize test cases | Jared Wasinger | 2017-11-25 | 1 | -13/+105 |
* | | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_create | winsvega | 2017-12-13 | 1 | -0/+108 |
|\ \ |
|
| * | | Adding a new test about returndatacopy following a revert in an init code | Yoichi Hirai | 2017-12-06 | 1 | -0/+108 |
| |/ |
|
* / | Add a test case for RETURNDATACOPY after REVERT in STATICCALL | Yoichi Hirai | 2017-12-08 | 1 | -0/+115 |
|/ |
|
* | Add a test for checking RETURNDATASIZE after a modexp with modsize = 1 | Yoichi Hirai | 2017-10-25 | 1 | -112/+20 |
* | Merge pull request #363 from ethereum/modexp-modsize0-returnsize | Yoichi Hirai | 2017-10-24 | 1 | -0/+246 |
|\ |
|
| * | Add tests about returndatasize following modexp calls of modsize = 0 | Yoichi Hirai | 2017-10-23 | 1 | -0/+246 |
* | | Merge pull request #362 from ethereum/returndata-ecrec | Yoichi Hirai | 2017-10-24 | 1 | -0/+107 |
|\ \ |
|
| * | | add casey's test | Dimitry | 2017-10-19 | 1 | -3/+4 |
| * | | add test for returndatasize after ecrec | cdetrio | 2017-10-07 | 1 | -0/+106 |
* | | | Merge pull request #361 from ethereum/returntest | Yoichi Hirai | 2017-10-24 | 1 | -0/+108 |
|\ \ \
| |_|/
|/| | |
|
| * | | RETURNDATACOPY and RETURNDATASIZE after failing create | Dimitry | 2017-10-19 | 1 | -0/+108 |
* | | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ... | Yoichi Hirai | 2017-10-18 | 1 | -0/+124 |
* | | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu... | Dimitry | 2017-10-17 | 1 | -0/+115 |
|/ / |
|
* / | refill all the tests | Dimitry | 2017-10-07 | 30 | -61/+91 |
|/ |
|
* | regenerate state tests | Dimitry | 2017-09-29 | 29 | -416/+99 |
* | remove tests without fillers | Dimitry | 2017-09-29 | 1 | -116/+0 |
* | Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with i... | Yoichi Hirai | 2017-09-27 | 1 | -0/+114 |
* | fill 'returndatasize_after_successful_callcode' state test | Jared Wasinger | 2017-09-05 | 1 | -0/+116 |
* | add more returndatasize/returndatacopy tests | Jared Wasinger | 2017-09-05 | 7 | -0/+868 |
* | add 'returndatacopy_after_successful_delegatecall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | add 'returndatacopy_after_successful_callcode' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | add 'returndatasize_after_successful_delegatecall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | add 'returndatasize_after_successful_staticcall' state test | Jared Wasinger | 2017-08-29 | 1 | -0/+117 |
* | add state test 'returndatasize_after_callcode' | Jared Wasinger | 2017-08-28 | 1 | -0/+116 |
* | make all logs hex | Dimitry | 2017-08-21 | 17 | -257/+137 |
* | more returndata test cases | cdetrio | 2017-08-11 | 5 | -0/+643 |
* | Add a test case that RETURNDATACOPYs REVERTed data | Yoichi Hirai | 2017-08-08 | 1 | -0/+130 |
* | split metropolis | Dimitry | 2017-08-03 | 11 | -76/+238 |
* | update general tests | Dimitry | 2017-08-01 | 11 | -291/+826 |
* | regenerate hive tests | Dimitry | 2017-08-01 | 11 | -684/+289 |
* | refill general state tests | Dimitry | 2017-07-10 | 11 | -8/+23 |
* | Merge pull request #208 from ethereum/returndatacopy_with_2_256_sum | winsvega | 2017-07-10 | 1 | -0/+183 |
|\ |
|
| * | Use CALLDATALOAD instead of CALLDATACOPY and MLOAD | Yoichi Hirai | 2017-07-06 | 1 | -16/+16 |
| * | Add one-less and one-more numbers | Yoichi Hirai | 2017-07-06 | 1 | -8/+90 |
| * | Add a test RETURNDATACOPY at the beginning of a program should throw an excep... | Yoichi Hirai | 2017-07-03 | 1 | -0/+101 |
* | | Merge pull request #207 from ethereum/remove_compiled_code | winsvega | 2017-07-06 | 2 | -12/+22 |
|\ \ |
|
| * | | Apparently some bytecode was not faithful compilation of the LLL code | Yoichi Hirai | 2017-07-03 | 2 | -12/+22 |
| |/ |
|
* | | Merge pull request #196 from ethereum/returndatacopy_0_0_after_successful_create | winsvega | 2017-07-06 | 2 | -0/+202 |
|\ \ |
|
| * | | Use (SSTORE 0 1) in the init code to see if the CREATE succeeds or not | Yoichi Hirai | 2017-07-06 | 1 | -7/+7 |
| * | | Add a test about RETURNDATACOPY after a successful CREATE should throw except... | Yoichi Hirai | 2017-06-28 | 1 | -0/+101 |
| * | | Address @winsvega's comments | Yoichi Hirai | 2017-06-28 | 1 | -13/+6 |
| * | | Add test cases for RETURNDATACOPY after a successful CREATE should not throw ... | Yoichi Hirai | 2017-06-26 | 1 | -0/+108 |
* | | | Merge pull request #200 from ethereum/returndatacopy-after-failing-call-with-... | winsvega | 2017-07-06 | 1 | -0/+108 |
|\ \ \ |
|
| * | | | Add a test about "RETURNDATACOPY after a failing CALL should throw exception ... | Yoichi Hirai | 2017-06-29 | 1 | -0/+108 |
| | |/
| |/| |
|
* / | | Add a test 'RETURNDATACOPY at the beginning of a program should throw an exce... | Yoichi Hirai | 2017-06-30 | 1 | -0/+101 |
|/ / |
|
* | | Also try RETURNDATACOPY when the calldata is not empty | Yoichi Hirai | 2017-06-27 | 1 | -37/+91 |
* | | Add a test for trying returndatacopy 0 0 on an empty return data buffer | Yoichi Hirai | 2017-06-23 | 1 | -0/+88 |
|/ |
|
* | Fill tests after making returndatacopy throw | Yoichi Hirai | 2017-06-08 | 3 | -3/+3 |
* | Add tests for RETURNDATACOPY after CREATE | Yoichi Hirai | 2017-05-24 | 1 | -0/+103 |
* | Add a test case for a RETURNDATACOPY from an overrunning range | Yoichi Hirai | 2017-05-24 | 1 | -0/+103 |
* | Updated the opcodes of RETURNDATA instructions | Yoichi Hirai | 2017-05-24 | 3 | -13/+116 |
* | Add a test case about RETURNDATASIZE returning zero after initialization | Yoichi Hirai | 2017-05-24 | 1 | -0/+96 |
* | Add the filled test | Yoichi Hirai | 2017-05-24 | 1 | -0/+96 |