Skip to content

Releases: XRPLF/rippled

2.2.0-rc3

21 May 02:21
40b4adc
Compare
Choose a tag to compare
2.2.0-rc3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.2.0-rc2...2.2.0-rc3

rippled (XRP Ledger server) Version 2.2.0-rc2 (beta)

16 May 22:20
d5e5c3c
Compare
Choose a tag to compare

Amendments

Pre-release version 2.2.0-rc2 introduces one new amendment:

Overall, compared to version 2.1.1, the following amendments are new:

  • PriceOracle
  • fixEmptyDID
  • fixXChainRewardRounding
  • fixPreviousTxnID
  • fixAMMv1_1

What's Changed

Full Changelog: 2.2.0-rc1...2.2.0-rc2

rippled (XRP Ledger server) Version 2.2.0-rc1 (beta)

26 Apr 23:05
02ec8b7
Compare
Choose a tag to compare

Amendments

Pre-release version 2.2.0-rc1 introduces one new amendment:

What's Changed

New Contributors

Full Changelog: 2.2.0-b3...2.2.0-rc1

rippled (XRP Ledger server) Version 2.2.0-b3 (beta)

19 Apr 16:29
676aae2
Compare
Choose a tag to compare

Amendments

Pre-release version 2.2.0-b3 introduces one new amendment:

What's Changed

Full Changelog: 2.2.0-b2...2.2.0-b3

rippled (XRP Ledger server) Version 2.2.0-b2 (beta)

10 Apr 14:26
c88166e
Compare
Choose a tag to compare

Amendments

Pre-release version 2.2.0-b2 introduces two new amendments:

What's Changed

New Contributors

Full Changelog: 2.2.0-b1...2.2.0-b2

rippled (XRP Ledger server) Version 2.1.1

27 Mar 13:37
Compare
Choose a tag to compare

Version 2.1.1 introduces one new amendment:

What's Changed

  • Fixed a critical bug when handling large synthetic AMM offers in the payment engine.

Full Changelog: 2.1.0...2.1.1

2.2.0-b1

29 Feb 22:49
97863e0
Compare
Choose a tag to compare
2.2.0-b1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.1.0...2.2.0-b1

rippled (XRP Ledger server) Version 2.1.0

21 Feb 19:57
d7d15a9
Compare
Choose a tag to compare

Version 2.1.0 introduces two new amendments:

What's Changed

Full Release Notes for 2.1.0 (xrpl.org)

  • [TRIVIAL] Add unit test for redundant payment by @Bronek in #4860
  • Windows CI unit tests need to pass by @ximinez in #4871
  • Use platform-agnostic library names in Conan recipe by @thejohnfreeman in #4831
  • fixNFTokenReserve: Throw error when NFT buyer does not meet reserve requirement by @shawnxie999 in #4767
  • Headers needed in Conan package to build xbridge witness server by @legleux in #4885
  • Validate grpc port info in GRPCServer ctor by @ckeshava in #4728
  • fixInnerObjTemplate: Add STObject constructor to explicitly set inner object template by @gregtatcam in #4906
  • Proposed 2.1.0-rc1 by @intelliot in #4910
  • Improve object lifetime management when creating temporary Rules object: by @ximinez in #4917
  • Proposed 2.1.0 by @seelabs in #4920

Full Changelog: 2.0.1...2.1.0

Testing Credits

  • Thanks to @sgramkumar and others for continued testing.

Bug Bounties and Responsible Disclosures:

We welcome reviews of the rippled code and urge researchers to responsibly disclose any issues they may find.

To report a bug, please send a detailed report to: bugs@xrpl.org

rippled (XRP Ledger server) Version 2.1.0-rc1

08 Feb 14:48
da68651
Compare
Choose a tag to compare

Version 2.1.0 introduces two new amendments:

What's Changed

Full Changelog: 2.0.1...2.1.0-rc1

Testing Credits

  • Thanks to @sgramkumar and others for continued testing.

rippled (XRP Ledger server) Version 2.0.1

30 Jan 02:55
22cdb57
Compare
Choose a tag to compare

This release fixes a few bugs. There are no new features over version 2.0.0.

Highlights:

  • Fixes unbounded memory growth when running the path_find command.
  • Fixes a bug that, in some situations, results in online deletion causing delays in persisting records to disk.
  • A new line in cfg/rippled-example.cfg sets send_queue_limit = 500. Consider adopting this setting in your own rippled.cfg in the appropriate stanza(s) for ws and wss port(s).
    • When the setting is not specified, the default value is 100. At 100, during times when there are >200 transactions per ledger, rippled will disconnect WebSocket clients that subscribe to the transactions stream.
    • Clients receive a disconnected message with code 1008 or a Client too slow disconnection.
    • Using send_queue_limit = 500 fixes this issue.
  • Fixes an assert which could occur under heavy load from unprivileged WebSocket connections. (Assertions are disabled in release builds.)

Testing Credits

  • Thanks to @sgramkumar and others for continued testing.

What's Changed

Full Changelog: 2.0.0...2.0.1