Skip to content

Releases: ChainSafe/discv5

enr: v6.0.1

16 Mar 15:52
3f59d9c

Choose a tag to compare

6.0.1 (2026-03-16)

Bug Fixes

  • enr: prevent RangeError crash on malformed ENR port values (#333) (3ffc7c6)

discv5: v12.0.1

16 Mar 15:52
3f59d9c

Choose a tag to compare

12.0.1 (2026-03-16)

Bug Fixes

  • use per-family vote pools for dual-stack ENR auto-discovery (#334) (1198de5)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chainsafe/enr bumped to 6.0.1

enr-v6.0.0

11 Feb 15:01
86ed39d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: discv5-v11.0.4...enr-v6.0.0

discv5-v12.0.0

11 Feb 15:01
86ed39d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: discv5-v11.0.4...discv5-v12.0.0

discv5: v11.0.4

10 Sep 19:40
3c50f06

Choose a tag to compare

11.0.4 (2025-09-10)

Bug Fixes

  • allow IPv4 and IPv6 to bind to the same port in dual-stack mode (#318) (fe2e35e)

discv5: v11.0.3

12 Aug 20:47
13f4637

Choose a tag to compare

11.0.3 (2025-08-12)

Bug Fixes

  • allow dual stack to use the same port (#316) (bba43cf)

discv5: v11.0.2

23 Apr 14:59
975cb19

Choose a tag to compare

11.0.2 (2025-04-23)

Bug Fixes

enr: v5.0.1

21 Apr 19:19
5697659

Choose a tag to compare

5.0.1 (2025-04-15)

Bug Fixes

discv5: v11.0.1

21 Apr 19:19
5697659

Choose a tag to compare

11.0.1 (2025-04-15)

Bug Fixes

  • leading zeros stripped from request id (#312) (c6a8739)
  • SessionService should send challenge even with active challenge (#311) (62c1054)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @chainsafe/enr bumped from ^5.0.0 to ^5.0.1

enr: v5.0.0

28 Jan 00:35
e90bd18

Choose a tag to compare

5.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • Convert buffer usage to Uint8Array (#306)

Features