A newer version of Sway libs is out
Release Notes
New Additions
- Big Integers Library with the
BigUinttype. (#326) - Sparse Merkle Proof Library introduced. (#329)
TotalOrdtrait implemented forI8,I16,I32,I64,I128, andI256. (#312)- BigInt inline tests added for expected behavior on overflow and unsafe math. (#333)
Changes
- Updated repository to
forc v0.66.7,fuel-core v0.41.4, andfuels v0.70.0. (#327) - Prepped for
v0.25.0release. (#334)
Breaking Changes
- Binary Merkle Library imports are now broken. (#329)
LEAF,NODE,leaf_digest(), andnode_digest()functions/constants have breaking changes. (#329)_with_configurables()functions removed from Bytecode Library in favor ofOption. (#330)::min()and::max()functions changed forI8,I16,I32,I64,I128, andI256. (#312)- Updated to
forc v0.67.0— earlier versions are incompatible. (#334)