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

[WIP] Add getblockstats RPC call #2

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

rrybarczyk
Copy link
Collaborator

Adds getblockstats RPC call.

  • getblockstats RPC call using block hash
  • getblockstats RPC call using block height
  • Allow specification of optional minfeerate and/or avgfeerate
  • Add integration test

/// https://developer.bitcoin.org/reference/rpc/getblockstats.html
async fn get_block_stats(
&self,
block_hash: Option<&bitcoin::BlockHash>,
Copy link
Collaborator

Choose a reason for hiding this comment

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

might make more sense to do param hash_or_height: HashOrHeight and define a custom enum to get rid of the panic branch.

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.

2 participants