Skip to content

2.6.0

Choose a tag to compare

@legleux legleux released this 27 Aug 20:37
· 214 commits to develop since this release
2.6.0
2df7dcf

Release Notes

XRP
This document contains the notes for the release 2.6.0 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update a rippled server, visit https://xrpl.org/install-rippled.html

This release adds new features and bug fixes.

[2.6.0] - 2025-08-27

🐛 Bug Fixes

🚀 Features

  • Include network_id in validations and subscription stream responses (#5579) by @ckeshava
  • Add support for DomainID in MPTokenIssuance transactions (#5509) by @Bronek
  • Add MPT related txns into issuer's account history (#5530) by @shawnxie999
  • Add nftoken_id, nftoken_ids, offer_id to meta for transaction stream (#5230) by @tequdev

💼 Other

🚜 Refactor

  • Decouple CredentialHelpers from xrpld/app/tx (#5487) by @a1q123456
  • Add XRPL_ABANDON and use it to abandon OwnerPaysFee (#5510) by @a1q123456
  • Remove obsolete owner pays fee feature and XRPL_ABANDON stanza (#5550) by @a1q123456
  • Restructure beast::rngfill (#5563) by @lmaisons
  • Remove external libraries as they are hosted in our Conan Center Index fork (#5643) by @bthomee
  • Decouple ledger from xrpld/app (#5492) by @a1q123456
  • Makes HashRouter flags more type-safe (#5371) by @vlntb
  • Change boost::shared_mutex to std::shared_mutex (#5576) by @Tapanito
  • Update date, libarchive, nudb, openssl, sqlite3, xxhash packages (#5567) by @bthomee

📚 Documentation

⚡ Performance

🧪 Testing

⚙️ Miscellaneous Tasks