Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 01:35
b526240

What's changed?

  • Updated nearcore dependencies, which now requires a MSRV of 1.64.0. #100, #110
  • Updated other dependencies, with some general improvements. #111
  • Added rustls-tls feature flag to enable rustls as an alternative to native-tls. #103
  • Switched to using log::debug! instead of log::info! for debug logging. #107
  • Fixed gas_price RPC method serialization. #73
  • Fixed query method error deserialization. #82
  • Reworked the JsonRpcError::handler_error method. #99
  • Moved auth specific logic behind a feature flag. #55
  • Added the methods::to_json() helper method for visualizing the serialization of the RPC methods. #49

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

Full Changelog: v0.3.0...v0.4.0

🎉 Thanks to @iTranscend, @joel-u410, @joshuajbouw, @medvedNick and @miraclx for their contributions to this release. 🎉