-
Notifications
You must be signed in to change notification settings - Fork 719
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
tso: add SyncMaxTS RPC method #2988
Conversation
Signed-off-by: JmPotato <[email protected]>
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.
Basically LGTM. I'm wondering maybe we also need to add the sender information like member ID in request. And each receiver should compare the sender member ID and the leader id in their vision.
Good idea. I will update this part later. |
Signed-off-by: JmPotato <[email protected]>
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
Signed-off-by: JmPotato <[email protected]>
/run-all-tests |
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
|
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
Signed-off-by: JmPotato <[email protected]>
/run-all-tests |
/run-integration-lightning-test |
Signed-off-by: JmPotato [email protected]
What problem does this PR solve?
Part of #2984 and #2759. Prepare for the next step of implementing the global TSO generation algorithm.
What is changed and how it works?
Add
SyncMaxTS
RPC method.Check List
Tests
Related changes
Release note