go-libp2p-peerstore/pstoreds
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 ds key encoding: b58 => b32 (no padding). 2018-10-04 10:51:57 +01:00
cache.go increase benchmark coverage; introduce config struct. 2018-09-07 17:45:29 +01:00
ds_test.go run tests against multiple datastores. 2018-10-04 10:50:45 +01:00
keybook.go update to match new ExtractPublicKey API 2018-10-16 11:31:32 +01:00
metadata.go ds key encoding: b58 => b32 (no padding). 2018-10-04 10:51:57 +01:00
peerstore.go ds key encoding: b58 => b32 (no padding). 2018-10-04 10:51:57 +01:00