Sway Libs v0.25.0 is out!

A newer version of Sway libs is out
:link: Release Notes

New Additions

  • Big Integers Library with the BigUint type. (#326)
  • Sparse Merkle Proof Library introduced. (#329)
  • TotalOrd trait implemented for I8, I16, I32, I64, I128, and I256. (#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, and fuels v0.70.0. (#327)
  • Prepped for v0.25.0 release. (#334)

Breaking Changes

  • Binary Merkle Library imports are now broken. (#329)
  • LEAF, NODE, leaf_digest(), and node_digest() functions/constants have breaking changes. (#329)
  • _with_configurables() functions removed from Bytecode Library in favor of Option. (#330)
  • ::min() and ::max() functions changed for I8, I16, I32, I64, I128, and I256. (#312)
  • Updated to forc v0.67.0 — earlier versions are incompatible. (#334)