Skip to content

Releases: near/near-api-rs

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

near-api-v0.7.7

11 Nov 11:17
2712ff8

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.3

11 Nov 11:14
2712ff8

Choose a tag to compare

Added

  • added assert_failure method similar to assert_success
  • helper methods to improve dev and test experience (#83)

near-api-v0.7.6

03 Nov 21:06
324c18c

Choose a tag to compare

Other

  • fixed MultiQueryResponseHandler for 3 queries

near-api-v0.7.5

03 Nov 15:59
e57e256

Choose a tag to compare

Other

  • restored back to 2021 edition

near-api-types-v0.7.2

03 Nov 15:57
e57e256

Choose a tag to compare

Other

  • restored back to 2021 edition

near-api-v0.7.4

31 Oct 17:04
8a8b8c2

Choose a tag to compare

Added

  • added ft_transfer_call and nft_transfer_call support

Other

  • deprecate error invariant
  • do not fail if NoMetadata in token
  • use NearToken for serialization

near-api-v0.7.3

30 Oct 15:35
fc263f4

Choose a tag to compare

Added

  • added max_gas to transaction construction as well

near-api-v0.7.2

30 Oct 14:36
f963e9a

Choose a tag to compare

Added

  • added call_function_raw and call_function_borsh and max_gas functions (#73)

Other

  • keep it api compatible