-
Notifications
You must be signed in to change notification settings - Fork 107
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
change(test): Create test harness for calling getblocktemplate in proposal mode, but don't use it yet #5884
Conversation
skips solution check for BlockProposal requests calls CheckBlockValidity instead of Commit block for BlockProposal requests
…ktemplate-rpcs in zebra-state
…w checkpoint height adds feature flags
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5884 +/- ##
==========================================
+ Coverage 78.06% 78.11% +0.04%
==========================================
Files 311 311
Lines 38919 38919
==========================================
+ Hits 30384 30401 +17
+ Misses 8535 8518 -17 |
This PR can't merge for now:
|
I unblocked this PR by disabling the test for now, and updating the PR description. So we're ok to merge the test harness, and all the PRs that depend on it, because it doesn't actually change CI yet. |
I can't work out how to stop it closing issue #5685 though! |
07e3f55
to
dd2438b
Compare
Failed due to a GitHub runner network or setup issue in the merge queue: |
@Mergifyio refresh |
✅ Pull request refreshed |
Motivation
We want to use
getblocktemplate
in proposal mode in the acceptance test to check that it's producing valid templates.Solution
proposal_block_from_template
fn for making a block proposal fromGetBlockTemplate
datagetblocktemplate
in proposal mode with the hex-encoded block proposal data, but don't use it yetReview
Anyone can review.
Reviewer Checklist