aboutsummaryrefslogtreecommitdiffstats
path: root/errs
Commit message (Collapse)AuthorAgeFilesLines
* blockpool stability fixes:zelig2015-04-132-9/+2
| | | | | | | | | | | | - follow up locks and fix them - chainManager: call SetQueued for parentErr future blocks, uncomment TD checks, unskip test - make ErrIncorrectTD non-fatal to be forgiving to genuine mistaken nodes (temp) but demote them to guard against stuck best peers. - add purging to bounded nodeCache (config nodeCacheSize) - use nodeCache when creating blockpool entries and let non-best peers add blocks (performance boost) - minor error in addError - reduce idleBestPeerTimeout to 1 minute - correct status counts and unskip status passing status test - glogified logging
* Moved log to debugobscuren2015-04-091-0/+10
|
* errs pkg for error code based errorszelig2015-02-252-0/+137
nformationFelix Lange2016-04-154-4/+4 * tests: remove eth, node, accounts dependenciesFelix Lange2016-04-121-42/+17 * core: added basic chain configurationJeffrey Wilcke2016-04-017-189/+221 * core: Added EVM configuration optionsJeffrey Wilcke2016-03-242-4/+8 * core, core/vm, tests: changed the initialisation behaviour of the EVMJeffrey Wilcke2016-03-231-1/+7 * Merge pull request #2260 from karalabe/ethash-cache-fixesPéter Szilágyi2016-02-241-0/+1 |\ | * Godeps, eth, tests: update ethash, used shared for testingPéter Szilágyi2016-02-241-0/+1 * | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1 |/ * core: Added new TD strategy which mitigate the risk for selfish miningJeffrey Wilcke2016-02-181-0/+3 * core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+9 * tests: updated homestead testsJeffrey Wilcke2016-02-18800