Releases: nlordell/ethnum-rs
Releases · nlordell/ethnum-rs
Release v1.4.0
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
- @stanislav-tkach made their first contribution in #28
Full Changelog: v1.3.2...v1.4.0
Release v1.3.2
Release v1.3.1
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
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
- @anton-lisanin made their first contribution in #20
Full Changelog: v1.2.2...v1.3.0
Release v1.2.2
Release v1.2.1
Release v1.2.0
Release v1.1.1
Minor release with some documentation fixes.
Release v1.1.0
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
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
- @davidli2010 made their first contribution in #2
Full Changelog: v1.0.3...v1.0.4