Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 2.98 KB

File metadata and controls

75 lines (41 loc) · 2.98 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.8.4 - 2026-03-03

Added

  • handle minimal tx response for NONE/INCLUDED wait_until (#128)
  • Implement Deref for NonDelegateAction and format output (#119)

Other

  • upgrade to Rust edition 2024 (#118)

0.8.3 - 2026-01-21

Added

  • serialize U128 and U64 as JSON strings (#112)
  • updated openapi types to 0.7 (#104)

0.8.2 - 2025-12-14

Fixed

  • race in Signer::fetch_tx_nonce (#101)

0.8.0 - 2025-12-04

Added

  • Add NEP-413 message verification (#98)
  • updated account id to v2, updated openapi-types, fixed DeterministicStateInit action serialization (#97)

Other

  • restricted usage of unwrap and expects, removed some unwraps in signing (#96)
  • [breaking] defer errors for contract interaction (#93)

0.7.8 - 2025-11-26

Synchronize version with near-api

0.7.3 - 2025-11-10

Added

  • added assert_failure method similar to assert_success
  • helper methods to improve dev and test experience (#83)

0.7.2 - 2025-11-03

Other

  • restored back to 2021 edition

0.7.1 - 2025-10-28

Fixed

  • (types) do not encode in base64 twice (#71)

0.7.0 - 2025-10-13

Added

  • removed near-sandbox from near-api (#69)
  • updated types to the latest version, added support for DeterministicAccountStateInit (#68)