Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.48 KB

Changelog.md

File metadata and controls

64 lines (45 loc) · 2.48 KB

Changelog

Bitcoin RPC Client 1.1.0

Tasks

  • #72 Remove support for methods that are no longer available
  • #84 Extend result returned from getblockchaininfo
  • #87 Change artifactId to a standard format
  • #91 Add generated changelog & release notes

For details see 1.1.0 tasks

Bugs

  • #88 Request for invalid Tx should fail

For details see 1.1.0 bugs

Bitcoin RPC Client 1.0.0

Features

  • #19 Add support for OP_RETURN data
  • #46 Add support for address type parameter
  • #62 Add support for listing watch only accounts

For details see 1.0.0 features

Tasks

  • #47 Review docs and functional scope for 0.17.0
  • #50 Replace the use of double with BigDecimal
  • #51 Restore support for jdk7
  • #56 Restore address uniqueness in createrawtransaction
  • #69 Propose a versioning scheme for this library

For details see 1.0.0 tasks

Bugs

  • #41 Signing raw transaction should work with TxInput
  • #52 Maps may not always contain requested key
  • #82 Potential NPE in estimateSmartFee

For details see 1.0.0 bugs