ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
477 stars 186 forks source link

RPC changes on Bitcoin v0.18.0 #90

Closed justinmeiners closed 5 years ago

justinmeiners commented 5 years ago

Related to #77.

https://bitcoincore.org/en/releases/0.18.0/

Of particular importance for me is the removal of signrawtransaction

signrawtransaction is removed after being deprecated and hidden behind a special configuration option in version 0.17.0.

This is now replaced with: signrawtransactionwithkey

jeamick commented 5 years ago

The issue you are currently referring to is discussed there too : https://github.com/ruimarinho/bitcoin-core/pull/80

pedrobranco commented 5 years ago

@justinmeiners In the next few days a minor release will come out with this new method.

pedrobranco commented 5 years ago

Already available in version 2.2.0.