Skip to content

Releases: near/near-jsonrpc-client-rs

v0.12.0

21 Aug 15:49
c9b5e57
Compare
Choose a tag to compare

Other

  • updated near-* to 0.25.0 (#154)

v0.11.0

09 Aug 14:20
Compare
Choose a tag to compare

Other

  • updated near-* crates to allow 0.24.0 in addition to all the previously supported versions (#151)

v0.10.2 (yanked and released as 0.11.0)

09 Aug 10:18
5b219f6
Compare
Choose a tag to compare

Other

  • updated near-* crates to allow 0.24.0 in addition to all the previously supported versions (#151)

v0.10.1

19 Jun 09:23
0e63ad1
Compare
Choose a tag to compare

Other

  • Updated near-deps to 0.23.0 (#148)

v0.10.0

07 Jun 14:51
a1248c9
Compare
Choose a tag to compare

Other

  • expose ChunkReference type used in chunk call (#144)
  • [breaking] Upgraded libraries to the latest versions: near-* 0.22 and reqwest 0.12 (#145)

v0.9.0

22 Apr 15:52
54a7510
Compare
Choose a tag to compare

Added

  • Upgrade near-primitives to 0.21.x and refactor the API adding wait_until flag, drop check_tx method (#136)

Other

  • removed array creation for parameters in fn params() implementation for send_tx method (#142)

v0.8.0

21 Jan 22:59
c1fdbd1
Compare
Choose a tag to compare

Other

  • [breaking] Upgraded NEAR crates to 0.20.0 release (#137)

v0.7.0

07 Jan 16:00
7e26f6c
Compare
Choose a tag to compare

Added

  • Added a new example to view contract state (#129)

Fixed

  • Fixed doc tests after the recent crate updates (#135)

Other

  • (docs) revise crate-level docs (#88)
  • (docs) revise README docs (#91)
  • (docs) revise module-level docs for RPC methods (#87)
  • (docs) document the experimental tx_status RPC method (#63)
  • (docs) document the experimental genesis_config RPC method (#64)
  • (docs) document the EXPERIMENTAL_protocol_config RPC method (#65)
  • (docs) document the EXPERIMENTAL_changes_in_block RPC method (#66)
  • (docs) document the EXPERIMENTAL_receipt RPC method (#67)
  • (docs) document the query RPC method (#68)
  • (docs) document the experimental validators_ordered RPC method (#69)
  • (docs) document the gas_price RPC method (#70)
  • (docs) document the EXPERIMENTAL_changes RPC method (#71)
  • (docs) document the EXPERIMENTAL_check_tx RPC method (#72)
  • (docs) document the sandbox_fast_forward RPC method (#75)
  • (docs) document the validators RPC method (#76)
  • (docs) document the next_light_client_block RPC method (#78)
  • (docs) document the broadcast_tx_async RPC method (#79)
  • (docs) document the broadcast_tx_commit RPC method (#80)
  • (docs) document the sandbox_patch_state RPC method (#81)
  • (docs) document the error types and variants in the errors module (#84)
  • (docs) document the generic methods::any() constructor (#89)
  • [breaking] Bump dependencies (#134)

v0.6.0

02 Jun 19:52
517ba06
Compare
Choose a tag to compare

Other

  • [breaking] Upgrade near primitive crates version to 0.17.0 (#126)

v0.5.1

22 Mar 17:43
2991aa7
Compare
Choose a tag to compare

What's changed?

  • Updated borsh to 0.10.2. #124

Crate Link: https://crates.io/crates/near-jsonrpc-client/0.5.1

Full Changelog: v0.5.0...v0.5.1

🎉 Thanks to @aleksuss for their contributions to this release. 🎉