Skip to content

Releases: sigp/enr

v0.13.0

29 Oct 05:02
40320f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

17 Jun 00:36
f04dc43
Compare
Choose a tag to compare

Version

This is a patch version as the changes in this release involve fixing an decoding error that was created in v0.12.0. The extra changes do not break the API, rather add some extra functions for dedicated EIP7636 support.

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

What's Changed

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

18 Apr 09:39
0294f6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

09 Apr 05:39
df661bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

17 Mar 21:49
83cd989
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

28 Nov 23:31
fe8c448
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

19 Sep 07:29
6553de9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

20 Jul 00:46
aa972dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

27 Apr 01:42
462b9b0
Compare
Choose a tag to compare

v0.8.1

This release contains the following changes:

  • Using serde integers with the RLP encoder (#21)
  • Update secp256k1 to 0.27 (#28)
  • Serde NodeId (#27)
  • Checking existence of port fields (#29)
  • Checking the rlp size when creating a record from string (#30)

v0.8.0

10 Mar 01:42
0c6039d
Compare
Choose a tag to compare

This release contains the following changes:

  • Bump ed25519-dalek dependency to v2.0.0-pre.0 (#23)
  • Bump k256 dependency to v0.13 (#22)
  • remove unused dep (#19)
  • Bump secp256k1 (#17)
  • fix clippy lints (#16)
  • feat: impl IntoIterator for Enr (#14)
  • refactor: swap Enr Debug and Display impl and enhance Debug impl (#15)
  • Fix links in docs (#11)