diff --git a/doc/release-notes.md b/doc/release-notes.md index 9c5cf81be..ea5c492f6 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,7 +1,10 @@ # Bitcoin ABC 0.27.7 Release Notes Bitcoin ABC version 0.27.7 is now available from: -This is a maintenance release with no user-visible change. +This release includes the following features and fixes: + - The `fees.ancestor` and `fees.descendant` fields from the `getrawmempool`, + `getmempoolentry`, `getmempoolancestors` and `getmempooldescendants` were + deprecated since v0.27.0 and have been completely removed. diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index ec563a7cf..3b8bd90aa 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1,3357 +1,3337 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2019 The Bitcoin Core 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 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include