This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-libp2p-dht
mirror of
https://github.com/status-im/nim-libp2p-dht.git
Watch
2
Star
0
Fork
You've already forked nim-libp2p-dht
0
Code
Issues
Projects
Releases
Wiki
Activity
d14222e8d1
nim-libp2p-dht
/
.gitignore
4 lines
32 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: Add CI Actions Add CI workflow to run tests. Add code coverage workflow that publishes results to CodeCov. Add CI and coverage badges to README. Bump asynctest to allow for `setupAll` and `teardownAll`. Add local coverage nimble task. Combine tests in to a testAll file.
2022-02-25 02:39:07 +00:00
coverage
feat: Swap PeerRecords with SignedPeerRecords Providers now add/get SignedPeerRecords to/from the DHT. Changed the PeerId calculation to use the public key of the discovery node.
2022-03-07 04:13:03 +00:00
nimcache
tests/testAll