aboutsummaryrefslogtreecommitdiffstats
path: root/core/error.go
Commit message (Collapse)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/63 fast synchronization algorithm
| * 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
|/ | | | | | | The amount of gas available for tx execution was tracked in the StateObject representing the coinbase account. This commit makes the gas counter a separate type in package core, which avoids unintended consequences of intertwining the counter with state logic.
* 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
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* 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
| | | | | The block nonce verification was effectively disabled by a typo. This time, there is an actual test for it.
* 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
| | | | * All errors during state transition result in an invalid tx
* Add initial implementation of block testsGustav Simonsson2015-03-051-1/+1
| | | | | | | * Add blocktest cmd and support for block tests files in tests/BlockTests , the launched node does not connect to network, resets state with a genesis block from the test file and starts the RPC API
* 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