Releases: XRPLF/rippled
rippled Version 1.1.0
The rippled
1.1.0 release release includes the DepositPreAuth
amendment, which combined with the previously released DepositAuth
amendment, allows users to pre-authorize incoming transactions to accounts, by whitelisting sender addresses. The 1.1.0 release also includes incremental improvements to several previously released features (fix1515
amendment), deprecates support for the sign
and sign_for
commands from the rippled API and improves invariant checking for enhanced security.
Ripple recommends that all server operators upgrade to XRP Ledger version 1.1.0 by Thursday, 2018-09-27, to ensure service continuity.
New and Updated Features
- Add
DepositPreAuth
ledger type and transaction (#2513) - Increase fault tolerance and raise validation quorum to 80%, which fixes issue 2604 (#2613)
- Support ipv6 for peer and RPC comms (#2321)
- Refactor ledger replay logic (#2477)
- Improve Invariant Checking (#2532)
- Expand SQLite potential storage capacity (#2650)
- Replace UptimeTimer with UptimeClock (#2532)
- Don’t read Amount field if it is not present (#2566)
- Remove Transactor:: mFeeDue member variable (#2586)
- Remove conditional check for using Boost.Process (#2586)
- Improve charge handling in NoRippleCheckLimits test (#2629)
- Migrate more code into the chrono type system (#2629)
- Supply ConsensusTimer with milliseconds for finer precision (#2629)
- Refactor / modernize Cmake (#2629)
- Add delimiter when appending to cmake_cxx_flags (#2650)
- Remove using namespace declarations at namespace scope in headers (#2650)
Bug Fixes
- Deprecate the ‘sign’ and ‘sign_for’ APIs (#2657)
- Use liquidity from strands that consume too many offers, which will be enabled on fix1515 Amendment (#2546)
- Fix a corner case when decoding base64 (#2605)
- Trim space in Endpoint::from_string (#2593)
- Correctly suppress sent messages (#2564)
- Detect when a unit test child process crashes (#2415)
- Handle WebSocket construction exceptions (#2629)
- Improve JSON exception handling (#2605)
- Add missing virtual destructors (#2532)
1.0.0
The rippled
1.0.0 release includes incremental improvements to several previously released features.
New and Updated Features
- The history sharding functionality has been improved. Instances can now use the shard store to satisfy ledger requests.
- Change permessage-deflate and compress defaults (RIPD-506)
- Update validations on UNL change (RIPD-1566)
Bug Fixes
- Add
check
,escrow
, andpay_chan
toledger_entry
(RIPD-1600) - Clarify Escrow semantics (RIPD-1571)
rippled Version 0.90.1
The rippled
0.90.1 release includes fixes for issues reported by external security researchers. These issues, when exploited, could cause a rippled instance to restart or, in some circumstances, stop executing. While these issues can result in a denial of service attack, none affect the integrity of the XRP Ledger and no user funds, including XRP, are at risk.
New and Updated Features
This release has no new features.
Bug Fixes
- Address issues identified by external review:
- Verify serialized public keys more strictly before using them
(RIPD-1617, RIPD-1619, RIPD-1621) - Eliminate a potential out-of-bounds memory access in the base58
encoding/decoding logic (RIPD-1618) - Avoid invoking undefined behavior in memcpy (RIPD-1616)
- Limit STVar recursion during deserialization (RIPD-1603)
- Verify serialized public keys more strictly before using them
- Use lock when creating a peer shard rangeset
rippled Version 0.90.0
The rippled
0.90.0 release introduces several features and enhancements that improve the reliability, scalability and security of the XRP Ledger.
Highlights of this release include:
- The
DepositAuth
amendment, which lets an account strictly reject any incoming money from transactions sent by other accounts. - The
Checks
amendment, which allows users to create deferred payments that can be cancelled or cashed by their intended recipients. - History Sharding, which allows
rippled
servers to distribute historical ledger data if they agree to dedicate storage for segments of ledger history. - New Preferred Ledger by Branch semantics which improve the logic that allow a server to decide which ledger it should base future ledgers on when there are multiple candidates.
New and Updated Features
- Add support for Deposit Authorization account root flag (#2239)
- Implement history shards (#2258)
- Preferred ledger by branch (#2300)
- Redesign Consensus Simulation Framework (#2209)
- Tune for higher transaction processing (#2294)
- Optimize queries for
account_tx
to work around SQLite query planner (#2312) - Allow
Journal
to be copied/moved (#2292) - Cleanly report invalid
[server]
settings (#2305) - Improve log scrubbing (#2358)
- Update
rippled-example.cfg
(#2307) - Force json commands to be objects (#2319)
- Fix cmake clang build for sanitizers (#2325)
- Allow
account_objects
RPC to filter by “check” (#2356) - Limit nesting of json commands (#2326)
- Unit test that
sign_for
returns a correct hash (#2333) - Update Visual Studio build instructions (#2355)
- Force boost static linking for MacOS builds (#2334)
- Update MacOS build instructions (#2342)
- Add dev docs generation to Jenkins (#2343)
- Poll if process is still alive in Test.py (#2290)
- Remove unused
beast::currentTimeMillis()
(#2345)
Bug Fixes
rippled Version 0.81.0
The rippled
0.80.1 release provides several enhancements in support of published validator lists and corrects several bugs.
New and Updated Features
- Allow including validator manifests in published list (#2278)
- Add validator list RPC commands (#2242)
- Support SNI when querying published list sites and use Windows system root certificates (#2275)
- Grow TxQ expected size quickly, shrink slowly (#2235)
Bug Fixes
rippled Version 0.80.2
Version 0.80.2
The rippled
0.80.2 release introduces changes that improve the scalability of the XRP Ledger.
New and Updated Features
This release has no new features.
Bug Fixes
- Do not dispatch a transaction received from a peer for processing if it has already been dispatched within the past ten seconds.
- Increase the number of transaction handlers that can be in flight in the job queue and decrease the relative cost for peers to share transaction and ledger data.
- Make better use of resources by adjusting the number of threads we initialize, by reverting commit #68b8ffd.
rippled Version 0.80.1
The rippled
0.80.1 release provides several enhancements in support of published validator lists and corrects several bugs.
New and Updated Features
- Allow including validator manifests in published list (#2278)
- Add validator list RPC commands (#2242)
- Support SNI when querying published list sites and use Windows system root certificates (#2275)
- Grow TxQ expected size quickly, shrink slowly (#2235)
Bug Fixes
rippled Version 0.80.0
The rippled
0.80.0 release introduces several enhancements that improve the reliability, scalability and security of the XRP Ledger.
Highlights of this release include:
- The
SortedDirectories
amendment, which allows the entries stored within a page to be sorted, and corrects a technical flaw that could, in some edge cases, prevent an empty intermediate page from being deleted. - Changes to the UNL and quorum rules
- Use a fixed size UNL if the total listed validators are below threshold
- Ensure a quorum of 0 cannot be configured
- Set a quorum to provide Byzantine fault tolerance until a threshold of total validators is exceeded, at which time the quorum is 80%
New and Updated Features
- Improve directory insertion and deletion (#2165)
- Move consensus thread safety logic from the generic implementation in Consensus into the RCL adapted version RCLConsensus (#2106)
- Refactor Validations class into a generic version that can be adapted (#2084)
- Make minimum quorum Byzantine fault tolerant (#2093)
- Make amendment blocked state thread-safe and simplify a constructor (#2207)
- Use ledger hash to break ties (#2169)
- Refactor RangeSet (#2113)
Bug Fixes
rippled Version 0.70.2
The rippled
0.70.2 release corrects an emergent behavior which causes large numbers of transactions to get stuck in different nodes' open ledgers without being passed on to validators, resulting in a spike in the open ledger fee on those nodes.
New and Updated Features
This release has no new features.
Bug Fixes
- Recent fee rises and TxQ issues (#2215)
rippled Version 0.70.1
The rippled
0.70.1 release corrects a technical flaw in the newly refactored consensus code that could cause a node to get stuck in consensus due to stale votes from a
peer, and allows compiling rippled
under the 1.1.x releases of OpenSSL.
New and Updated Features
This release has no new features.
Bug Fixes