aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stSpecialTest
Commit message (Collapse)AuthorAgeFilesLines
* Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-091-0/+63
| | | | | | | A modification of stRevertTests/RevertInCreateInInit. That test, for EIP158 only, accidentially tested the case where a contract creation transaction touches an empty account and then fails. This one tests the same thing not just for EIP158 but any network thereafter.
* update stSpecialTest fillersDimitry2018-02-0712-18/+18
|
* Merge pull request #253 from cdetrio/fix-data-0xYoichi Hirai2017-08-231-1/+1
|\ | | | | add 0x prefix to state test transaction data
| * add 0x prefix to state test transaction datacdetrio2017-08-081-1/+1
| |
* | use hex for storage keys and values in state test fillerscdetrio2017-08-081-2/+2
|/
* split metropolisDimitry2017-08-032-2/+2
|
* refill general state testsDimitry2017-07-102-2/+2
|
* update eip86yann3002017-06-232-2/+28
|
* move tests with blockhash from state to blockchainDimitry2017-06-021-65/+0
|
* make blockhash state test only as blockchain testsDimitry2017-06-021-2/+12
|
* special case with precompiled forkDimitry2017-02-281-1/+11
|
* tx with OOG at block 2675119Dimitry2017-02-281-0/+61
|
* deployment error testDimitry2017-02-161-0/+51
|
* replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL"Dimitry2017-02-156-6/+6
|
* update general state tests fillers to suite blockchainDimitry2017-02-1011-44/+34
|
* finish eip150 tests to GeneralStateTestsDimitry2016-12-2011-10/+29
|
* upgrade eip158 to general testsDimitry2016-12-0911-9/+234
|
* Test Fillers (Sources for the tests)Dimitry2016-12-0511-0/+805