v0.4.0
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 enablerustls
as an alternative tonative-tls
. #103 - Switched to using
log::debug!
instead oflog::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. 🎉