go-libp2p-core/peer
Marten Seemann ce87a27857 deprecate peer.ID.Pretty
1. It's an alias for peer.ID.String
2. fmt.Stringer is the idiomatic way to get a string representation in Go.
2022-07-07 11:46:15 +00:00
..
pb Signed envelopes & routing records (#73) 2020-02-10 14:53:24 -05:00
addrinfo_serde.go feat: harden encoding/decoding functions against panics (#243) 2022-04-18 12:40:37 -07:00
addrinfo_test.go remove deprecated functions in the peer package (#205) 2021-07-22 12:17:36 -07:00
addrinfo.go remove deprecated functions in the peer package (#205) 2021-07-22 12:17:36 -07:00
peer_serde_test.go absorb {crypto,peer} test utils. (#8) 2019-05-23 16:07:58 +01:00
peer_serde.go remove deprecated functions in the peer package (#205) 2021-07-22 12:17:36 -07:00
peer_test.go deprecate peer.ID.Pretty 2022-07-07 11:46:15 +00:00
peer.go deprecate peer.ID.Pretty 2022-07-07 11:46:15 +00:00
record_test.go fix: make timestamps strictly increasing (#201) 2021-07-16 15:02:22 -07:00
record.go feat: harden encoding/decoding functions against panics (#243) 2022-04-18 12:40:37 -07:00