Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |