-
Notifications
You must be signed in to change notification settings - Fork 110
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(ci): Run block proposal tests in CI #5963
Conversation
95bd2da
to
bb437cc
Compare
That was a bad merge, let's see how this one goes |
bb2408b
to
cef19bd
Compare
4d9af88
to
7dec2ff
Compare
cef19bd
to
40ea93f
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5963 +/- ##
==========================================
- Coverage 78.25% 78.09% -0.16%
==========================================
Files 312 312
Lines 39418 39418
==========================================
- Hits 30846 30785 -61
- Misses 8572 8633 +61 |
7dec2ff
to
c96300a
Compare
40ea93f
to
0b61b5a
Compare
c96300a
to
ff9f6f3
Compare
@Mergifyio update |
✅ Branch has been successfully updated |
zebrad/tests/common/get_block_template_rpcs/get_block_template.rs
Outdated
Show resolved
Hide resolved
@Mergifyio update |
☑️ Nothing to do
|
This reverts commit d915624417cc946e53aac76449e0b5b719e03d2a.
…erent mempool contents
Co-authored-by: Arya <[email protected]>
8ab2e4c
to
34cba9d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Thank you!
Update: we need another approver because I was the last pusher (it needed a rebase).
I can't approve because I opened the PR, so it will have to be @oxarbitrage |
If this is more annoying than it's worth, maybe we can disable this rule? Did you want to talk about it at the engineering sync? |
It doesn't happen very often so I don't mind, and tagging Pili seems like a good solution for next time. I'll ask about review-latency in the next sync though because that could use some improvement. |
@Mergifyio refresh |
✅ Pull request refreshed |
Codespell failed due to a network error, but it's not required to merge. |
Motivation
We want to use
getblocktemplate
in proposal mode in the acceptance test to check that it's producing valid templates.Depends-On: #6027
Closes #5685
Complex Code or Requirements
We want to manually test that block proposals work before merging this automated test.
We need to fix all known block proposal and mempool bugs before running this test in CI.
Solution
Review
Anyone can review this PR.
Reviewer Checklist