Skip to content

Commit 2d1854f

Browse files
seelabsWietseWind
authored andcommitted
Set version to 2.1.1
1 parent a7c4a47 commit 2d1854f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

RELEASENOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ This document contains the release notes for `rippled`, the reference server imp
66

77
Have new ideas? Need help with setting up your node? [Please open an issue here](https://github.com/xrplf/rippled/issues/new/choose).
88

9+
## Version 2.1.1
10+
11+
The `rippled` 2.1.1 release fixes a critical bug in the integration of AMMs with the payment engine.
12+
13+
[Sign Up for Future Release Announcements](https://groups.google.com/g/ripple-server)
14+
15+
<!-- BREAK -->
16+
17+
18+
## Action Required
19+
20+
One new amendment is now open for voting according to the XRP Ledger's [amendment process](https://xrpl.org/amendments.html), which enables protocol changes following two weeks of >80% support from trusted validators.
21+
22+
If you operate an XRP Ledger server, upgrade to version 2.1.1 by April 8, 2024 to ensure service continuity. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network.
23+
24+
## Changelog
25+
26+
### Amendments
27+
28+
- **fixAMMOverflowOffer**: Fix improper handling of large synthetic AMM offers in the payment engine. Due to the importance of this fix, the default vote in the source code has been set to YES. For information on how to configure your validator's amendment voting, see [Configure Amendment Voting](https://xrpl.org/docs/infrastructure/configuration/configure-amendment-voting).
29+
930
# Introducing XRP Ledger version 2.1.0
1031

1132
Version 2.1.0 of `rippled`, the reference server implementation of the XRP Ledger protocol, is now available. This release adds a bug fix, build improvements, and introduces the `fixNFTokenReserve` and `fixInnerObjTemplate` amendments.

src/ripple/protocol/impl/BuildInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace BuildInfo {
3333
// and follow the format described at http://semver.org/
3434
//------------------------------------------------------------------------------
3535
// clang-format off
36-
char const* const versionString = "2.1.0"
36+
char const* const versionString = "2.1.1"
3737
// clang-format on
3838

3939
#if defined(DEBUG) || defined(SANITIZER)

0 commit comments

Comments
 (0)