diff --git a/doc/release-notes.md b/doc/release-notes.md index 663bb06bb..fac4dc59f 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,7 +1,10 @@ # Bitcoin ABC 0.27.6 Release Notes Bitcoin ABC version 0.27.6 is now available from: -This is a maintenance release with no user-visible change. +This release includes the following features and fixes: + - The `ancestorcount`, `ancestorsize` and `ancestorfees` fields from the + `listunspent` RPC have been removed. They were deprecated since the v0.27.0 + and are no longer computed since the May 15th, 2023 eCash network upgrade. diff --git a/src/bench/chained_tx.cpp b/src/bench/chained_tx.cpp index a1db7787e..5203e06eb 100644 --- a/src/bench/chained_tx.cpp +++ b/src/bench/chained_tx.cpp @@ -1,514 +1,469 @@ // Copyright (c) 2021 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include #include #include #include #include #include #include