aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/StateTests/stTransitionTest.json
Commit message (Collapse)AuthorAgeFilesLines
* tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1Felix Lange2016-10-061-12/+12
| | | | | | Two new tests are skipped because they're buggy. Making some newer random state tests work required implementing the 'compressed return value encoding'.
* tests: updated homestead testsJeffrey Wilcke2016-02-181-15/+28
|
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+527
* change gas cost for contract creating txs * invalidate signature with s value greater than secp256k1 N / 2 * OOG contract creation if not enough gas to store code * new difficulty adjustment algorithm * new DELEGATECALL op code