Skip to content

Releases: near/near-api-rs

near-api-v0.8.3

21 Jan 21:07
e2d22ef

Choose a tag to compare

Added

  • serialize U128 and U64 as JSON strings (#112)
  • support for raw bytes response (#107)
  • updated openapi types to 0.7 (#104)

Fixed

  • use finalized block hash for transaction signing (#116)

near-api-types-v0.8.3

21 Jan 21:05
e2d22ef

Choose a tag to compare

Added

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

near-api-v0.8.2

14 Dec 14:32
5e0903a

Choose a tag to compare

Fixed

  • race in Signer::fetch_tx_nonce (#101)

near-api-types-v0.8.2

14 Dec 14:30
5e0903a

Choose a tag to compare

Fixed

  • race in Signer::fetch_tx_nonce (#101)

near-api-v0.8.1

11 Dec 13:50
9ef1d85

Choose a tag to compare

Added

  • added authorization header for api token

near-api-types-v0.8.1

11 Dec 13:48
9ef1d85

Choose a tag to compare

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)

near-api-v0.8.0

05 Dec 19:41
db278e4

Choose a tag to compare

Added

  • Add NEP-413 message verification (#98)
  • [breaking] signer interface improvement (#89)

Other

  • clean up comments in utils.rs
  • [breaking] simplify and remove PublicKeyProvider to improve code clarity (#95)
  • restricted usage of unwrap and expects, removed some unwraps in signing (#96)
  • migrated examples and tests to TestResult from unwraps
  • [breaking] defer errors for contract interaction (#93)

near-api-types-v0.8.0

05 Dec 19:38
db278e4

Choose a tag to compare

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)

near-api-v0.7.8

26 Nov 16:12
ac6de05

Choose a tag to compare

Added

  • helper methods to improve dev and test experience (#83)
  • added global_wasm method to Contract struct (#81)

near-api-types-v0.7.8

26 Nov 16:10
ac6de05

Choose a tag to compare

Synchronize version with near-api