dcdpr / btcr-DID-method

BTCR is the reference Decentralized Identifier (DID) method for the Bitcoin blockchain
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

update bitcoinRPCFacade to reflect recent RPC method changes in bitcoind 0.18+ #32

Closed danpape closed 4 years ago

danpape commented 4 years ago

The bitcoin-api-cpp library we are using is getting out of date, and the maintainer isn't merging PRs he's been getting (including an older one I sent). So, I have been implementing missing functions and re-implementing one that was broken in our wrapper class, BitcoinRPCFacade.