Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.52 KB

File metadata and controls

61 lines (40 loc) · 2.52 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.5.0 - 2025-03-16

Added

  • added map method to query builders (#45)
  • (types::contract) add BuildInfo field to ContractSourceMetadata (#46)
  • [breaking] NEP-413 support (#37)

Other

  • [breaking] updates near-* dependencies to 0.29 release (#51)
  • added rust backward compatibility job, updated project readme (#48)
  • [breaking] documented types (#44)
  • added cargo words to supported dictionary (#43)
  • [breaking] added spellcheck (#42)
  • [breaking] documented all the builders. API changes (#39)
  • documented network config (#35)

0.4.0 - 2024-12-19

Added

  • added ability to specify backup rpc for connecting to the network (#28)
  • don't retry on critical errors (query, tx) (#27)

Other

  • updates near-* dependencies to 0.28 release. Removed Cargo.lock (#33)
  • [breaking] added documentation for root level and signer module (#32)
  • added CODEOWNERS (#31)
  • removed prelude and filtered entries. (#29)
  • replaced SecretBuilder with utility functions (#26)
  • [breaking] replaced deploy method as a static method (#18)

0.3.0 - 2024-11-19

Added

  • added querying block, block hash, and block number (#9)
  • added prelude module (#9)

Other

  • [breaking] updated near-* dependencies to 0.27 release (#13)

0.2.1 - 2024-10-25

Added

  • added retry to querying. Simplified retry logic. (#7)

Other

  • Update README.md