aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/message_test.go
Commit message (Collapse)AuthorAgeFilesLines
* eth, p2p: remove EncodeMsg from p2p.MsgWriterFelix Lange2015-01-061-3/+3
| | | | | | | | | | | | ...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.
* Merge pull request #204 from fjl/fix-p2p-disconnectJeffrey Wilcke2014-12-151-0/+63
|\ | | | | p2p: fix decoding of disconnect reason
| * p2p: add MsgPipe for protocol testingFelix Lange2014-12-151-0/+63
| |
* | Fixed testsobscuren2014-12-101-1/+1
|/
* p2p: remove Msg.Value and MsgLoopFelix Lange2014-11-251-11/+11
|
* p2p: use package rlp for baseProtocolFelix Lange2014-11-251-1/+1
|
* p2p: use package rlpFelix Lange2014-11-251-0/+3
|
* p2p: rework protocol APIFelix Lange2014-11-221-23/+52
|
* initial commit of p2p packagezelig2014-10-231-0/+38