Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 1 | -181/+9 |
| | |||||
* | Merge pull request #1889 from karalabe/fast-sync-rebase | Jeffrey Wilcke | 2015-10-22 | 1 | -1/+1 |
|\ | | | | | eth/63 fast synchronization algorithm | ||||
| * | eth/downloader: concurrent receipt and state processing | Péter Szilágyi | 2015-10-19 | 1 | -1/+1 |
| | | |||||
* | | core, core/state: move gas tracking out of core/state | Felix Lange | 2015-10-17 | 1 | -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 BadHashError | Péter Szilágyi | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | core: Add BadHashErr and test for BadHashes handling | Gustav Simonsson | 2015-09-23 | 1 | -0/+11 |
| | |||||
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -3/+4 |
| | |||||
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
| | | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a. | ||||
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -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 information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
| | |||||
* | Fix core error forwarding, unify OOG VM err | Gustav Simonsson | 2015-07-04 | 1 | -22/+0 |
| | |||||
* | core: fix the nonce check one more time | Felix Lange | 2015-06-08 | 1 | -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 start | obscuren | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | core: improved error message for invalid nonce txs | obscuren | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | logging for possible uncles | obscuren | 2015-03-23 | 1 | -2/+3 |
| | |||||
* | converted chain manager | obscuren | 2015-03-17 | 1 | -2/+4 |
| | |||||
* | Return proper error | obscuren | 2015-03-14 | 1 | -1/+1 |
| | |||||
* | Spec changes. | obscuren | 2015-03-06 | 1 | -0/+16 |
| | | | | * All errors during state transition result in an invalid tx | ||||
* | Add initial implementation of block tests | Gustav Simonsson | 2015-03-05 | 1 | -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 transaction | obscuren | 2015-03-03 | 1 | -0/+18 |
| | |||||
* | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -17/+0 |
| | |||||
* | Added errors | obscuren | 2015-02-18 | 1 | -0/+6 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+141 |