Page MenuHomePhabricator

rpc: Add getblockfilter RPC method.
ClosedPublic

Authored by deadalnix on Jun 3 2020, 19:20.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABCf79742f8f978: rpc: Add getblockfilter RPC method.
Summary

Retrieves and returns block filter and header from index.

This is a partial backport of Core PR14121 : https://github.com/bitcoin/bitcoin/pull/14121/commits/19308c9e21d98a7818625218b22b37f23f87816f

Depends on D6346

Test Plan
ninja all check-all

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

jasonbcox added a subscriber: jasonbcox.

Looks fine, but please investigate why the linter was not applied to the imports.

test/functional/rpc_getblockfilter.py
10

Did the linter not catch/fix this? Each of these imports should be on their own line.

This revision is now accepted and ready to land.Jun 3 2020, 23:48
This revision was automatically updated to reflect the committed changes.