Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge fixes | obscuren | 2014-12-18 | 1 | -2/+2 |
| | |||||
* | Added whisper handler | obscuren | 2014-12-16 | 1 | -0/+4 |
| | |||||
* | Removed goroutine from "Run" | obscuren | 2014-12-16 | 1 | -8/+8 |
| | |||||
* | made mist in a compilable, workable state using the new refactored packages | obscuren | 2014-12-15 | 2 | -0/+27 |
| | |||||
* | Moved peer helper metheds | obscuren | 2014-12-15 | 1 | -17/+0 |
| | |||||
* | removed filter manager from base | obscuren | 2014-12-15 | 2 | -36/+22 |
| | |||||
* | Added old filter. Needs some refactoring | obscuren | 2014-12-15 | 1 | -57/+6 |
| | |||||
* | WIP | obscuren | 2014-12-15 | 1 | -3/+5 |
| | |||||
* | added protocol handler | obscuren | 2014-12-15 | 1 | -1/+1 |
| | |||||
* | added whisper | obscuren | 2014-12-15 | 1 | -18/+19 |
| | |||||
* | WIP | obscuren | 2014-12-15 | 1 | -43/+10 |
| | |||||
* | adapt blockpool/backend to use pow/ezp with pow.Block for VerifyPoW func | zelig | 2014-12-15 | 2 | -12/+3 |
| | |||||
* | blockmanager start/stop obsolete | zelig | 2014-12-15 | 1 | -2/+0 |
| | |||||
* | blockpool rewritten , tests broken FIXME | zelig | 2014-12-15 | 2 | -292/+8 |
| | |||||
* | protocol | zelig | 2014-12-15 | 1 | -7/+83 |
| | | | | | - new interface explicit backend components txPool, chainManager, blockPool - added protoErrorDisconnect for blockpool callback (FIXME: handling peer disconnects) | ||||
* | initial commit for eth blockpool + test | zelig | 2014-12-15 | 1 | -2/+3 |
| | |||||
* | eth protocol changes | zelig | 2014-12-15 | 2 | -11/+132 |
| | | | | | | | | | - changed backend interface - using callbacks for blockPool - use rlp stream for lazy decoding - use peer as logger - add id (peer pubkey) to ethProtocol fields - add testPeer to protocol test (temporary) | ||||
* | initial commit for eth-p2p integration | zelig | 2014-12-15 | 2 | -1/+165 |
| | |||||
* | blockpool rewritten , tests broken FIXME | zelig | 2014-12-15 | 1 | -363/+863 |
| | |||||
* | add protocol error types specific to blockpool | zelig | 2014-12-15 | 1 | -0/+4 |
| | |||||
* | protocol | zelig | 2014-12-15 | 1 | -50/+52 |
| | | | | | - new interface explicit backend components txPool, chainManager, blockPool - added protoErrorDisconnect for blockpool callback (FIXME: handling peer disconnects) | ||||
* | initial commit for new backend (eth.Ethereum) | zelig | 2014-12-15 | 1 | -0/+357 |
| | |||||
* | initial commit for eth blockpool + test | zelig | 2014-12-15 | 2 | -0/+712 |
| | |||||
* | eth protocol changes | zelig | 2014-12-15 | 2 | -70/+122 |
| | | | | | | | | | - changed backend interface - using callbacks for blockPool - use rlp stream for lazy decoding - use peer as logger - add id (peer pubkey) to ethProtocol fields - add testPeer to protocol test (temporary) | ||||
* | no logging in error (to be refactored into p2p) | zelig | 2014-12-15 | 1 | -6/+0 |
| | |||||
* | initial commit for eth-p2p integration | zelig | 2014-12-15 | 3 | -0/+500 |