4.2 KiB
category, date, labels, markdown
| category | date | labels | markdown | |||||
|---|---|---|---|---|---|---|---|---|
| 2024 | 2024-01-29 |
|
|
Introducing XRP Ledger version 2.0.1
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
Action Required
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.
Install / Upgrade
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 <github.public@intelliot.com>
Date: Mon Jan 29 08:36:10 2024 -0800
Set version to 2.0.1
Changelog
Changes
(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
Bug Fixes and Performance Improvements
(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. #4848 -
Improved lifetime management of serialized type ledger entries to improve memory usage. #4822
-
Fixed a clang warning about deprecated sprintf usage. #4747
Docs and Build System
-
Added
DeliverMaxto more JSONRPC tests. #4826 -
Updated the pull request template to include a
Type of Changecheckbox and additional contextual questions. #4875 -
Updated 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
GitHub
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.
Credits
The following people contributed directly to this release:
- Bronek Kozicki brok@incorrekt.com
- Chenna Keshava B S 21219765+ckeshava@users.noreply.github.com
- Ed Hennis ed@ripple.com-
- Elliot Lee github.public@intelliot.com
- Lathan Britz jucallme@gmail.com
- Mark Travis mtrippled@users.noreply.github.com
- nixer89 pbnixer@gmail.com
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