quorum/eth
zelig 2dd8f41147 eth protocol changes
- 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)
2014-12-14 20:37:07 +00:00
..
backend.go initial commit for new backend (eth.Ethereum) 2014-12-14 20:27:06 +00:00
block_pool.go blockpool rewritten , tests broken FIXME 2014-12-14 20:27:06 +00:00
block_pool_test.go initial commit for eth blockpool + test 2014-12-14 20:27:06 +00:00
error.go add protocol error types specific to blockpool 2014-12-14 20:27:06 +00:00
protocol.go eth protocol changes 2014-12-14 20:37:07 +00:00
protocol_test.go eth protocol changes 2014-12-14 20:37:07 +00:00