aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stRevertTest
Commit message (Collapse)AuthorAgeFilesLines
* fix more tests with coinbase touchDimitry2018-05-152-106/+108
|
* Fill RevertOnEmptyStack testYoichi Hirai2018-04-031-0/+118
|
* Fill the modified filler filesYoichi Hirai2018-03-2211-23/+413
|
* Filled test casesYoichi Hirai2018-03-1917-51/+508
|
* revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-271-0/+108
|
* fix stRevertTestDimitry2018-02-1741-89/+89
|
* fill stRevertTestDimitry2018-02-0541-575/+150
|
* Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODEYoichi Hirai2018-01-031-10/+10
|
* Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFillerYoichi Hirai2017-12-141-10/+10
|
* add _info commentDimitry2017-10-111-2/+2
|
* python testDimitry2017-10-111-0/+128
|
* refill all the testsDimitry2017-10-0740-122/+162
|
* regenerate state testsDimitry2017-09-2939-1264/+166
| | | | | generate hive test fillers fix state test fillers
* Update with more commentsYoichi Hirai2017-09-271-1/+1
|
* Add tests that set up a nonempty returndata buffer and then call a contract ↵Yoichi Hirai2017-09-271-0/+475
| | | | | | that reverts This should fulfill: non-empty returndata buffer --CALL --> REVERT <-- RETURNDATASIZE, to detect "not setting returndata buffer after REVERT"
* Merge pull request #331 from ethereum/big-revert-in-createYoichi Hirai2017-09-221-0/+236
|\ | | | | 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 codeYoichi Hirai2017-09-191-0/+236
| |
* | Add a test about REVERT during a STATICCALLYoichi Hirai2017-09-201-0/+113
|/
* Add a test executing REVERT during a DELEGATECALLYoichi Hirai2017-09-181-0/+113
|
* Add a test about REVERT during CALLCODEYoichi Hirai2017-09-071-0/+123
|
* Changes for EIP-684Yoichi Hirai2017-08-241-7/+7
| | | | The change was agreed on the last coredev call and this morning I got an OK from @arkpar.
* Merge pull request #253 from cdetrio/fix-data-0xYoichi Hirai2017-08-234-14/+14
|\ | | | | add 0x prefix to state test transaction data
| * add 0x prefix to state test transaction datacdetrio2017-08-084-14/+14
| |
* | make all logs hexDimitry2017-08-2135-1439/+737
|/
* split metropolisDimitry2017-08-0335-412/+1652
|
* update general testsDimitry2017-08-0135-2997/+6990
|
* regenerate hive testsDimitry2017-08-0135-5801/+2978
|
* refill general state testsDimitry2017-07-1035-2/+167
|
* Fix and refill GeneralStateTest after fixing the nonce change for address ↵Yoichi Hirai2017-07-061-5/+5
| | | | | | collision https://github.com/ethereum/cpp-ethereum/issues/4225
* Merge pull request #192 from ethereum/revert-createwinsvega2017-06-271-0/+101
|\ | | | | 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 contextYoichi Hirai2017-06-221-0/+101
| |
* | update revert test with new eip86 rulesDimitry2017-06-231-2/+7
|/
* Fill tests according to previous commitYoichi Hirai2017-06-161-26/+26
|
* replace SUICIDE with SELFDESTRUCTDimitry2017-04-1934-1011/+1011
|
* REVERT test case:Dimitry2017-04-041-41/+217
| | | | | return empty output but with non-zero memory index (e.g. offset 1, length 0). test case 2: big index, size 0.
* refill revert testsDimitry2017-03-245-245/+448
|
* more revert testsDimitry2017-03-242-0/+1477
|
* revert opcode testsDimitry2017-03-225-16/+967
|
* Add compiled tests for REVERTAndrei Maiboroda2017-03-223-0/+301
|
* more revert tests with precompiledDimitry2017-03-033-0/+453
|
* refill tests with metropolis (wip)Dimitry2017-02-1524-0/+440
|
* refill general state testsDimitry2017-02-1024-72/+72
|
* create contract in init code on depth = 1023 and 1024Dimitry2017-01-232-0/+170
|
* empty CREATE replace the code on collisionDimitry2017-01-181-24/+24
|
* refill tests with state journal v2 PRDimitry2017-01-181-24/+24
|
* Revert TestsDimitry2017-01-172-0/+638
| | | | | | Create in subcall with OOG (in and after subcall) Create is a collision with address Create is not a collision with address
* Loop Calls Revert OOG TestsDimitry2017-01-143-0/+310
|
* fix subcalls revert testDimitry2017-01-112-0/+334
| | | | change the same store key after subcall instead of new
* more revert call tests in contract interactionsDimitry2017-01-092-6/+255
|
* refil revert TestsDimitry2017-01-096-5/+90
|
* more Revert tests for Create opcodeDimitry2017-01-054-0/+368
|
* stMemoryStressTest wip4Dimitry2016-12-271-0/+85
|
* refill GeneralStateTestsDimitry2016-12-208-0/+785