Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add _info comment | Dimitry | 2017-10-11 | 1 | -2/+2 |
| | |||||
* | python test | Dimitry | 2017-10-11 | 1 | -0/+128 |
| | |||||
* | refill all the tests | Dimitry | 2017-10-07 | 40 | -122/+162 |
| | |||||
* | regenerate state tests | Dimitry | 2017-09-29 | 39 | -1264/+166 |
| | | | | | generate hive test fillers fix state test fillers | ||||
* | Update with more comments | Yoichi Hirai | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | Add tests that set up a nonempty returndata buffer and then call a contract ↵ | Yoichi Hirai | 2017-09-27 | 1 | -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-create | Yoichi Hirai | 2017-09-22 | 1 | -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 code | Yoichi Hirai | 2017-09-19 | 1 | -0/+236 |
| | | |||||
* | | Add a test about REVERT during a STATICCALL | Yoichi Hirai | 2017-09-20 | 1 | -0/+113 |
|/ | |||||
* | Add a test executing REVERT during a DELEGATECALL | Yoichi Hirai | 2017-09-18 | 1 | -0/+113 |
| | |||||
* | Add a test about REVERT during CALLCODE | Yoichi Hirai | 2017-09-07 | 1 | -0/+123 |
| | |||||
* | Changes for EIP-684 | Yoichi Hirai | 2017-08-24 | 1 | -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-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 |
| | | |||||
* | | make all logs hex | Dimitry | 2017-08-21 | 35 | -1439/+737 |
|/ | |||||
* | split metropolis | Dimitry | 2017-08-03 | 35 | -412/+1652 |
| | |||||
* | update general tests | Dimitry | 2017-08-01 | 35 | -2997/+6990 |
| | |||||
* | regenerate hive tests | Dimitry | 2017-08-01 | 35 | -5801/+2978 |
| | |||||
* | refill general state tests | Dimitry | 2017-07-10 | 35 | -2/+167 |
| | |||||
* | Fix and refill GeneralStateTest after fixing the nonce change for address ↵ | Yoichi Hirai | 2017-07-06 | 1 | -5/+5 |
| | | | | | | collision https://github.com/ethereum/cpp-ethereum/issues/4225 | ||||
* | Merge pull request #192 from ethereum/revert-create | winsvega | 2017-06-27 | 1 | -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 context | Yoichi Hirai | 2017-06-22 | 1 | -0/+101 |
| | | |||||
* | | update revert test with new eip86 rules | Dimitry | 2017-06-23 | 1 | -2/+7 |
|/ | |||||
* | Fill tests according to previous commit | Yoichi Hirai | 2017-06-16 | 1 | -26/+26 |
| | |||||
* | replace SUICIDE with SELFDESTRUCT | Dimitry | 2017-04-19 | 34 | -1011/+1011 |
| | |||||
* | REVERT test case: | Dimitry | 2017-04-04 | 1 | -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 tests | Dimitry | 2017-03-24 | 5 | -245/+448 |
| | |||||
* | more revert tests | Dimitry | 2017-03-24 | 2 | -0/+1477 |
| | |||||
* | revert opcode tests | Dimitry | 2017-03-22 | 5 | -16/+967 |
| | |||||
* | Add compiled tests for REVERT | Andrei Maiboroda | 2017-03-22 | 3 | -0/+301 |
| | |||||
* | more revert tests with precompiled | Dimitry | 2017-03-03 | 3 | -0/+453 |
| | |||||
* | refill tests with metropolis (wip) | Dimitry | 2017-02-15 | 24 | -0/+440 |
| | |||||
* | refill general state tests | Dimitry | 2017-02-10 | 24 | -72/+72 |
| | |||||
* | create contract in init code on depth = 1023 and 1024 | Dimitry | 2017-01-23 | 2 | -0/+170 |
| | |||||
* | empty CREATE replace the code on collision | Dimitry | 2017-01-18 | 1 | -24/+24 |
| | |||||
* | refill tests with state journal v2 PR | Dimitry | 2017-01-18 | 1 | -24/+24 |
| | |||||
* | Revert Tests | Dimitry | 2017-01-17 | 2 | -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 Tests | Dimitry | 2017-01-14 | 3 | -0/+310 |
| | |||||
* | fix subcalls revert test | Dimitry | 2017-01-11 | 2 | -0/+334 |
| | | | | change the same store key after subcall instead of new | ||||
* | more revert call tests in contract interactions | Dimitry | 2017-01-09 | 2 | -6/+255 |
| | |||||
* | refil revert Tests | Dimitry | 2017-01-09 | 6 | -5/+90 |
| | |||||
* | more Revert tests for Create opcode | Dimitry | 2017-01-05 | 4 | -0/+368 |
| | |||||
* | stMemoryStressTest wip4 | Dimitry | 2016-12-27 | 1 | -0/+85 |
| | |||||
* | refill GeneralStateTests | Dimitry | 2016-12-20 | 8 | -0/+785 |