Version 2.3.0-b1 introduces three new amendments:
- fixEnforceNFTokenTrustline amendment: Fixes interactions between NFTokenOffers and trust lines.
- featureNFTokenMintOffer amendment: Allows creating NFTokenOffer in a NFTokenMint transaction.
- fixReducedOffersV2 amendment: Prevents offers from blocking order books.
What's Changed
- Fix compatibility with Conan 2.x by @thejohnfreeman in #5001
- Add new command line option to make replaying transactions easier by @Bronek in #5027
- Fix conan typo: by @oleks-rip in #5044
- Additional unit tests for testing deletion of trust lines by @ckeshava in #4886
- Amendment fixReducedOffersV2 fixes issue #4937 by @scottschurr in #5032
- Expose all amendments known by libxrpl by @godexsoft in #5026
- chore: remove repeat words by @todaymoon in #5041
- XLS-52d: NFTokenMintOffer by @tequdev in #4845
- docs: explain how to find a clang-format patch generated by CI by @intelliot in #4521
- Update codebase from boost::string_view into std::string_view by @ckeshava in #4509
- Add the fixEnforceNFTokenTrustline amendment: by @scottschurr in #4946
- Change order of checks in amm_info by @Bronek in #4924
- Finish physical redesign by @thejohnfreeman in #4997
- Proposed 2.3.0-b1 by @seelabs in #5050
New Contributors
- @todaymoon made their first contribution in #5041
- @tequdev made their first contribution in #4845
Full Changelog: 2.2.0...2.3.0-b1