-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Support sending and receiving multiple Justifications #8266
Conversation
ba2a87a to
da3d708
Compare
andresilva
left a comment
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.
Overall the changes LGTM but I'd like to make sure this is adequately tested to avoid any breakage.
Making a push to properly test this so we can hopefully merge it soon |
tomaka
left a comment
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.
Looks good
Co-authored-by: Pierre Krieger <[email protected]>
|
@octol Just to be sure before I click the merge button: when you tested this locally you tested both scenarios right? I.e. new nodes serving old nodes, and old nodes serving new nodes. |
I tested having two nodes built using this PR finalizing blocks, and then a third and fourth node connecting with And then I redid this with the same setup but the nodes finalizing blocks were built using This should cover both scenarios I think |
|
@octol Thanks! |
|
bot merge |
|
Trying merge. |
Follow up to #7640 , where we add support for also sending multiple Justifications across the network. We include in the request if we support receiving multiple at once, and are backwards compatible with old nodes.
Resolves #8172