Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 10:18
56b1a7d

What's changed?

  • Dropped generic authentication and added support for custom headers. #47
  • Added the sandbox_fast_forward RPC Method. #38
  • Upgraded nearcore crates to v0.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. #35
  • JsonRpcClient now defaults to the Unauthenticated 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