This is a beta for the next release.
Highlights:
- APIv2(gateway_balances, channel_authorize): update errors (#4618)
- Accept all valid currency codes in API (#4566)
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 because:
api_version
2 general availability is expected.- 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.
What's Changed
- docs(BUILD): make it easier to find environment.md by @intelliot in #4507
- [TRIVIAL] Remove unused variable flagged by clang 14 by @ximinez in #4672
- Update comment about return value of LedgerHistory::fixIndex by @ckeshava in #4574
- Update secp256k1 to 0.3.2 by @thejohnfreeman in #4653
- [TRIVIAL] docs(RELEASENOTES): improve 1.12.0 release notes by @intelliot in #4691
- docs(API-CHANGELOG): api_version 2 is expected with 2.0 by @intelliot in #4633
- docs(overlay): add URL of blog post and clarify wording by @ckeshava in #4635
- Link Boost.Json by @thejohnfreeman in #4632
- APIv2(gateway_balances, channel_authorize): update errors by @PeterChen13579 in #4618
- Fix typo in BUILD.md by @ForwardSlashBack in #4718
- Add ProtocolStart and GracefulClose messages by @gregtatcam in #3839
- Add .build to .gitignore by @Bronek in #4722
- Accept all valid currency codes in API by @thejohnfreeman in #4566
- Proposed 2.0.0-b2 by @intelliot in #4723
New Contributors
- @ForwardSlashBack made their first contribution in #4718
- @Bronek made their first contribution in #4722
Full Changelog: 2.0.0-b1...2.0.0-b2