go-libp2p-peerstore/pstoremem
Steven Allen 588ab36ce8 update to match new ExtractPublicKey API
This is a "more correct" API and we might as well fix this before it becomes
used all over the place. The new API returns ErrNoPublicKey when there is no
inlined key.

This *also* fixes a bug where the datastore-backed keystore would panic if
`ExtractPublicKey` returned `nil, nil`.
2018-10-16 11:31:32 +01:00
..
addr_book.go store expiring addrs by pointer 2018-10-14 15:11:35 +01:00
inmem_test.go Merge branch 'master' into txndatastore 2018-09-11 14:13:14 +01:00
keybook.go update to match new ExtractPublicKey API 2018-10-16 11:31:32 +01:00
metadata.go datastore-backed impls of KeyBook and PeerMetadata. 2018-09-28 14:04:52 +01:00
peerstore.go rename NewPeerstoreWith(...) => NewPeerstore(...); adjust godoc. 2018-09-05 15:14:57 +01:00