v0.2.0
What's Changed
- Updated nearcore version to
0.11.0
(near/nearcore#5943). - Fixed
chunk
method serialization. f40ad74 Client::call
no longer consumes the client. 471a53b- Implemented workaround for partially serialized server responses. #29
- Dropped base64 API token support in favor of a generic key-value approach. dd7761b
- Added examples to repo. #32
- Ensured
None
-typed wrapped errors are actual errors (i.e. have all traits attributed with errors, especiallyfmt::Display
). #34
Crate Link: https://crates.io/crates/near-jsonrpc-client/0.2.0
Full Changelog: v0.1.0...v0.2.0