-
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
Proposed 2.0.0-rc6 #4853
Proposed 2.0.0-rc6 #4853
Conversation
Co-authored-by: Hussein Badakhchani <[email protected]>
…PLF#3839)" (XRPLF#4850) This reverts commit 8f89694.
…XRPLF#4852) This reverts commit 002893f. There were two files with conflicts in the automated revert: - src/ripple/rpc/impl/RPCHelpers.h and - src/test/rpc/JSONRPC_test.cpp Those files were manually resolved.
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.
Revert "Add ProtocolStart ..." PR #3839 looks fine to me.
all the unit tests pass on MacOS 👍 |
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.
I verified that change this looks exactly as I would expect it to look, compiles and passes test on Linux
@HowardHinnant confirmed that tests are now passing. |
High Level Overview of Change
The only C++ code changes are reverts of #3839 and #4504.
Context of Change
Ledgers with zero transactions were observed in Testnet, and the issue seems to be exacerbated by changes in
develop
. The two PRs reverted here were identified as potentially risky and are therefore being reverted until a more rigorous and realistic test harness is ready in 6-12 months.Type of Change
API Impact
Since this release candidate reverts #4505, it removes the "sync_mode" field which had been added to the transaction submission API.
Test Plan
We expect to run this release candidate on Testnet for 2 weeks, with close observation to identify if any issues occur.