Skip to content

Releases: nlordell/ethnum-rs

Release v1.4.0

29 Aug 11:13
Compare
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

Release v1.3.2

20 Nov 11:40
Compare
Choose a tag to compare

What's Changed

  • Use exact versions for workspace dependencies

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

Release v1.3.1

20 Nov 11:36
Compare
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

Release v1.3.0

18 Sep 22:22
Compare
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

Release v1.2.2

03 Aug 20:34
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release v1.2.1

31 May 18:32
Compare
Choose a tag to compare

What's Changed

  • Added permissive deserialization 65f7294

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

Release v1.2.0

31 May 16:55
a0881d6
Compare
Choose a tag to compare

What's Changed

  • Added serde feature and support by (#15)

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

Release v1.1.1

22 Feb 18:56
Compare
Choose a tag to compare

Minor release with some documentation fixes.

Release v1.1.0

21 Feb 17:03
Compare
Choose a tag to compare

What's Changed

  • Add 256-bit Signed Integer Support (#9)
  • Fix bug in multiplication overflow detection (dec41db)
  • Add saturating division for consistency with standard integers (17e2809)

Full Changelog: v1.0.4...v1.1.0

Release v1.0.4

13 Dec 15:25
Compare
Choose a tag to compare

What's Changed

  • Improve udivmod4 by @davidli2010 in #2
  • Fixed LLVM IR attributes for generated intrinsics to work with older versions of Clang in 21d4a6d

New Contributors

Full Changelog: v1.0.3...v1.0.4