plugeth/eth
Felix Lange eb0e7b1b81 eth, p2p: remove EncodeMsg from p2p.MsgWriter
...and make it a top-level function instead.

The original idea behind having EncodeMsg in the interface was that
implementations might be able to encode RLP data to their underlying
writer directly instead of buffering the encoded data. The encoder
will buffer anyway, so that doesn't matter anymore.

Given the recent problems with EncodeMsg (copy-pasted implementation
bug) I'd rather implement once, correctly.
2015-01-06 12:23:38 +01:00
..
test Merge 2015-01-05 17:10:42 +01:00
backend.go Merge 2015-01-05 17:10:42 +01:00
block_pool_test.go Merge 2015-01-05 17:10:42 +01:00
block_pool.go unclean shutdown for now 2015-01-05 17:15:25 +01:00
error.go Merge 2015-01-05 17:10:42 +01:00
peer_util.go made mist in a compilable, workable state using the new refactored packages 2014-12-15 13:00:29 +01:00
protocol_test.go eth, p2p: remove EncodeMsg from p2p.MsgWriter 2015-01-06 12:23:38 +01:00
protocol.go eth, p2p: remove EncodeMsg from p2p.MsgWriter 2015-01-06 12:23:38 +01:00
wallet.go BlockManager => BlockProcessor 2015-01-05 00:18:44 +01:00