Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of ↵ | Everett Hildenbrandt | 2018-06-07 | 609 | -609/+609 |
| | | | | files when writing | ||||
* | src/VMTestsFiller: formatting changes | Everett Hildenbrandt | 2018-06-02 | 609 | -16281/+16199 |
| | |||||
* | VMTests/.../sdiv_dejavu: correct test expect section and refill | Everett Hildenbrandt | 2018-06-02 | 1 | -2/+2 |
| | |||||
* | VMTests/.../exp8: add test of EXP 0 0 | Everett Hildenbrandt | 2018-06-02 | 1 | -0/+36 |
| | |||||
* | src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errors | Everett Hildenbrandt | 2018-05-31 | 10 | -10/+16 |
| | |||||
* | src/VMTestsFiller: correct occurrences of invalid JSON | Everett Hildenbrandt | 2018-05-30 | 6 | -18/+6 |
| | |||||
* | Merge pull request #444 from pirapira/remove-blockhash-vm-tests | Yoichi Hirai | 2018-05-11 | 69 | -2582/+21 |
|\ | | | | | Remove VM tests using the mock BLOCKHASH/BALANCE instruction just for VM tests | ||||
| * | Add a list of instructions to avoid in VM tests. | Yoichi Hirai | 2018-04-14 | 1 | -0/+21 |
| | | |||||
| * | Remove more VM tests that touch the world state | Yoichi Hirai | 2018-04-14 | 56 | -2149/+0 |
| | | |||||
| * | Remove VM tests that use `BALANCE` instruction | Yoichi Hirai | 2018-04-12 | 5 | -191/+0 |
| | | | | | | | | See https://github.com/ethereum/tests/pull/444#issuecomment-380571633 | ||||
| * | Remove VM tests using the mock BLOCKHASH instruction just for VM tests | Yoichi Hirai | 2018-04-12 | 7 | -242/+0 |
| | | | | | | | | See the discussion https://github.com/ethereum/tests/issues/415#issuecomment-378593659 | ||||
* | | add vm test for arithmetic (add) after byte | Jared Wasinger | 2018-04-18 | 1 | -0/+36 |
|/ | |||||
* | Remove VM random tests that contain `BALANCE` | Yoichi Hirai | 2018-04-10 | 2 | -80/+0 |
| | | | | | | because these require special execution mode for VM tests. See https://github.com/ethereum/tests/issues/415 | ||||
* | refill splited VMtests | Dimitry | 2017-09-01 | 5 | -0/+0 |
| | |||||
* | split vm tests | Dimitry | 2017-09-01 | 687 | -22389/+23554 |
| | |||||
* | Fix the filler and fill vmIOandFlowOperationsTest | Yoichi Hirai | 2017-08-24 | 1 | -1/+0 |
| | |||||
* | Fix some VMTest filling failures | Yoichi Hirai | 2017-08-23 | 1 | -5/+5 |
| | |||||
* | Fix some formatting issues in VMTest fillers | Yoichi Hirai | 2017-08-05 | 2 | -50/+50 |
| | |||||
* | Merge pull request #154 from ethereum/refresh | winsvega | 2017-04-24 | 2 | -1/+2 |
|\ | | | | | refill all tests with latest develop | ||||
| * | refill vmTests | Dimitry | 2017-04-19 | 2 | -1/+2 |
| | | |||||
* | | Regenerate VM performance tests | Paweł Bylica | 2017-04-20 | 1 | -0/+28 |
| | | |||||
* | | VM tests: remove duplicated performance tests | Paweł Bylica | 2017-04-20 | 1 | -197/+0 |
| | | |||||
* | | Add VM performance tests for div+add and add | Paweł Bylica | 2017-04-20 | 2 | -0/+83 |
|/ | |||||
* | replace SUICIDE with SELFDESTRUCT | Dimitry | 2017-04-19 | 2 | -6/+6 |
| | |||||
* | Add performance VM tests for MULMOD | Paweł Bylica | 2016-12-24 | 2 | -0/+40 |
| | |||||
* | Test Fillers (Sources for the tests) | Dimitry | 2016-12-05 | 14 | -0/+22564 |