Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.44 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.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