This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
Releases: coblox/bitcoinrpc-rust-client
Releases · coblox/bitcoinrpc-rust-client
Release v0.4.0
Merge pull request #37 from coblox/version-0.4 Bump to version 0.4
Release v0.3.0
Breaking change: Upgrade to jsonrpc-client v0.2
Release v0.2.0
Includes a few breaking changes:
- Removes obsolete impl methods on
Address
- Introduces
get_block_verbose
RPC call amongst others. To avoid duplication, the implementation ofget_block
was changed to return aBlock<TransactionId>
instead ofBlock
.
Default trait implementation
This release adds default implementation with unimplemented!()
to all methods on the BitcoinRpcApi
trait.
This allows for easier use in mocking because you can just override the method you are about.
Initial release
Merge pull request #6 from coblox/use-jsonrpc-crates.io Use jsonrpc version from crates.io