aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/BlockchainTests
Commit message (Collapse)AuthorAgeFilesLines
* core, core/state, trie: Hardfork EIP155, EIP161, EIP170Jeffrey Wilcke2016-11-1550-56119/+52069
| | | | | | | | | | | | | | | This commit implements EIP158 part 1, 2, 3 & 4 1. If an account is empty it's no longer written to the trie. An empty account is defined as (balance=0, nonce=0, storage=0, code=0). 2. Delete an empty account if it's touched 3. An empty account is redefined as either non-existent or empty. 4. Zero value calls and zero value suicides no longer consume the 25k reation costs. params: moved core/config to params Signed-off-by: Jeffrey Wilcke <jeffrey@ethereum.org>
* [release/1.4.18] 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. (cherry picked from commit 64af2aafdaf16d0bab4c2b89573324b076602bab)
* [release/1.4.16] tests: update test files from github.com/ethereum/tests @ ↵Felix Lange2016-10-0629-13939/+145800
| | | | | | | | | | 45bc1d21d3c1 Two new tests are skipped because they're buggy. Making some newer random state tests work required implementing the 'compressed return value encoding'. (cherry picked from commit 1b7b2ba2163c7b2b2acc0c4f107951ad873cd8a4)
* [release/1.4.10] cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-161-231/+7012
| | | | (cherry picked from commit 2c2e389b778b490fcaf14d9cc45a750647ca5c68)
* [release/1.4.10] core, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-161-0/+1818
| | | | (cherry picked from commit 461cdb593b9e5bd9ae9ac35c68809a3a29290dcb)
* 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