aboutsummaryrefslogtreecommitdiffstats
path: root/core/error.go
Commit message (Collapse)AuthorAgeFilesLines
* 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