Version 2.0.1 of rippled, the reference server implementation of the XRP Ledger protocol, is now available. This release includes minor fixes, unit test improvements, and doc updates.
Sign Up for Future Release Announcements
If you operate an XRP Ledger server, upgrade to version 2.0.1 to take advantage of the changes included in this update. Nodes on version 1.12 should upgrade as soon as possible.
On supported platforms, see the instructions on installing or updating rippled.
| Package | SHA-256 |
|---|---|
| RPM for Red Hat / CentOS (x86-64) | b3e4bb6466e857b643e1cdcc03df32d318bc87af7f69d9d5f33124632c90fcf5 |
| DEB for Ubuntu / Debian (x86-64) | 55b2e15776d57f8eb405d73fa796fbb5e94b0d4ef350dece4baa675a1fb73cd6 |
| Portable Builds (Linux x86-64) | (Use signature verification) |
For other platforms, please build from source. The most recent commit in the git log should be the change setting the version:
commit 22cdb5728b7eb563f6798dbd1f15c88fa1894e7c
Author: Elliot Lee <[email protected]>
Date: Mon Jan 29 08:36:10 2024 -0800
Set version to 2.0.1(These are changes which may impact or be useful to end users. For example, you may be able to update your code/workflow to take advantage of these changes.)
- Updated the
send_queue_limitto 500 in the defaultrippledconfig to handle increased transaction loads. #4867
(These are behind-the-scenes improvements, such as internal changes to the code, which are not expected to impact end users.)
Fixed an assertion that occurred when
rippledwas under heavy websocket client load. #4848Improved lifetime management of serialized type ledger entries to improve memory usage. #4822
Fixed a clang warning about deprecated sprintf usage. #4747
Added
DeliverMaxto more JSONRPC tests. #4826Updated the pull request template to include a
Type of Changecheckbox and additional contextual questions. #4875Updated help messages for unit tests pattern matching. #4846
Improved the time it take to generate coverage reports. #4849
Fixed broken links in the Conan build docs. #4699
Spurious codecov uploads are now retried if there's an error uploading them the first time. #4896
The public source code repository for rippled is hosted on GitHub at https://github.com/XRPLF/rippled.
We welcome all contributions and invite everyone to join the community of XRP Ledger developers to help build the Internet of Value.
The following people contributed directly to this release:
- Bronek Kozicki [email protected]
- Chenna Keshava B S [email protected]
- Ed Hennis [email protected]-
- Elliot Lee [email protected]
- Lathan Britz [email protected]
- Mark Travis [email protected]
- nixer89 [email protected]
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]