2.1.0-rc1
版本发布时间: 2024-02-08 22:48:55
XRPLF/rippled最新发布版本:2.3.0(2024-11-26 08:17:49)
Version 2.1.0 introduces two new amendments:
What's Changed
- [TRIVIAL] Add unit test for redundant payment by @Bronek in https://github.com/XRPLF/rippled/pull/4860
- Windows CI unit tests need to pass by @ximinez in https://github.com/XRPLF/rippled/pull/4871
- Use platform-agnostic library names in Conan recipe by @thejohnfreeman in https://github.com/XRPLF/rippled/pull/4831
-
fixNFTokenReserve
: Throw error when NFT buyer does not meet reserve requirement by @shawnxie999 in https://github.com/XRPLF/rippled/pull/4767 (originally reported by @tequdev in #4679) - Headers needed in Conan package to build xbridge witness server by @legleux in https://github.com/XRPLF/rippled/pull/4885
- Validate grpc port info in GRPCServer ctor by @ckeshava in https://github.com/XRPLF/rippled/pull/4728 (originally reported by @interc0der in #4557)
- Add STObject constructor to explicitly set inner object template by @gregtatcam in https://github.com/XRPLF/rippled/pull/4906
- Proposed 2.1.0-rc1 by @intelliot in https://github.com/XRPLF/rippled/pull/4910
Full Changelog: https://github.com/XRPLF/rippled/compare/2.0.1...2.1.0-rc1
Testing Credits
- Thanks to @sgramkumar and others for continued testing.