go-libp2p-peerstore/pstoreds
Steven Allen 517a48433f chore: cleanup addr book patch
1. Remove duplicate import.
2. Lift empty check to simplify code.
3. Use a more efficient map key (go will optimize this to not allocate).
2021-07-20 17:30:09 -07:00
..
addr_book_gc_test.go test: use leveldb instead of badger 2021-07-16 19:45:29 -07:00
addr_book_gc.go chore(dep): update go-log 2020-02-17 11:38:14 -05:00
addr_book.go chore: cleanup addr book patch 2021-07-20 17:30:09 -07:00
cache.go add Keys() function to private cache interface for completeness. 2018-11-15 18:39:38 +00:00
cyclic_batch.go chore: update to latest go error handling 2021-07-16 10:38:00 -07:00
ds_test.go fix: avoid using the disk in datastore tests 2021-07-20 17:18:43 -07:00
keybook.go Certified addresses (#98) 2020-03-06 12:07:36 +00:00
metadata.go fix: handle nil peer IDs 2020-04-05 23:05:41 -07:00
peerstore.go fix: avoid copying locks/waitgroups 2021-07-15 17:16:22 -07:00
protobook.go changes for the new interface 2020-05-11 13:07:08 +05:30