You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multihash does not currently have a proper spec, but the canonical Go implementation includes an "identity" (null) hash that maps a byte array onto itself.
* remove peer_topics, use connected_peers instead
* remove topic_peers, use only connected
* clippy
* return earlier if number of peers is insuficient
* fix queue length and timeout config parameters
* remove unrequired curly braces
* add PeerId to ListenFailure
* remove peer from connected_peers if connection fails
* avoid panic'ing when peer is not on the connected peer list
* cargo clippy
* update CHANGELOG.md and increase version to pass CI
Multihash does not currently have a proper spec, but the canonical Go implementation includes an "identity" (null) hash that maps a byte array onto itself.
#555 depends on this
The text was updated successfully, but these errors were encountered: