aboutsummaryrefslogtreecommitdiffstats
path: root/eth/backend.go
Commit message (Collapse)AuthorAgeFilesLines
* moving to a better xethobscuren2015-01-291-0/+4
|
* Update CLI to use new Websocket RPCTaylor Gerring2015-01-281-0/+4
| | | | Use “wsport” flag to change default port
* Move HTTP transport to sub package of RPCTaylor Gerring2015-01-281-1/+1
|
* Print error instead of returning for seed node errobscuren2015-01-191-1/+1
| | | | | Returning an error would indicate a complete failure initialising the Ethereum backend. Instead we should print the message and continue.
* just enable by defaultobscuren2015-01-091-7/+3
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-4/+4
|
* Fixed port numobscuren2015-01-061-1/+1
|
* Changed to poc-8 & removed GetTxsobscuren2015-01-061-1/+1
|
* Mergeobscuren2015-01-061-15/+32
|
* BlockManager => BlockProcessorobscuren2015-01-051-9/+9
|
* Cleaned up some of that utilobscuren2015-01-041-16/+74
|
* Fixed bug where logging could crash client during tx addingobscuren2015-01-031-2/+4
|
* Removed the need of having a backend for the tx poolobscuren2015-01-021-1/+1
|
* Refactored block & Transactionobscuren2014-12-231-1/+1
| | | | * Includes new rlp decoder
* Merge fixesobscuren2014-12-181-2/+2
|
* Added whisper handlerobscuren2014-12-161-0/+4
|
* made mist in a compilable, workable state using the new refactored packagesobscuren2014-12-151-0/+4
|
* Moved peer helper methedsobscuren2014-12-151-17/+0
|
* removed filter manager from baseobscuren2014-12-151-15/+0
|
* Added old filter. Needs some refactoringobscuren2014-12-151-57/+6
|
* WIPobscuren2014-12-151-3/+5
|
* added protocol handlerobscuren2014-12-151-1/+1
|
* added whisperobscuren2014-12-151-18/+19
|
* WIPobscuren2014-12-151-43/+10
|
* adapt blockpool/backend to use pow/ezp with pow.Block for VerifyPoW funczelig2014-12-151-4/+3
|
* blockmanager start/stop obsoletezelig2014-12-151-2/+0
|
* initial commit for new backend (eth.Ethereum)zelig2014-12-151-0/+357