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.
0.8.4 - 2026-03-03
- handle minimal tx response for NONE/INCLUDED wait_until (#128)
- Implement Deref for NonDelegateAction and format output (#119)
- upgrade to Rust edition 2024 (#118)
0.8.3 - 2026-01-21
0.8.2 - 2025-12-14
- race in
Signer::fetch_tx_nonce(#101)
0.8.0 - 2025-12-04
- Add NEP-413 message verification (#98)
- updated account id to v2, updated openapi-types, fixed DeterministicStateInit action serialization (#97)
- 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 assert_failure method similar to assert_success
- helper methods to improve dev and test experience (#83)
0.7.2 - 2025-11-03
- restored back to 2021 edition
0.7.1 - 2025-10-28
- (types) do not encode in base64 twice (#71)