Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpc: update node rpc validateaddress #123

Merged
merged 1 commit into from
Apr 9, 2019

Conversation

tynes
Copy link
Contributor

@tynes tynes commented Apr 2, 2019

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: bcoin-org/bcoin#731
See PR in bitcoind: bitcoin/bitcoin#10583

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: bcoin-org/bcoin#731
See PR in bitcoind: bitcoin/bitcoin#10583
@codecov-io
Copy link

Codecov Report

Merging #123 into master will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #123      +/-   ##
=========================================
+ Coverage   43.81%   43.9%   +0.09%     
=========================================
  Files         126     126              
  Lines       35004   35004              
  Branches     5922    5922              
=========================================
+ Hits        15336   15370      +34     
+ Misses      19668   19634      -34
Impacted Files Coverage Δ
lib/node/rpc.js 21.19% <ø> (+0.06%) ⬆️
lib/utils/binary.js 56.41% <0%> (-2.57%) ⬇️
lib/protocol/network.js 74.67% <0%> (+0.64%) ⬆️
lib/wallet/http.js 45.45% <0%> (+0.67%) ⬆️
lib/wallet/wallet.js 33.16% <0%> (+0.79%) ⬆️
lib/primitives/address.js 82.75% <0%> (+2.29%) ⬆️
lib/wallet/account.js 74.17% <0%> (+3.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76e674d...d350c09. Read the comment docs.

@boymanjor boymanjor changed the title rpc: Update Node RPC Validateaddress rpc: update node rpc validateaddress Apr 9, 2019
Copy link
Contributor

@boymanjor boymanjor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@boymanjor boymanjor merged commit 62b4de5 into handshake-org:master Apr 9, 2019
@tynes tynes deleted the node-validateaddress branch October 15, 2019 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants