Skip to content
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-rc5 #4843

Merged
merged 3 commits into from
Dec 2, 2023
Merged

Proposed 2.0.0-rc5 #4843

merged 3 commits into from
Dec 2, 2023

Conversation

intelliot
Copy link
Collaborator

As discussed, reverts the change which the performance testing team needs more time to evaluate.

* 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]>
@intelliot intelliot added this to the 2.0.0 milestone Dec 1, 2023
Bronek and others added 2 commits November 30, 2023 21:46
Workaround for compilation errors with gcc-13 and other compilers
relying on `libstdc++` version 13. This is temporary until actual fix is
available for us to use: boostorg/beast#2682

Some boost.beast files (which we do use) rely on an old gcc-12 behaviour
where `#include <cstdint>` was not needed even though types from this
header were used. This was broken by a change in libstdc++ version 13:
https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

The necessary fix was implemented in boost.beast, however it is not yet
available. Until it is available, we can use this workaround to enable
compilation of `rippled` with gcc-13, clang-16, etc.
@intelliot intelliot merged commit 46f3d3e into XRPLF:release Dec 2, 2023
16 checks passed
@intelliot intelliot deleted the release-next branch December 20, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants