quorum/p2p
Felix Lange 7964f30dcb p2p: msg.Payload contains list data
With RLPx frames, the message code is contained in the
frame and is no longer part of the encoded data.

EncodeMsg, Msg.Decode have been updated to match.
Code that decodes RLP directly from Msg.Payload will need
to change.
2015-03-04 12:27:24 +01:00
..
discover p2p/discover: add NodeID.Pubkey 2015-03-04 12:27:24 +01:00
nat p2p/nat: switch to github.com/huin/goupnp 2015-02-17 13:10:11 +01:00
handshake.go p2p: verify protocol handshake node ID 2015-03-04 12:27:24 +01:00
handshake_test.go p2p: make encryption handshake code easier to follow 2015-03-04 12:27:24 +01:00
message.go p2p: msg.Payload contains list data 2015-03-04 12:27:24 +01:00
message_test.go p2p: msg.Payload contains list data 2015-03-04 12:27:24 +01:00
peer.go p2p: msg.Payload contains list data 2015-03-04 12:27:24 +01:00
peer_error.go p2p: fixes for actual connections 2015-02-07 00:43:52 +01:00
peer_test.go p2p: msg.Payload contains list data 2015-03-04 12:27:24 +01:00
protocol.go p2p: print Cap as name/version 2015-02-13 23:54:34 +01:00
rlpx.go p2p: make RLPx frame MAC 16 bytes as defined in the spec 2015-03-04 12:27:24 +01:00
rlpx_test.go p2p: msg.Payload contains list data 2015-03-04 12:27:24 +01:00
server.go p2p: msg.Payload contains list data 2015-03-04 12:27:24 +01:00
server_test.go p2p: msg.Payload contains list data 2015-03-04 12:27:24 +01:00
testlog_test.go