-
Notifications
You must be signed in to change notification settings - Fork 217
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
Remove unintended time checks from node-to-node validation #4733
Remove unintended time checks from node-to-node validation #4733
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.
A changelog entry would be good, with a mention of the error message users were liable to encounter when they hit this issue.
Co-authored-by: Amaury Chamayou <amaury@xargs.fr>
node_to_node_validation_timeless@57993 aka 20221213.59 vs main ewma over 20 builds from 57258 to 57967 Click to see tablemain
node_to_node_validation_timeless
|
…ton/CCF into node_to_node_validation_timeless
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
The node-to-node channels should be based purely on public key identities, and not care about certificate expiry times. They were including a time check during validation, and they no longer do.
Includes unit tests and a partitioning end-to-end test.