an object to manage sets of peers, their addresses and other metadata
Go to file
2019-02-28 18:34:51 +00:00
.gx gx publish 2.0.19 2019-02-26 19:57:18 +00:00
addr add mafmt import alias. 2018-09-07 12:43:27 +01:00
pb pstoreds: switch protobuf compilation to gogofaster. 2019-02-19 17:41:14 +00:00
pstoreds migrate to multiformats/go-base32. 2019-02-28 18:34:51 +00:00
pstoremem add keybook benchmarks 2018-11-07 15:48:31 +10:00
queue gx-go unrewrite. 2018-09-02 12:10:55 +01:00
test pstore ds: make gc lookahead window optional. 2019-02-06 09:35:10 +00:00
.gitignore update travis.yml for coveralls 2016-08-19 15:01:56 -07:00
.travis.yml add go.mod and update travis. 2019-02-28 17:04:29 +00:00
codecov.yml codecov: ignore protobuf go sources. 2018-11-28 00:57:08 +00:00
go.mod migrate to multiformats/go-base32. 2019-02-28 18:34:51 +00:00
go.sum migrate to multiformats/go-base32. 2019-02-28 18:34:51 +00:00
interface.go add io.Closer interface and implementation to Peerstore. 2019-02-19 11:45:32 +00:00
LICENSE Add license and readme 2016-04-15 20:21:56 -07:00
Makefile fix CI, vet, and annoying types 2016-10-04 18:01:51 -07:00
metrics_test.go gx-go unrewrite. 2018-09-02 12:10:55 +01:00
metrics.go gx-go unrewrite. 2018-09-02 12:10:55 +01:00
package.json migrate to multiformats/go-base32. 2019-02-28 18:34:51 +00:00
peerinfo_test.go add marshal unittest #393 2018-11-09 11:13:06 +08:00
peerinfo.go bug fix: UnmarshalJSON should take a pointer 2018-11-08 10:40:39 +08:00
peerstore.go pstore.Close(): return errors from children. 2019-02-22 14:39:51 +00:00
README.md README: Update contributing guideline linkrot. 2018-11-25 12:45:28 -08:00

go-libp2p-peerstore

GoDoc Coverage Status Build Status

An object to manage peers, their addresses, and other metadata about them.

Install

go get github.com/libp2p/go-libp2p-peerstore

Usage

Check out the GoDocs.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT