Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comment. | Adrian Sutton | 2018-11-21 | 1 | -2/+2 |
| | |||||
* | Add test for EXTCODEHASH of account before and after changing it's balance, ↵ | Adrian Sutton | 2018-11-21 | 1 | -0/+77 |
| | | | | nonce and storage. | ||||
* | Merge pull request #549 from ajsutton/extcodehash-createdeleteaccount | winsvega | 2018-11-21 | 3 | -0/+196 |
|\ | | | | | Add test for EXTCODEHASH of account created and deleted in same transaction | ||||
| * | Check self-destructed account via call does not exist. | Adrian Sutton | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | Check self-destructed account via static call still exists. | Adrian Sutton | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | Check self-destructed account no longer exists. | Adrian Sutton | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | Refill tests. | Adrian Sutton | 2018-11-20 | 2 | -4/+4 |
| | | |||||
| * | Add test that checks EXTCODEHASH of self destructed account after original ↵ | Adrian Sutton | 2018-11-20 | 1 | -0/+70 |
| | | | | | | | | call exits. | ||||
| * | Add STATICCALL variant. | Adrian Sutton | 2018-11-20 | 2 | -3/+66 |
| | | |||||
| * | Add test for EXTCODEHASH of account created and then deleted in same ↵ | Adrian Sutton | 2018-11-18 | 1 | -0/+63 |
| | | | | | | | | transaction. | ||||
* | | Add test for EXTCODEHASH of account created in same transaction. | Adrian Sutton | 2018-11-18 | 1 | -0/+63 |
|/ | |||||
* | refill tests using create2 branch of aleth, fix extCodeHashPrecompiles json ↵ | Jose Hugo De la cruz Romero | 2018-11-15 | 4 | -29/+6 |
| | | | | output | ||||
* | fix precompiles codehash test, refill using latest aleth/testeth | Jose Hugo De la cruz Romero | 2018-11-15 | 4 | -73/+113 |
| | |||||
* | EXTCODEHASH tests | Jose Hugo De la cruz Romero | 2018-11-15 | 4 | -0/+372 |
| | |||||
* | Use '>=Constantinople' instead of '>Byzantium' to be a bit more readable ↵ | Adrian Sutton | 2018-11-13 | 3 | -58/+3 |
| | | | | | | that this feature is new in Constantinople. Remove <=Byzantium cases that are only checking that EXTCODEHASH is not supported. | ||||
* | Add more dynamic argument test cases to cover non-existent accounts, ↵ | Adrian Sutton | 2018-11-13 | 1 | -34/+33 |
| | | | | precompiles (existing and non-existing) and empty accounts. | ||||
* | Add test case for a contract executing EXTCODEHASH of the account being ↵ | Adrian Sutton | 2018-11-12 | 1 | -0/+64 |
| | | | | created from within it's init code. | ||||
* | Add test case for a contract executing EXTCODEHASH with a dynamic argument. | Adrian Sutton | 2018-11-12 | 1 | -0/+126 |
| | |||||
* | Add test case for a contract executing EXTCODEHASH on itself. | Adrian Sutton | 2018-11-12 | 1 | -0/+119 |
| | |||||
* | fill initial stExtCodeHash testsextcodehash | Dimitry | 2018-11-09 | 5 | -4/+97 |
| | |||||
* | stExtCodeHash WIP | Dimitry | 2018-10-11 | 4 | -0/+568 |