an object to manage sets of peers, their addresses and other metadata
Go to file
Raúl Kripalani 4c43736fe9 pstoreds: tighten up gc-based peerstore.
Introduces custom types in protobuf to serde directly into multiaddrs
and peer IDs. Simplify purge by ordering addrs by expiry. In general,
getting this readier for merge.
2018-11-15 13:32:08 +00:00
.gx gx publish 2.0.11 2018-11-09 15:31:38 -08:00
addr add mafmt import alias. 2018-09-07 12:43:27 +01:00
pb pstoreds: tighten up gc-based peerstore. 2018-11-15 13:32:08 +00:00
pstoreds pstoreds: tighten up gc-based peerstore. 2018-11-15 13:32:08 +00:00
pstoremem update to match new ExtractPublicKey API 2018-10-16 11:31:32 +01:00
queue gx-go unrewrite. 2018-09-02 12:10:55 +01:00
test fix the inline key test 2018-11-02 15:24:44 -07:00
.gitignore update travis.yml for coveralls 2016-08-19 15:01:56 -07:00
.travis.yml ci: update go 2018-11-02 15:49:58 -07:00
codecov.yml Update Travis CI to use standard test script and go 1.9.x. 2017-11-17 03:09:24 -05:00
interface.go datastore-backed impls of KeyBook and PeerMetadata. 2018-09-28 14:04:52 +01: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 gx publish 2.0.11 2018-11-09 15:31:38 -08: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 normalise import aliases. 2018-09-07 18:46:23 +01:00
README.md fix links in readme. 2018-09-27 20:59:57 +01: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