-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Revert 4505 4760 #4842
Revert 4505 4760 #4842
Conversation
…ize gratuitous proposal changes (XRPLF#4760)" This reverts commit 8ce85a9.
This reverts commit f259cc1.
I'm seeing a compile error:
This patch should fix the above issue: seelabs@b79bbfe |
Thank you! I pushed your commit to this PR. |
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.
👍
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.
👍 with the reverts plus the patch. I confirmed that...
- The new code exactly matches machine produced reverts of the two commits in question, and no conflicts were reported in the reverts.
- The branch builds, both debug and release, on my machine.
- Unit tests pass.
- Both the debug and release builds sync to the network.
* Revert "Optimize calculation of close time to avoid impasse and minimize gratuitous proposal changes (XRPLF#4760)" This reverts commit 8ce85a9. * Revert "Several changes to improve Consensus stability: (XRPLF#4505)" This reverts commit f259cc1. * Add missing include --------- Co-authored-by: seelabs <[email protected]>
High Level Overview of Change
Context of Change
Type of Change
Reverting these PRs until they can be fully tested in a simulated realistic environment with potential network scenarios that may occur on the MainNet.
.gitignore
, formatting, dropping support for older tooling)API Impact
libxrpl
change (any change that may affectlibxrpl
or dependents oflibxrpl
)