rippled (XRP Ledger server) Version 2.0.0-b1 (beta)
Pre-release
Pre-release
This is a beta for the next release.
Highlights:
- Support for XLS-38 XChainBridge (side chains) (#4292)
- Several changes to improve performance
When finalized, the next stable release of rippled
is expected to be the last release for 2023 (given the holidays in Nov/Dec). The major version is bumped for the following reasons:
api_version
2 general availability- This api_version is not available yet (except in beta, requiring a configuration change), but it will be in the next release.
- Notable performance improvements in TPS (transactions per second).
- XLS-38 sidechains support
- This is a large change and adds significant new functionality to the protocol.
- Lastly, many aspects of the code have been refactored and changed since the previous major version bump.
(Note that the replacement for getting and setting thread name (#4312) was reverted, so it is not in this release.)
What's Changed
- [TRIVIAL] Update rippled-example.cfg docs to clarify usage of ssl_cert vs ssl_chain by @ggprod in #4667
- APIv2(ledger_entry) : check error by @PeterChen13579 in #4630
- refactor: simplify
TxFormats
common fields logic by @mvadari in #4637 - Update SECURITY.md by @intelliot in #4338
- Asynchronously write batches to NuDB. by @mtrippled in #4503
- Apply transaction batches in periodic intervals. by @mtrippled in #4504
- Several changes to improve Consensus stability: by @mtrippled in #4505
- APIv2(account_tx, noripple_check): return error for invalid input (fix #4543) by @PeterChen13579 in #4620
- XLS-38d: XChainBridge (side chains) by @seelabs in #4292
- Match unit tests on start of test name, and split some test classes by @ximinez in #4634
- Remove two unused functions by @seelabs in #4708
New Contributors
Full Changelog: 1.12.0...2.0.0-b1