go-libp2p-core/record
Yusef Napora ae3bc7bdfb cleanup DefaultRecord code a bit
- removes unused error return from blankRecordForPayloadType
- just references instead of copying in DefaultRecord.UnmarshalRecord
  I figure this is likely safe, since we'll be unmarshalling from the
  payload of an Envelope, which shouldn't get altered after it's
  created.
2020-01-17 16:52:59 -05:00
..
pb rename SignedEnvelope -> Envelope, unmarshal payload in ConsumeEnvelope 2020-01-17 10:42:26 -05:00
envelope_test.go rename SignedEnvelope -> Envelope, unmarshal payload in ConsumeEnvelope 2020-01-17 10:42:26 -05:00
envelope.go Revert "return buffer to pool before early return" 2020-01-17 15:43:33 -05:00
record_test.go use a DefaultRecord for unregistered PayloadTypes 2020-01-17 16:43:55 -05:00
record.go cleanup DefaultRecord code a bit 2020-01-17 16:52:59 -05:00