Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing errors from JSONSchema/st-filler-schema.json | Yoichi Hirai | 2018-01-30 | 5 | -9/+9 |
| | |||||
* | Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODE | Yoichi Hirai | 2018-01-03 | 1 | -3/+19 |
| | |||||
* | Test RETURNDATASIZE and RETURNDATACOPY in RevertInDelegateCallFiller | Yoichi Hirai | 2017-12-14 | 1 | -3/+19 |
| | |||||
* | add _info comment | Dimitry | 2017-10-11 | 1 | -0/+3 |
| | |||||
* | python test | Dimitry | 2017-10-11 | 1 | -0/+59 |
| | |||||
* | fix test fillers | Dimitry | 2017-10-06 | 3 | -35/+35 |
| | |||||
* | Update with more comments | Yoichi Hirai | 2017-09-27 | 1 | -7/+8 |
| | |||||
* | Add tests that set up a nonempty returndata buffer and then call a contract ↵ | Yoichi Hirai | 2017-09-27 | 1 | -0/+303 |
| | | | | | | 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-create | Yoichi Hirai | 2017-09-22 | 1 | -0/+123 |
|\ | | | | | 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 code | Yoichi Hirai | 2017-09-19 | 1 | -0/+123 |
| | | |||||
* | | Add a test about REVERT during a STATICCALL | Yoichi Hirai | 2017-09-20 | 1 | -0/+66 |
|/ | |||||
* | Add a test executing REVERT during a DELEGATECALL | Yoichi Hirai | 2017-09-18 | 1 | -0/+66 |
| | |||||
* | Add a test about REVERT during CALLCODE | Yoichi Hirai | 2017-09-07 | 1 | -0/+66 |
| | |||||
* | Changes for EIP-684 | Yoichi Hirai | 2017-08-24 | 1 | -56/+1 |
| | | | | 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-0x | Yoichi Hirai | 2017-08-23 | 4 | -14/+14 |
|\ | | | | | add 0x prefix to state test transaction data | ||||
| * | add 0x prefix to state test transaction data | cdetrio | 2017-08-08 | 4 | -14/+14 |
| | | |||||
* | | use hex for storage keys and values in state test fillers | cdetrio | 2017-08-08 | 1 | -4/+4 |
|/ | |||||
* | split metropolis | Dimitry | 2017-08-03 | 8 | -24/+24 |
| | |||||
* | Fix and refill GeneralStateTest after fixing the nonce change for address ↵ | Yoichi Hirai | 2017-07-06 | 1 | -2/+2 |
| | | | | | | collision https://github.com/ethereum/cpp-ethereum/issues/4225 | ||||
* | Add a case where REVERT in an init code passes data to the creating context | Yoichi Hirai | 2017-06-22 | 1 | -0/+74 |
| | |||||
* | Change the filler according to | Yoichi Hirai | 2017-06-16 | 1 | -3/+3 |
| | | | | https://github.com/ethereum/cpp-ethereum/issues/4130 | ||||
* | REVERT test case: | Dimitry | 2017-04-04 | 1 | -26/+19 |
| | | | | | return empty output but with non-zero memory index (e.g. offset 1, length 0). test case 2: big index, size 0. | ||||
* | refill revert tests | Dimitry | 2017-03-24 | 4 | -82/+24 |
| | |||||
* | more revert tests | Dimitry | 2017-03-24 | 2 | -0/+635 |
| | |||||
* | revert opcode test fillers | Dimitry | 2017-03-22 | 7 | -77/+630 |
| | |||||
* | Failing test for REVERT opcode (temporary, to check if travis gets the ↵ | Andrei Maiboroda | 2017-03-22 | 1 | -0/+64 |
| | | | | rigght branch) | ||||
* | Simple tests for REVERT opcode | Andrei Maiboroda | 2017-03-22 | 2 | -0/+119 |
| | |||||
* | more revert tests with precompiled | Dimitry | 2017-03-03 | 3 | -0/+405 |
| | |||||
* | replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL" | Dimitry | 2017-02-15 | 4 | -8/+8 |
| | |||||
* | update general state tests fillers to suite blockchain | Dimitry | 2017-02-10 | 24 | -72/+72 |
| | |||||
* | create contract in init code on depth = 1023 and 1024 | Dimitry | 2017-01-23 | 2 | -0/+126 |
| | |||||
* | empty CREATE replace the code on collision | Dimitry | 2017-01-18 | 1 | -5/+5 |
| | |||||
* | refill tests with state journal v2 PR | Dimitry | 2017-01-18 | 1 | -12/+15 |
| | |||||
* | Revert Tests | Dimitry | 2017-01-17 | 2 | -0/+397 |
| | | | | | | 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 Tests | Dimitry | 2017-01-14 | 3 | -0/+301 |
| | |||||
* | fix subcalls revert test | Dimitry | 2017-01-11 | 2 | -0/+214 |
| | | | | change the same store key after subcall instead of new | ||||
* | more revert call tests in contract interactions | Dimitry | 2017-01-09 | 2 | -5/+143 |
| | |||||
* | new revertSubCallOOG test | Dimitry | 2017-01-09 | 1 | -0/+76 |
| | |||||
* | rename revert tests | Dimitry | 2017-01-09 | 5 | -5/+5 |
| | |||||
* | more Revert tests for Create opcode | Dimitry | 2017-01-05 | 4 | -0/+348 |
| | |||||
* | stMemoryStressTest wip 3 | Dimitry | 2016-12-27 | 1 | -0/+64 |
| | | | | stRevertTest | ||||
* | finish eip150 tests to GeneralStateTests | Dimitry | 2016-12-20 | 4 | -3/+37 |
| | |||||
* | eip150 test fillers to general tests | Dimitry | 2016-12-16 | 8 | -0/+669 |