Skip to content

Releases: near/near-api-rs

near-api-types-v0.6.1

06 Aug 12:32
3949bcb
Compare
Choose a tag to compare
chore: Release package near-api-types version 0.6.1

v0.6.1

05 Jul 06:09
9bb4400
Compare
Choose a tag to compare

Fixed

  • Fixed compilation errors when latest near-sdk-rs is used (#62)

v0.6.0

16 May 12:23
f5de08f
Compare
Choose a tag to compare

Added

  • [breaking] added support for the s Global Contracts (NEP-591) (#56)
  • [breaking] add field output_wasm_path to ContractSourceMetadata (#55)
  • add issues & prs to devtools project (#52)

Fixed

  • allow forks to leverage transfer-to-project workflow (#54)

Other

  • [breaking] updates near-* dependencies to 0.30 release (#59)
  • (near-contract-standards) deserialize ContractSourceMetadata::standards field so, as if it were optional

v0.5.0

17 Mar 10:45
2eeaa35
Compare
Choose a tag to compare

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)

v0.4.0

19 Dec 23:40
a04f161
Compare
Choose a tag to compare

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)

v0.3.0

19 Nov 02:16
87833ee
Compare
Choose a tag to compare

Added

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

Other

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

v0.2.1

25 Oct 12:13
4f9ffac
Compare
Choose a tag to compare

Added

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

Other

  • Update README.md

v0.2.0

16 Oct 19:52
3b59ff1
Compare
Choose a tag to compare

Initial release with the design inspired by near.cli.rs