Skip to content

Releases: nlordell/ethnum-rs

v1.5.2

24 May 05:17
2afaacd

Choose a tag to compare

What's Changed

  • Temporarily Revert Manual PartialEq Implementation by @nlordell in #52

Full Changelog: v1.5.1...v1.5.2

v1.5.1

16 Apr 08:43
016bf1f

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

16 Apr 08:07
1cd9388

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

29 Aug 11:13

Choose a tag to compare

What's Changed

  • Fix the deserialization from JSON for I256 and U256 types with custom endianness by @stanislav-tkach in #28
  • Update instructions for building with LLVM intrinsics
  • Add support for overriding CLANG binary path when building with LLVM intrinsics

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

20 Nov 11:40

Choose a tag to compare

What's Changed

  • Use exact versions for workspace dependencies

Full Changelog: v1.3.1...v1.3.2

v1.3.1

20 Nov 11:36

Choose a tag to compare

What's Changed

  • Improved procedural macros to allow for crate renaming and re-exporting.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

18 Sep 22:22

Choose a tag to compare

What's Changed

  • Add optional binary serialization by @anton-lisanin in #20
  • Add procedural macro for 256-bit integer literals in 809d435
  • Add abs_diff API in 325e1cf
  • Big and little endian byte-serialization in 1bf3e85

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

03 Aug 20:34

Choose a tag to compare

What's Changed

  • div_mod_knuth added by @mcseemk in #18

New Contributors

  • @mcseemk made their first contribution in #18

Full Changelog: v1.2.1...v1.2.2

v1.2.1

31 May 18:32

Choose a tag to compare

What's Changed

  • Added permissive deserialization 65f7294

Full Changelog: v1.2.0...v1.2.1

v1.2.0

31 May 16:55
a0881d6

Choose a tag to compare

What's Changed

  • Added serde feature and support by (#15)

Full Changelog: v1.1.1...v1.2.0