Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: update tests and implement general state tests (#14734) | Felix Lange | 2017-07-11 | 1 | -1300/+0 |
| | | | | | | | | | | | | | | Tests are now included as a submodule. This should make updating easier and removes ~60MB of JSON data from the working copy. State tests are replaced by General State Tests, which run the same test with multiple fork configurations. With the new test runner, consensus tests are run as subtests by walking json files. Many hex issues have been fixed upstream since the last update and most custom parsing code is replaced by existing JSON hex types. Tests can now be marked as 'expected failures', ensuring that fixes for those tests will trigger an update to test configuration. The new test runner also supports parallel execution and the -short flag. | ||||
* | tests: updated | Jeffrey Wilcke | 2016-11-14 | 1 | -0/+0 |
| | |||||
* | tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1 | Felix Lange | 2016-10-06 | 1 | -21/+80 |
| | | | | | | 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 tests | Jeffrey Wilcke | 2016-02-18 | 1 | -21/+21 |
| | |||||
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -126/+126 |
| | | | | | | | | * 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 | ||||
* | tests: update JSON files, add new wrappers | Gustav Simonsson | 2015-10-23 | 1 | -114/+232 |
| | |||||
* | Add TestBcForkUncleTests and update JSON files | Gustav Simonsson | 2015-08-31 | 1 | -114/+114 |
| | |||||
* | tests: updated | Jeffrey Wilcke | 2015-07-29 | 1 | -0/+0 |
| | |||||
* | Update Ethereum JSON tests, skip failing | Gustav Simonsson | 2015-07-03 | 1 | -0/+1123 |