-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: TODO related fixes for post-v21 release #6102
Conversation
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.
utACK d3e842f
build failed here: https://gitlab.com/dashpay/dash/-/jobs/7289203270 |
Restarted - succeed: https://gitlab.com/dashpay/dash/-/jobs/7298034458 |
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.
utACK d3e842f
1840c94 fix: drop extra pings - follow up for bitcoin#18638 (UdjinM6) 264e7f9 Merge bitcoin#18638: net: Use mockable time for ping/pong, add tests (MarcoFalke) Pull request description: ## Issue being fixed or feature implemented Split from #6102 ## What was done? So far as bitcoin#19499 is backported, bitcoin#18638 can be finished and removed related workarounds. ## How Has This Been Tested? Run unit/functional tests ## Breaking Changes N/A ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone ACKs for top commit: UdjinM6: utACK 1840c94 PastaPastaPasta: utACK 1840c94 Tree-SHA512: f34657c14514d6ee596175b3faf9ee44e58e8b0339939a0708d58ab2d119786830c183f9b236ed87c08ef8e1dbd031a38fc596b5aa4d38e10521658df4330e79
Issue being fixed or feature implemented
Multiple TODO is reviewed and fixes in this PR
What was done?
See commits
How Has This Been Tested?
Run unit/functional tests
Breaking Changes
N/A
Checklist: