From 7b0d48281049c3fec7fafcb7ce5cea045367ae1f Mon Sep 17 00:00:00 2001 From: Nik Bougalis Date: Thu, 15 Jun 2017 07:34:17 -0700 Subject: [PATCH] Set version to 0.70.0 --- RELEASENOTES.md | 37 ++++++++++++++++++++++++++ src/ripple/protocol/impl/BuildInfo.cpp | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6e1a72d28..f0ebbf86f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -9,6 +9,43 @@ If you are using Red Hat Enterprise Linux 7 or CentOS 7, you can [update using ` # Releases +## Version 0.70.0 + +The `rippled` 0.70.0 release introduces several enhancements that improve the reliability, scalability and security of the network. + +Highlights of this release include: + +- The `FlowCross` amendment, which streamlines offer crossing and autobrigding logic by leveraging the new “Flow” payment engine. +- The `EnforceInvariants` amendment, which can safeguard the integrity of the XRP Ledger by introducing code that executes after every transaction and ensures that the execution did not violate key protocol rules. +- `fix1373`, which addresses an issue that would cause payments with certain path specifications to not be properly parsed. + +**New and Updated Features** + +- Implement and test invariant checks for transactions (#2054) +- TxQ: Functionality to dump all queued transactions (#2020) +- Consensus refactor for simulation/cleanup (#2040) +- Payment flow code should support offer crossing (#1884) +- make `Config` init extensible via lambda (#1993) +- Improve Consensus Documentation (#2064) +- Refactor Dependencies & Unit Test Consensus (#1941) +- `feature` RPC test (#1988) +- Add unit Tests for handlers/TxHistory.cpp (#2062) +- Add unit tests for handlers/AccountCurrenciesHandler.cpp (#2085) +- Add unit test for handlers/Peers.cpp (#2060) +- Improve logging for Transaction affects no accounts warning (#2043) +- Increase logging in PeerImpl fail (#2043) +- Allow filtering of ledger objects by type in RPC (#2066) + +**Bug Fixes** + +- Fix displayed warning when generating brain wallets (#2121) +- Cmake build does not append '+DEBUG' to the version info for non-unity builds +- Crossing tiny offers can misbehave on RCL +- `asfRequireAuth` flag not always obeyed (#2092) +- Strand creating is incorrectly accepting invalid paths +- JobQueue occasionally crashes on shutdown (#2025) +- Improve pseudo-transaction handling (#2104) + ## Version 0.60.3 The `rippled` 0.60.3 release helps to increase the stability of the network under heavy load. diff --git a/src/ripple/protocol/impl/BuildInfo.cpp b/src/ripple/protocol/impl/BuildInfo.cpp index 0f6739b49..5648aff16 100644 --- a/src/ripple/protocol/impl/BuildInfo.cpp +++ b/src/ripple/protocol/impl/BuildInfo.cpp @@ -33,7 +33,7 @@ char const* const versionString = // The build version number. You must edit this for each release // and follow the format described at http://semver.org/ // - "0.70.0-rc1" + "0.70.0" #if defined(DEBUG) || defined(SANITIZER) "+"