aboutsummaryrefslogtreecommitdiffstats
path: root/core/error.go
Commit message (Expand)AuthorAgeFilesLines
* core: make txpool operate on immutable statePéter Szilágyi2017-09-051-0/+4
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-181/+9
* Merge pull request #1889 from karalabe/fast-sync-rebaseJeffrey Wilcke2015-10-221-1/+1
|\
| * eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-191-1/+1
* | core, core/state: move gas tracking out of core/stateFelix Lange2015-10-171-0/+13
|/
* core: fix a formatting loop in BadHashErrorPéter Szilágyi2015-09-291-1/+1
* core: Add BadHashErr and test for BadHashes handlingGustav Simonsson2015-09-231-0/+11
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-3/+4
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Fix core error forwarding, unify OOG VM errGustav Simonsson2015-07-041-22/+0
* core: fix the nonce check one more timeFelix Lange2015-06-081-0/+17
* eth, eth/downloader, miner: use download events to check miner startobscuren2015-05-151-2/+2
* core: improved error message for invalid nonce txsobscuren2015-04-231-1/+1
* logging for possible unclesobscuren2015-03-231-2/+3
* converted chain managerobscuren2015-03-171-2/+4
* Return proper errorobscuren2015-03-141-1/+1
* Spec changes.obscuren2015-03-061-0/+16
* Add initial implementation of block testsGustav Simonsson2015-03-051-1/+1
* Fixed error for invalid transactionobscuren2015-03-031-0/+18
* Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-17/+0
* Added errorsobscuren2015-02-181-0/+6
* Renamed `chain` => `core`obscuren2014-12-041-0/+141