Skip to content

Releases: nlordell/ethnum-rs

v1.5.3

Choose a tag to compare

@nlordell nlordell released this 20 Apr 15:31
712d639

What's Changed

  • fix: replace transmute UB in error constructors with safe alternatives by @LuciferYang in #58

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

Choose a tag to compare

@nlordell nlordell released this 24 May 05:17
2afaacd

What's Changed

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

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

v1.5.1

Choose a tag to compare

@nlordell nlordell released this 16 Apr 08:43
016bf1f

What's Changed

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

v1.5.0

Choose a tag to compare

@nlordell nlordell released this 16 Apr 08:07
1cd9388

What's Changed

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

v1.4.0

Choose a tag to compare

@nlordell nlordell released this 29 Aug 11:13

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

Choose a tag to compare

@nlordell nlordell released this 20 Nov 11:40

What's Changed

  • Use exact versions for workspace dependencies

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

v1.3.1

Choose a tag to compare

@nlordell nlordell released this 20 Nov 11:36

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

Choose a tag to compare

@nlordell nlordell released this 18 Sep 22:22

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

Choose a tag to compare

@nlordell nlordell released this 03 Aug 20:34

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

Choose a tag to compare

@nlordell nlordell released this 31 May 18:32

What's Changed

  • Added permissive deserialization 65f7294

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