aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/BlockchainTests
Commit message (Collapse)AuthorAgeFilesLines
* tests: update tests and implement general state tests (#14734)Felix Lange2017-07-1153-242767/+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.
* all: fix spelling errorsPéter Szilágyi2017-01-071-3/+3
|
* tests: updatedJeffrey Wilcke2016-11-1450-56119/+52069
|
* core, core/vm: added gas price variance tableJeffrey Wilcke2016-10-151-0/+2577
| | | | | | | | | | | | | This implements 1b & 1c of EIP150 by adding a new GasTable which must be returned from the RuleSet config method. This table is used to determine the gas prices for the current epoch. Please note that when the CreateBySuicide gas price is set it is assumed that we're in the new epoch phase. In addition this PR will serve as temporary basis while refactorisation in being done in the EVM64 PR, which will substentially overhaul the gas price code.
* tests: update test files from github.com/ethereum/tests @ 45bc1d21d3c1Felix Lange2016-10-0629-13939/+145800
| | | | | | Two new tests are skipped because they're buggy. Making some newer random state tests work required implementing the 'compressed return value encoding'.
* cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-151-231/+7012
|
* core, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-151-0/+1818
|
* tests: updated homestead testsJeffrey Wilcke2016-02-1831-10280/+62406
|
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-1811-8909/+8990
| | | | | | | | * 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
* Update common test filesGustav Simonsson2015-11-201-39/+666
|
* tests: update JSON files, add new wrappersGustav Simonsson2015-10-2311-3998/+21379
|
* tests: update common test wrappers and test filesGustav Simonsson2015-09-182-5/+251
|
* Add TestBcForkUncleTests and update JSON filesGustav Simonsson2015-08-3114-1537/+1795
|
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-1/+314
|
* core, tests: Double SUICIDE fixJeffrey Wilcke2015-08-211-151/+771
|
* tests: updatedJeffrey Wilcke2015-07-2914-7785/+7652
|
* Update Ethereum JSON test files and wrappersGustav Simonsson2015-07-083-199/+658
|
* Update Ethereum JSON tests, skip failingGustav Simonsson2015-07-0313-3093/+31802
|
* Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9obscuren2015-03-091-1636/+331
|
* Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-022-0/+4398
| | | | | | git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
* removed testsobscuren2015-03-022-4398/+0
|
* updated testsobscuren2015-03-022-0/+20
|
* Updated testsobscuren2015-02-042-0/+4378