| Commit message (Expand) | Author | Age | Files | Lines |
* | GeneralStateTests/stBadOpcode: make op 0x2f (RAND) validHEADdevelop | Wei-Ning Huang | 2018-11-27 | 1 | -37/+1 |
* | Merge pull request #552 from ethereum/moreextcode | winsvega | 2018-11-23 | 4 | -0/+581 |
|\ |
|
| * | delete account and check its extcodehash in blockchainmoreextcode | Dimitry | 2018-11-21 | 4 | -0/+581 |
* | | Merge pull request #551 from ethereum/moreextcode | winsvega | 2018-11-21 | 4 | -0/+356 |
|\| |
|
| * | bug from fuzzer | Dimitry | 2018-11-21 | 4 | -0/+356 |
* | | Merge pull request #550 from ajsutton/extcodehash-changeaccount | winsvega | 2018-11-21 | 4 | -0/+418 |
|\ \
| |/
|/| |
|
| * | Fix comment. | Adrian Sutton | 2018-11-21 | 4 | -6/+6 |
| * | Add test for EXTCODEHASH of account before and after changing it's balance, n... | Adrian Sutton | 2018-11-21 | 4 | -0/+418 |
|/ |
|
* | Merge pull request #549 from ajsutton/extcodehash-createdeleteaccount | winsvega | 2018-11-21 | 13 | -0/+1122 |
|\ |
|
| * | Check self-destructed account via call does not exist. | Adrian Sutton | 2018-11-21 | 4 | -2/+7 |
| * | Check self-destructed account via static call still exists. | Adrian Sutton | 2018-11-21 | 6 | -3/+15 |
| * | Check self-destructed account no longer exists. | Adrian Sutton | 2018-11-21 | 2 | -1/+4 |
| * | Refill tests. | Adrian Sutton | 2018-11-20 | 8 | -10/+436 |
| * | Add test that checks EXTCODEHASH of self destructed account after original ca... | Adrian Sutton | 2018-11-20 | 2 | -0/+151 |
| * | Add STATICCALL variant. | Adrian Sutton | 2018-11-20 | 4 | -3/+202 |
| * | Add test for EXTCODEHASH of account created and then deleted in same transact... | Adrian Sutton | 2018-11-18 | 4 | -0/+326 |
* | | Merge pull request #547 from ethereum/consttransition | winsvega | 2018-11-20 | 10 | -26/+799 |
|\ \ |
|
| * | | fix blockchain tests expect section json scheme checkconsttransition | Dimitry | 2018-11-20 | 8 | -26/+70 |
| * | | fix blockchain filler cheme check | Dimitry | 2018-11-19 | 1 | -0/+3 |
| * | | constantinople transition test | Dimitry | 2018-11-16 | 2 | -0/+726 |
| |/ |
|
* | | Merge pull request #548 from ajsutton/extcodehash-createaccount | winsvega | 2018-11-19 | 4 | -0/+339 |
|\ \
| |/
|/| |
|
| * | Fill blockchain tests. | Adrian Sutton | 2018-11-18 | 2 | -0/+204 |
| * | Add test for EXTCODEHASH of account created in same transaction. | Adrian Sutton | 2018-11-18 | 2 | -0/+135 |
|/ |
|
* | Merge pull request #542 from hugo-dc/extcodehash-hdc | winsvega | 2018-11-15 | 32 | -0/+3202 |
|\ |
|
| * | fill blockchain tests | Jose Hugo De la cruz Romero | 2018-11-15 | 24 | -0/+2418 |
| * | refill tests using create2 branch of aleth, fix extCodeHashPrecompiles json o... | Jose Hugo De la cruz Romero | 2018-11-15 | 4 | -29/+6 |
| * | fix precompiles codehash test, refill using latest aleth/testeth | Jose Hugo De la cruz Romero | 2018-11-15 | 5 | -193/+238 |
| * | EXTCODEHASH tests | Jose Hugo De la cruz Romero | 2018-11-15 | 8 | -0/+762 |
|/ |
|
* | Merge pull request #545 from ethereum/moresstore | winsvega | 2018-11-14 | 10380 | -0/+1814091 |
|\ |
|
| * | fill as blockchain sstore combinationsmoresstore | Dimitry | 2018-11-13 | 10374 | -0/+1756380 |
| * | sstore combinations change tests | Dimitry | 2018-11-13 | 6 | -0/+57711 |
* | | Merge pull request #544 from ajsutton/extcodehashv6.0.0-beta.2 | winsvega | 2018-11-13 | 20 | -0/+2237 |
|\ \ |
|
| * | | Fill blockchain tests. | Adrian Sutton | 2018-11-13 | 14 | -0/+1673 |
| * | | Use '>=Constantinople' instead of '>Byzantium' to be a bit more readable that... | Adrian Sutton | 2018-11-13 | 6 | -83/+10 |
| * | | Add more dynamic argument test cases to cover non-existent accounts, precompi... | Adrian Sutton | 2018-11-13 | 2 | -60/+135 |
| * | | Add test case for a contract executing EXTCODEHASH of the account being creat... | Adrian Sutton | 2018-11-12 | 2 | -0/+138 |
| * | | Add test case for a contract executing EXTCODEHASH with a dynamic argument. | Adrian Sutton | 2018-11-12 | 2 | -0/+219 |
| * | | Add test case for a contract executing EXTCODEHASH on itself. | Adrian Sutton | 2018-11-12 | 2 | -0/+205 |
* | | | Merge pull request #546 from ajsutton/gitignore-idea | Martin Holst Swende | 2018-11-13 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add .idea to .gitignore. | Adrian Sutton | 2018-11-13 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #538 from ajsutton/memory-write-tests | winsvega | 2018-11-09 | 16 | -0/+4033 |
|\ \ |
|
| * | | Add blockchain version of new tests. | Adrian Sutton | 2018-11-09 | 8 | -12/+2430 |
| * | | Revert "Add blockchain version of stPreCompiledContracts2 tests." (to make re... | Adrian Sutton | 2018-11-09 | 6 | -2406/+0 |
| * | | Add comment to new tests explaining what they're covering. | Adrian Sutton | 2018-11-09 | 8 | -30/+42 |
| * | | Add blockchain version of stCodeCopy tests. | Adrian Sutton | 2018-11-06 | 2 | -0/+872 |
| * | | Add blockchain version of stPreCompiledContracts2 tests. | Adrian Sutton | 2018-11-06 | 6 | -0/+2406 |
| * | | Refill new test. | Adrian Sutton | 2018-11-06 | 1 | -1/+1 |
| * | | Add tests to cover cases where data is copied to a memory range longer than t... | Adrian Sutton | 2018-11-03 | 8 | -0/+731 |
* | | | Merge pull request #484 from ethereum/extcodehash | winsvega | 2018-11-09 | 22 | -0/+6229 |
|\ \ \
| |_|/
|/| | |
|
| * | | fill initial stExtCodeHash testsextcodehash | Dimitry | 2018-11-09 | 18 | -4/+5221 |
| * | | stExtCodeHash WIP | Dimitry | 2018-10-11 | 8 | -0/+1012 |
* | | | Merge pull request #539 from ethereum/integrate-test-generation-docs | winsvega | 2018-11-09 | 5 | -27/+408 |
|\ \ \
| |_|/
|/| | |
|
| * | | Move test creation docs to testing documentation | holgerd77 | 2018-11-09 | 5 | -27/+408 |
|/ / |
|
* | | Merge pull request #535 from ethereum/moresstore | winsvega | 2018-11-03 | 46 | -0/+5235 |
|\ \ |
|
| * | | InitCollision test | Dimitry | 2018-10-25 | 9 | -0/+995 |
| * | | sstore collision overwrite sstore | Dimitry | 2018-10-25 | 38 | -0/+4240 |
* | | | Merge pull request #537 from ethereum/add-using-clients-to-docs | winsvega | 2018-11-03 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | Added clients using the tests library to the README | holgerd77 | 2018-11-02 | 1 | -0/+12 |
|/ / / |
|
* | | | Merge pull request #533 from ethereum/blockchain-test-format-doc-updatesv6.0.0-beta.1 | winsvega | 2018-10-25 | 3 | -25/+33 |
|\ \ \
| |/ /
|/| | |
|
| * | | Some updates to test generation doc section | holgerd77 | 2018-10-23 | 1 | -1/+5 |
| * | | Added sealEngine related infos to README and blockchain test format docs | holgerd77 | 2018-10-23 | 2 | -24/+28 |
|/ / |
|
* | | Merge pull request #527 from ansermino/david/setup | Holger Drewes | 2018-10-19 | 3 | -0/+13 |
|\ \ |
|
| * | | Fixed naming | David Ansermino | 2018-10-18 | 1 | -1/+1 |
| * | | Specified dependency version ranges, added .env3 to gitignore | David Ansermino | 2018-10-18 | 2 | -3/+4 |
| * | | Added requirements and setup instructions | David Ansermino | 2018-10-16 | 2 | -0/+12 |
* | | | Merge pull request #529 from ethereum/moresstore | winsvega | 2018-10-18 | 714 | -1104/+83270 |
|\ \ \ |
|
| * | | | fill as blockchain tests | Dimitry | 2018-10-18 | 697 | -829/+80569 |
| * | | | sstore xxx tests | Dimitry | 2018-10-18 | 17 | -275/+2701 |
|/ / / |
|
* | | | Merge pull request #528 from ethereum/moresstore | winsvega | 2018-10-17 | 246 | -397/+28122 |
|\ \ \ |
|
| * | | | fill as blockchain | Dimitry | 2018-10-17 | 232 | -315/+26508 |
| * | | | more test scenarios around test cases | Dimitry | 2018-10-17 | 14 | -82/+1614 |
|/ / / |
|
* | | | Merge pull request #526 from ethereum/moresstore | winsvega | 2018-10-16 | 28 | -0/+2895 |
|\ \ \
| |/ /
|/| | |
|
| * | | fill as blockchain tests | Dimitry | 2018-10-16 | 24 | -74/+2158 |
| * | | sstore refund bug | Dimitry | 2018-10-15 | 2 | -0/+131 |
| * | | more sstore tests | Dimitry | 2018-10-15 | 8 | -0/+680 |
|/ / |
|
* | | Merge pull request #525 from ethereum/disableEip | winsvega | 2018-10-13 | 217 | -5313/+4815 |
|\ \ |
|
| * | | update tests without EIP210 | Dimitry | 2018-10-12 | 217 | -5313/+4815 |
|/ / |
|
* | | Merge pull request #516 from feliam/patch-2 | winsvega | 2018-10-12 | 1 | -4/+4 |
|\ \ |
|
| * | | Update vm_tests.rst | feliam | 2018-10-04 | 1 | -4/+4 |
* | | | Merge pull request #514 from feliam/patch-1 | winsvega | 2018-10-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Update README.md | feliam | 2018-10-02 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #522 from ethereum/remLegacy | winsvega | 2018-10-12 | 28 | -2705/+0 |
|\ \ \ |
|
| * | | | remove artifact tests | Dimitry | 2018-10-11 | 28 | -2705/+0 |
|/ / / |
|
* | | | Merge pull request #520 from ethereum/fixgaslimit | winsvega | 2018-10-11 | 59 | -15842/+15842 |
|\ \ \
| |_|/
|/| | |
|
| * | | refill wallet tests | Dimitry | 2018-10-11 | 7 | -8345/+8345 |
| * | | fix wrong difficulty tests on NoProof | Dimitry | 2018-10-11 | 52 | -7497/+7497 |
|/ / |
|
* | | Merge pull request #518 from ethereum/refill2 | winsvega | 2018-10-10 | 2 | -9016/+29305 |
|\ \ |
|
| * | | create difficultyConstantinople autogenerated tests | Dimitry | 2018-10-09 | 1 | -0/+20289 |
| * | | regenerate difficultyTests on Ropsten | Dimitry | 2018-10-09 | 1 | -9016/+9016 |
|/ / |
|
* | | Merge pull request #517 from ethereum/refill2 | winsvega | 2018-10-09 | 137 | -989/+989 |
|\ \ |
|
| * | | refill badOpcodes | Dimitry | 2018-10-09 | 123 | -378/+378 |
| * | | fix wrong timestamp in tests | Dimitry | 2018-10-09 | 14 | -611/+611 |
|/ / |
|
* | | Merge pull request #511 from ethereum/refill | winsvega | 2018-10-05 | 13596 | -232919/+1248632 |
|\ \
| |/
|/| |
|
| * | refill stCreate2 with new gasPrice | Dimitry | 2018-10-05 | 169 | -711/+711 |
| * | fix bcForgedTest and ttWrongRLP | Dimitry | 2018-10-03 | 182 | -823/+823 |
| * | fix yml tests | Dimitry | 2018-10-03 | 6 | -11/+11 |
| * | refill blockchain tests | Dimitry | 2018-10-02 | 264 | -98249/+200589 |
| * | blockchain test source updates | Dimitry | 2018-10-02 | 246 | -208/+5535 |
| * | support hash of the .yml test | Dimitry | 2018-09-28 | 1 | -1/+6 |
| * | refill state tests as blockchain tests | Dimitry | 2018-09-26 |