aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stReturnDataTest
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #375 from ethereum/returndatacopy_following_revert_in_createwinsvega2017-12-131-0/+108
|\
| * Adding a new test about returndatacopy following a revert in an init codeYoichi Hirai2017-12-061-0/+108
* | Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-081-0/+115
|/
* Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-251-112/+20
* Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-241-0/+246
|\
| * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-231-0/+246
* | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-241-0/+107
|\ \
| * | add casey's testDimitry2017-10-191-3/+4
| * | add test for returndatasize after ecreccdetrio2017-10-071-0/+106
* | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-241-0/+108
|\ \ \ | |_|/ |/| |
| * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-191-0/+108
* | | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ...Yoichi Hirai2017-10-181-0/+124
* | | RETURNDATASIZE after a failing CALL (due to insufficient balance) should retu...Dimitry2017-10-171-0/+115
|/ /
* / refill all the testsDimitry2017-10-0730-61/+91
|/
* regenerate state testsDimitry2017-09-2929-416/+99
* remove tests without fillersDimitry2017-09-291-116/+0
* Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with i...Yoichi Hirai2017-09-271-0/+114
* fill 'returndatasize_after_successful_callcode' state testJared Wasinger2017-09-051-0/+116
* add more returndatasize/returndatacopy testsJared Wasinger2017-09-057-0/+868
* add 'returndatacopy_after_successful_delegatecall' state testJared Wasinger2017-08-291-0/+117
* add 'returndatacopy_after_successful_callcode' state testJared Wasinger2017-08-291-0/+117
* add 'returndatasize_after_successful_delegatecall' state testJared Wasinger2017-08-291-0/+117
* add 'returndatasize_after_successful_staticcall' state testJared Wasinger2017-08-291-0/+117
* add state test 'returndatasize_after_callcode'Jared Wasinger2017-08-281-0/+116
* make all logs hexDimitry2017-08-2117-257/+137
* more returndata test casescdetrio2017-08-115-0/+643
* Add a test case that RETURNDATACOPYs REVERTed dataYoichi Hirai2017-08-081-0/+130
* split metropolisDimitry2017-08-0311-76/+238
* update general testsDimitry2017-08-0111-291/+826
* regenerate hive testsDimitry2017-08-0111-684/+289
* refill general state testsDimitry2017-07-1011-8/+23
* Merge pull request #208 from ethereum/returndatacopy_with_2_256_sumwinsvega2017-07-101-0/+183
|\
| * Use CALLDATALOAD instead of CALLDATACOPY and MLOADYoichi Hirai2017-07-061-16/+16
| * Add one-less and one-more numbersYoichi Hirai2017-07-061-8/+90
| * Add a test RETURNDATACOPY at the beginning of a program should throw an excep...Yoichi Hirai2017-07-031-0/+101
* | Merge pull request #207 from ethereum/remove_compiled_codewinsvega2017-07-062-12/+22
|\ \
| * | Apparently some bytecode was not faithful compilation of the LLL codeYoichi Hirai2017-07-032-12/+22
| |/
* | Merge pull request #196 from ethereum/returndatacopy_0_0_after_successful_createwinsvega2017-07-062-0/+202
|\ \
| * | Use (SSTORE 0 1) in the init code to see if the CREATE succeeds or notYoichi Hirai2017-07-061-7/+7
| * | Add a test about RETURNDATACOPY after a successful CREATE should throw except...Yoichi Hirai2017-06-281-0/+101
| * | Address @winsvega's commentsYoichi Hirai2017-06-281-13/+6
| * | Add test cases for RETURNDATACOPY after a successful CREATE should not throw ...Yoichi Hirai2017-06-261-0/+108
* | | Merge pull request #200 from ethereum/returndatacopy-after-failing-call-with-...winsvega2017-07-061-0/+108
|\ \ \
| * | | Add a test about "RETURNDATACOPY after a failing CALL should throw exception ...Yoichi Hirai2017-06-291-0/+108
| | |/ | |/|
* / | Add a test 'RETURNDATACOPY at the beginning of a program should throw an exce...Yoichi Hirai2017-06-301-0/+101
|/ /
* | Also try RETURNDATACOPY when the calldata is not emptyYoichi Hirai2017-06-271-37/+91
* | Add a test for trying returndatacopy 0 0 on an empty return data bufferYoichi Hirai2017-06-231-0/+88
|/
* Fill tests after making returndatacopy throwYoichi Hirai2017-06-083-3/+3
* Add tests for RETURNDATACOPY after CREATEYoichi Hirai2017-05-241-0/+103
* Add a test case for a RETURNDATACOPY from an overrunning rangeYoichi Hirai2017-05-241-0/+103
* Updated the opcodes of RETURNDATA instructionsYoichi Hirai2017-05-243-13/+116
* Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-241-0/+96
* Add the filled testYoichi Hirai2017-05-241-0/+96