Skip to content

Instantly share code, notes, and snippets.

@nbougalis
Last active June 4, 2016 04:00
0.31.2 announcement
A new release of rippled - version 0.31.2 - is now available. This release:
* Corrects a defect in the fee escalation algorithm that would cause network fees to
escalate more rapidly than intended; additionally, the minimum local fee, as reported
by validators, will no longer be adjusted upwards.
* Gracefully handles ledger validations which do not include the optional LedgerSequence
field. Earlier versions of rippled incorrectly assumed that the field would always be
included.
To better understand fee escalation and the recently introducted load and open ledger
costs, please consult the documentation, available at https://ripple.com/build/transaction-cost/#load-cost-and-open-ledger-cost
As this release contains breaking changes, all partners will want to upgrade to rippled
0.31.2 as soon as possible. Partners who do not upgrade their instances may encounter
desyncing and other performance-related issues.
The Ripple operations team will be deploying the new version of rippled to all servers
under its operational control, including private clusters, starting at 10:00 AM on
Tuesday, June 7 2016.
You can update to the new version on Red Hat Enterprise Linux 7 or CentOS 7 using
yum. See https://ripple.com/build/rippled-setup/#updating-rippled for details.
The md5sum for the rpm is: 7386819ca351ba958f83b4489054ee0b.
The md5sum for the source rpm is: 28a7db268ebbf6d1b6f8ace0db45e3be.
For other platforms, please compile the new version from source. See
https://wiki.ripple.com/Rippled_build_instructions for details.
The first log entry should be the change setting the version:
commit b81ec3545fbc61400c5b9b74aa63a1ed2390d9d3
Author: Nik Bougalis <nikb@bougalis.net>
Date: Thu Jun 2 11:42:20 2016 -0700
Set version to 0.31.2
Please let me know if you have any questions or comments about this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment