-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Connect to different validators on different leaves #1966
Connect to different validators on different leaves #1966
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.
Seems fine. Without a usage example it's hard to comment on the API offered, but at first look this seems reasonable.
Could you adapt this PR to |
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.
Some open questions and also would be nice to add tests.
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.
Tests?
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.
LGTM
impl ConnectionRequests { | ||
/// Insert a new connection request. | ||
/// | ||
/// If a `ConnectionRequest` under a given `relay_parent` already exists it will |
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.
would be nice to test this as well
Co-authored-by: Andronik Ordian <write@reusable.software>
This reverts commit d0ac1d7.
bot merge |
Trying merge. |
This is needed to connect to different validators under different relay leafs.