aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest
Commit message (Collapse)AuthorAgeFilesLines
* refill blockchain stReturnDataTestDimitry2018-02-0544-35/+2484
|
* Add a new input for modlen = 999188.Yoichi Hirai2018-01-303-7/+70
| | | | | This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46
* Merge pull request #372 from ethereum/modexp-returndatasizewinsvega2017-12-202-0/+126
|\ | | | | add more 'returndatasize after modexp' test cases
| * add more modexp returndatasize test casesJared Wasinger2017-11-252-0/+126
| |
* | Merge pull request #375 from ethereum/returndatacopy_following_revert_in_createwinsvega2017-12-131-0/+63
|\ \ | | | | | | 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 codeYoichi Hirai2017-12-061-0/+63
| |/
* / Add a test case for RETURNDATACOPY after REVERT in STATICCALLYoichi Hirai2017-12-081-0/+70
|/
* Add a test for checking RETURNDATASIZE after a modexp with modsize = 1Yoichi Hirai2017-10-251-0/+63
|
* Merge pull request #363 from ethereum/modexp-modsize0-returnsizeYoichi Hirai2017-10-244-0/+252
|\ | | | | Add tests about returndatasize following modexp calls of modsize = 0
| * Add tests about returndatasize following modexp calls of modsize = 0Yoichi Hirai2017-10-234-0/+252
| |
* | Merge pull request #362 from ethereum/returndata-ecrecYoichi Hirai2017-10-241-0/+62
|\ \ | | | | | | Returndata ecrec
| * | add casey's testDimitry2017-10-191-0/+62
| | |
* | | Merge pull request #361 from ethereum/returntestYoichi Hirai2017-10-241-0/+63
|\ \ \ | |_|/ |/| | RETURNDATACOPY and RETURNDATASIZE after failing create
| * | RETURNDATACOPY and RETURNDATASIZE after failing createDimitry2017-10-191-0/+63
| |/ | | | | | | (due to 0xfd code)
* | Add a test case about transaction calls A (CALL B(CALL C(RETURN) OOG) 'check ↵Yoichi Hirai2017-10-181-0/+79
| | | | | | | | | | | | 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-171-0/+70
|/ | | | return 0
* regenerate state testsDimitry2017-09-2932-0/+2127
| | | | | generate hive test fillers fix state test fillers
* Add a test where RETURNDATACOPY with a nonzero size fails after a CALL with ↵Yoichi Hirai2017-09-271-0/+70
insufficient balance