Skip to content

Releases: near/near-sdk-rs

near-sdk-v5.5.0

11 Sep 17:29
f5caed2
Compare
Choose a tag to compare

Other

  • Updated near-* dependendencies to v0.26.0. Migrated testing blockchain mock to C-unwind (#1244)

near-sdk-macros-v5.5.0

11 Sep 17:29
f5caed2
Compare
Choose a tag to compare
chore: Release package near-sdk-macros version 5.5.0

near-contract-standards-v5.5.0

11 Sep 17:30
f5caed2
Compare
Choose a tag to compare

Other

  • Updated near-* dependendencies to v0.26.0. Migrated testing blockchain mock to C-unwind (#1244)

near-sdk-v5.4.0

04 Sep 17:46
9c68e71
Compare
Choose a tag to compare

Other

  • updates near-* dependencies to 0.25.0 (#1242)
  • updates near-workspaces-rs (#1239)

near-sdk-macros-v5.4.0

04 Sep 17:46
9c68e71
Compare
Choose a tag to compare
chore: Release package near-sdk-macros version 5.4.0

near-contract-standards-v5.4.0

04 Sep 17:47
9c68e71
Compare
Choose a tag to compare

Fixed

  • Fix storage management error message with proper amount (#1222)

near-sdk-v5.3.0

14 Aug 11:51
4551e43
Compare
Choose a tag to compare

Added

  • Introduced 'remove' method for 'near_sdk::store::Lazy' collection (#1238)
  • Allow store collection iterators to be cloned (this enables standard Iterator methods like cycle()) (#1224)

Fixed

  • Fix storage management error message with proper amount (#1222)
  • Fixed compilation errors after Rust 1.80 latest stable release (#1227)

Other

  • updates near-* dependencies to 0.24.0 (#1237)
  • Include all examples into CI testing suite (#1228)
  • Optimized up to 10% contract binary size by using near_sdk::env::panic_str instead of expect calls (#1220)
  • Fixed Rust 1.80 new warning by adding cargo:rustc-check-cfg for __abi-embed-checked feature in near-sdk-macros build.rs (#1225)

near-sdk-macros-v5.3.0

14 Aug 11:51
4551e43
Compare
Choose a tag to compare
chore: Release package near-sdk-macros version 5.3.0

near-contract-standards-v5.3.0

14 Aug 11:52
4551e43
Compare
Choose a tag to compare

Fixed

  • Fix storage management error message with proper amount (#1222)

near-sdk-v5.2.1

05 Jul 13:32
5c9eaea
Compare
Choose a tag to compare

Fixed

  • (nep330) Fallback to CARGO_PKG_REPOSITORY and CARGO_PKG_VERSION when NEP330_* variables are not provided (#1215)