From 71536dbf03c542ded57c53ce72d61a01d0242ec3 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Sat, 14 Sep 2024 13:18:34 -0700 Subject: [PATCH] v2.2.3: add credits & mailing list --- blog/2024/rippled-2.2.3.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/blog/2024/rippled-2.2.3.md b/blog/2024/rippled-2.2.3.md index ce4571a409..5948de61ab 100644 --- a/blog/2024/rippled-2.2.3.md +++ b/blog/2024/rippled-2.2.3.md @@ -14,6 +14,8 @@ Version 2.2.3 of `rippled`, the reference server implementation of the XRP Ledge +[Sign Up for Future Release Announcements](https://groups.google.com/g/ripple-server) + ## Background The `rippled` server uses a SQLite database for tracking transactions, in addition to the main data store (usually NuDB) for ledger data. In servers keeping a large amount of history, this database can run out of space based on the configured number and size of database pages, even if the machine has disk space available. Based on the size of full history on Mainnet, servers with the default SQLite page size of 4096 may now run out of space if they store full history. In this case, your server may shut down with an error such as the following: @@ -86,3 +88,17 @@ For other platforms, please [build from source](https://github.com/ripple/ripple ### Bug fixes - Update SQLite3 max_page_count to match current defaults ([#5114](https://github.com/XRPLF/rippled/pull/5114)) + + +## Credits + +The following people contributed directly to this release: + +J. Scott Branson + + +## 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: