Rippled Versions Save

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++

2.2.0-rc1

3 weeks ago

Amendments

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

What's Changed

New Contributors

Full Changelog: https://github.com/XRPLF/rippled/compare/2.2.0-b3...2.2.0-rc1

2.2.0-b3

4 weeks ago

Amendments

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

What's Changed

Full Changelog: https://github.com/XRPLF/rippled/compare/2.2.0-b2...2.2.0-b3

2.2.0-b2

1 month ago

Amendments

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

What's Changed

New Contributors

Full Changelog: https://github.com/XRPLF/rippled/compare/2.2.0-b1...2.2.0-b2

2.1.1

1 month ago

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: https://github.com/XRPLF/rippled/compare/2.1.0...2.1.1

2.2.0-b1

2 months ago

What's Changed

Full Changelog: https://github.com/XRPLF/rippled/compare/2.1.0...2.2.0-b1

2.1.0

2 months ago

Version 2.1.0 introduces two new amendments:

What's Changed

Full Release Notes for 2.1.0 (xrpl.org)

Full Changelog: https://github.com/XRPLF/rippled/compare/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: [email protected]

2.1.0-rc1

3 months ago

Version 2.1.0 introduces two new amendments:

What's Changed

Full Changelog: https://github.com/XRPLF/rippled/compare/2.0.1...2.1.0-rc1

Testing Credits

  • Thanks to @sgramkumar and others for continued testing.

2.0.1

3 months ago

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: https://github.com/XRPLF/rippled/compare/2.0.0...2.0.1

2.0.1-rc1

3 months ago

This is a release candidate for a hotfix release. There are no new features over 2.0.0; only bug fixes.

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 configured ws and wss port(s).
    • When the setting is not specified in the config, 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.

Testing Credits

  • Thanks to @sgramkumar and others for continued testing.

What's Changed

Note: for completeness, the following has been updated to show the changes since 2.0.0, the last stable release (not just 2.0.1-b1).

Full Changelog: https://github.com/XRPLF/rippled/compare/2.0.0...2.0.1-rc1

2.0.1-b1

4 months ago

What's Changed

Full Changelog: https://github.com/XRPLF/rippled/compare/2.0.0...2.0.1-b1