Skip to content

rippled (XRP Ledger server) Version 1.11.0

Compare
Choose a tag to compare
@intelliot intelliot released this 21 Jun 00:03
· 180 commits to master since this release
264280e

Version 1.11.0 of rippled, the reference server implementation of the XRP Ledger protocol, is now available.

This release reduces memory usage, introduces the fixNFTokenRemint amendment, and adds new features and bug fixes. For example, the new NetworkID field in transactions helps to prevent replay attacks with side-chains.

Sign Up for Future Release Announcements

Action Required

The fixNFTokenRemint amendment is now open for voting according to the XRP Ledger's amendment process, which enables protocol changes following two weeks of >80% support from trusted validators.

If you operate an XRP Ledger server, upgrade to version 1.11.0 by July 5 to ensure service continuity. The exact time that protocol changes take effect depends on the voting decisions of the decentralized network.

Install / Upgrade

On supported platforms, see the instructions on installing or updating rippled.

What's Changed

New Features and Improvements

  • Allow port numbers be be specified using a either a colon or a space by @RichardAH in #4328
  • Eliminate memory allocation from critical path: by @nbougalis in #4353
  • Make it easy for projects to depend on libxrpl by @thejohnfreeman in #4449
  • Add the ability to mark amendments as obsolete by @ximinez in #4291
  • Always create the FeeSettings object in genesis ledger by @ximinez in #4319
  • Log exception messages in several locations by @drlongle in #4400
  • Parse flags in account_info method by @drlongle in #4459
  • Add NFTokenPages to account_objects RPC by @RichardAH in #4352
  • add jss fields used by clio nft_info by @ledhed2222 in #4320
  • Introduce a slab-based memory allocator and optimize SHAMapItem by @nbougalis in #4218
  • Add NetworkID field to transactions to help prevent replay attacks on and from side-chains by @RichardAH in #4370
  • If present, set quorum based on command line. by @mtrippled in #4489
  • API does not accept seed or public key for account by @drlongle in #4404
  • Add nftoken_id, nftoken_ids and offer_id meta fields into NFT Tx responses by @shawnxie999 in #4447

Bug Fixes

Code Cleanup and Testing

Docs

New Contributors

Full Changelog: 1.10.1...1.11.0

GitHub

The public source code repository for rippled is hosted on GitHub at https://github.com/XRPLF/rippled.

We welcome all contributions and invite everyone to join the community of XRP Ledger developers to help build the Internet of Value.

Credits

The following people contributed directly to this release:

Bug Bounties and Responsible Disclosures:
We welcome reviews of the rippled code and urge researchers to
responsibly disclose any issues they may find.

To report a bug, please send a detailed report to:

bugs@xrpl.org