Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Releases: coblox/bitcoinrpc-rust-client

Release v0.4.0

29 Oct 22:15
47fef3e
Compare
Choose a tag to compare
Merge pull request #37 from coblox/version-0.4

Bump to version 0.4

Release v0.3.0

12 Oct 04:58
3d6d11c
Compare
Choose a tag to compare

Breaking change: Upgrade to jsonrpc-client v0.2

Release v0.2.0

21 Sep 01:47
2953c19
Compare
Choose a tag to compare

Includes a few breaking changes:

  • Removes obsolete impl methods on Address
  • Introduces get_block_verbose RPC call amongst others. To avoid duplication, the implementation of get_block was changed to return a Block<TransactionId> instead of Block.

Default trait implementation

29 Aug 05:21
Compare
Choose a tag to compare

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

24 Aug 07:37
827568f
Compare
Choose a tag to compare
Merge pull request #6 from coblox/use-jsonrpc-crates.io

Use jsonrpc version from crates.io