itns-sidechain/lib/node
Mark Tyneway 62b4de584c rpc: update node rpc validateaddress
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
2019-04-08 17:33:30 -07:00
..
fullnode.js blockchain: remove coin-cache 2019-03-29 14:32:51 -07:00
http.js http: identify node/wallet in log 2019-02-05 10:34:50 -08:00
index.js pkg: rename to hsd. 2018-08-01 20:00:09 -07:00
node.js deps: upgrade to modern bns and bcrypto. 2018-09-29 14:51:22 -07:00
rpc.js rpc: update node rpc validateaddress 2019-04-08 17:33:30 -07:00
spvnode.js covenants: implement mass name revocation safeguards. see #103. 2019-04-01 06:25:40 -07:00