Releases: sigp/discv5
v0.2.1
This release includes a number of small bug-fixes and improvements.
It introduces the ability to customize the protocol-id
via the ProtocolId
trait.
v0.1.0
This marks the first initial release.
The majority of the core components are stable. Although the specification is changing, as it stands this release marks a stable release of current discv5 specification.
v0.1.0-beta.13
This release updates dependencies which contained security advisory vulnerabilities.
v0.1.0-beta.11
v0.1.0-beta.10
This release contains a number of API modifications and a re-implementation of an LRU cache which should reduce the overhead in handling and sending discovery requests.
v0.1.0-beta.9
This release adds patches in the kbucket
which resolves inconsistent bucket states that could lead to panics in updating and removing nodes.
v0.1.0-beta.8
This release corrects an issue with updating a node status' in the routing table. The issue caused inconsistencies in variables that maintain the correct bucket state. See #77 for further details.
v0.1.0-beta.7
This release contains only dependency updates, specifically libp2p which contained the vulnerable libsecp256k1 crate.
v0.1.0-beta.6
v0.1.0-beta.5
Corrects core issues and a panic that was present in the v0.1.0-beta.4
version which has since been yanked from crates.io