This PR updates the node rpc validateaddress to better seperate the wallet and the node. The rpc was returning ismine and iswatch only. These values were moved to the wallet rpc method getaddressinfo. This corresponds to a change in bitcoind and bcoin. The updated validateaddress rpc returns the values: - isvalid - address - ismine - iswatchonly - isscript - isspendable - witness_version - witness_program See PR in bcoin: https://github.com/bcoin-org/bcoin/pull/731 See PR in bitcoind: https://github.com/bitcoin/bitcoin/pull/10583 |
||
|---|---|---|
| .. | ||
| fullnode.js | ||
| http.js | ||
| index.js | ||
| node.js | ||
| rpc.js | ||
| spvnode.js | ||