aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stReturnDataTest
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #214 from ethereum/add-commentwinsvega2017-08-011-0/+1
|\
| * Add an explanationYoichi Hirai2017-07-061-0/+1
* | Merge pull request #208 from ethereum/returndatacopy_with_2_256_sumwinsvega2017-07-101-0/+67
|\ \ | |/ |/|
| * Use CALLDATALOAD instead of CALLDATACOPY and MLOADYoichi Hirai2017-07-061-1/+1
| * Add one-less and one-more numbersYoichi Hirai2017-07-061-2/+9
| * Add a test RETURNDATACOPY at the beginning of a program should throw an excep...Yoichi Hirai2017-07-031-0/+60
* | Merge pull request #207 from ethereum/remove_compiled_codewinsvega2017-07-065-8/+0
|\ \
| * | Remove hex codes after the LLL codeYoichi Hirai2017-07-035-8/+0
| |/
* | Merge pull request #196 from ethereum/returndatacopy_0_0_after_successful_createwinsvega2017-07-062-0/+143
|\ \
| * | Use (SSTORE 0 1) in the init code to see if the CREATE succeeds or notYoichi Hirai2017-07-061-1/+10
| * | Add a test about RETURNDATACOPY after a successful CREATE should throw except...Yoichi Hirai2017-06-281-0/+60
| * | Address @winsvega's commentsYoichi Hirai2017-06-281-9/+1
| * | Add test cases for RETURNDATACOPY after a successful CREATE should not throw ...Yoichi Hirai2017-06-261-0/+82
* | | Merge pull request #200 from ethereum/returndatacopy-after-failing-call-with-...winsvega2017-07-061-0/+68
|\ \ \
| * | | Add a test about "RETURNDATACOPY after a failing CALL should throw exception ...Yoichi Hirai2017-06-291-0/+68
| | |/ | |/|
* / | Add a test 'RETURNDATACOPY at the beginning of a program should throw an exce...Yoichi Hirai2017-06-301-0/+60
|/ /
* | Also try RETURNDATACOPY when the calldata is not emptyYoichi Hirai2017-06-271-2/+2
* | Add a test for trying returndatacopy 0 0 on an empty return data bufferYoichi Hirai2017-06-231-0/+74
|/
* Update expectations for the new throwing behavior of RETURNDATACOPYYoichi Hirai2017-06-083-43/+3
* Add tests for RETURNDATACOPY after CREATEYoichi Hirai2017-05-241-0/+82
* Add a test case for a RETURNDATACOPY from an overrunning rangeYoichi Hirai2017-05-241-0/+82
* Updated the opcodes of RETURNDATA instructionsYoichi Hirai2017-05-243-5/+5
* Add a test for RETURNDATACOPY following a successful CALLYoichi Hirai2017-05-241-4/+8
* WIP: hand-assembling this code seems like too much workYoichi Hirai2017-05-241-0/+79
* Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-241-0/+75
* Fallback on the hex code while lllc implements RETURNDATACOPYYoichi Hirai2017-05-241-0/+1
* The LLL code should be in bracesYoichi Hirai2017-05-241-1/+1
* Rename Filter.json into Filler.jsonYoichi Hirai2017-05-241-0/+0
* Fix LLLYoichi Hirai2017-05-241-1/+1
* Change the code into LLLYoichi Hirai2017-05-241-1/+1
* Renaming a filter file with a suffix Filter.jsonYoichi Hirai2017-05-241-0/+0
* Add a test filter for RETURNDATACOPY initially copying zerosYoichi Hirai2017-05-241-0/+74