-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add an acceptance test for the getblocktemplate method #5652
Comments
Re-opening this ticket, because the test PR was reverted due to intermittent CI failures. |
Hey team! Please add your planning poker estimate with Zenhub @arya2 @conradoplg @dconnolly @oxarbitrage @teor2345 |
So I think this just needs a quick fix to remove an assertion, or fix a bug. Did you want an estimate for the whole ticket, or just that fix? |
Hey @arya2 I think the errors in your PR were from code I wrote, so I'm going to try to fix them. |
Motivation
The vector and snapshot tests for the
getblocktemplate
RPC method won't be able to use the non-finalized state to test the contextual validity checks for #5630.Designs
from_script_hash(Mainnet, [0x7e; 20])
as theminer_address
in the configThe text was updated successfully, but these errors were encountered: