aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stExtCodeHash
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.Adrian Sutton2018-11-211-1/+1
* Add test for EXTCODEHASH of account before and after changing it's balance, n...Adrian Sutton2018-11-211-0/+89
* Merge pull request #549 from ajsutton/extcodehash-createdeleteaccountwinsvega2018-11-214-0/+296
|\
| * Check self-destructed account via call does not exist.Adrian Sutton2018-11-211-0/+3
| * Check self-destructed account via static call still exists.Adrian Sutton2018-11-211-0/+5
| * Check self-destructed account no longer exists.Adrian Sutton2018-11-211-0/+3
| * Add test that checks EXTCODEHASH of self destructed account after original ca...Adrian Sutton2018-11-201-0/+81
| * Add STATICCALL variant.Adrian Sutton2018-11-202-0/+136
| * Add test for EXTCODEHASH of account created and then deleted in same transact...Adrian Sutton2018-11-181-0/+68
* | Add test for EXTCODEHASH of account created in same transaction.Adrian Sutton2018-11-181-0/+72
|/
* fix precompiles codehash test, refill using latest aleth/testethJose Hugo De la cruz Romero2018-11-151-120/+125
* EXTCODEHASH testsJose Hugo De la cruz Romero2018-11-154-0/+390
* Use '>=Constantinople' instead of '>Byzantium' to be a bit more readable that...Adrian Sutton2018-11-133-25/+7
* Add more dynamic argument test cases to cover non-existent accounts, precompi...Adrian Sutton2018-11-131-26/+102
* Add test case for a contract executing EXTCODEHASH of the account being creat...Adrian Sutton2018-11-121-0/+74
* Add test case for a contract executing EXTCODEHASH with a dynamic argument.Adrian Sutton2018-11-121-0/+93
* Add test case for a contract executing EXTCODEHASH on itself.Adrian Sutton2018-11-121-0/+86
* fill initial stExtCodeHash testsextcodehashDimitry2018-11-091-0/+94
* stExtCodeHash WIPDimitry2018-10-114-0/+444