v0.3.0
What's changed?
- Dropped generic authentication and added support for custom headers. #47
- Added the
sandbox_fast_forward
RPC Method. #38 - Upgraded
nearcore
crates tov0.12.0
#48 - Executing the examples now allows custom RPC addr specification with interactive server selection. b130118 c5e938a
JsonRpcClient::connect
is now generic over any url-like type.Url
,&str
,String
and&String
are all supported. #35JsonRpcClient
now defaults to theUnauthenticated
state, easing a type specification pain point. #36
Crate Link: https://crates.io/crates/near-jsonrpc-client/0.3.0
Full Changelog: v0.2.0...v0.3.0