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

rpcclient: implement gettxoutsetinfo command #1641

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

onyb
Copy link
Collaborator

@onyb onyb commented Sep 28, 2020

#RunTheNumbers seems to be a thing on Twitter these days. This PR adds the gettxoutsetinfo command to the rpcclient package, which is useful for performing inflation checks in Bitcoin.

@onyb onyb added the rpc label Sep 28, 2020
@onyb onyb added this to the 0.22.0 milestone Sep 28, 2020
@coveralls
Copy link

coveralls commented Sep 28, 2020

Pull Request Test Coverage Report for Build 276658531

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 25 of 49 (51.02%) changed or added relevant lines in 2 files are covered.
  • 38 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.03%) to 53.554%

Changes Missing Coverage Covered Lines Changed/Added Lines %
btcjson/chainsvrresults.go 25 31 80.65%
rpcclient/chain.go 0 18 0.0%
Files with Coverage Reduction New Missed Lines %
btcec/signature.go 3 92.48%
peer/peer.go 9 75.47%
btcjson/chainsvrresults.go 26 57.05%
Totals Coverage Status
Change from base Build 272743387: -0.03%
Covered Lines: 20756
Relevant Lines: 38757

💛 - Coveralls

Copy link
Member

@jcvernaleo jcvernaleo left a comment

Choose a reason for hiding this comment

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

OK

@jcvernaleo jcvernaleo merged commit 6519c04 into btcsuite:master Oct 5, 2020
@onyb onyb deleted the run-the-numbers branch October 5, 2020 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants