Skip to content

Partial blockchain.address.* implementations

Dagur Valberg Johannsson requested to merge github/fork/dagurval/addr into master

Created by: dagurval

Adds:

  • blockchain.address.get_balance
  • blockchain.address.get_first_use
  • blockchain.address.get_history
  • blockchain.address.listunspent

Also fixes issue where listunspent would return wrong height for unconfirmed transactions (with tests)

Merge request reports