doc: remove rel note fragments

These have been added to
https://github.com/bitcoin-core/bitcoin-devwiki/wiki/27.0-Release-Notes-Draft,
where they can be improved further.
This commit is contained in:
fanquake 2024-03-04 11:58:08 +00:00
parent 98f57cd198
commit 6e5eda83ad
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
2 changed files with 0 additions and 22 deletions

View File

@ -1,7 +0,0 @@
mempool.dat compatibility
========================
The `mempool.dat` file created by -persistmempool or the savemempool RPC will
be written in a new format, which can not be read by previous software
releases. To allow for a downgrade, a temporary setting `-persistmempoolv1` has
been added to fall back to the legacy format.

View File

@ -1,15 +0,0 @@
libbitcoinconsensus
========================
This library is deprecated and will be removed for v28.
It has existed for nearly 10 years with very little known uptake or impact. It
has become a maintenance burden.
The underlying functionality does not change between versions, so any users of
the library can continue to use the final release indefinitely, with the
understanding that Taproot is its final consensus update.
In the future, libbitcoinkernel will provide a much more useful API that is
aware of the UTXO set, and therefore be able to fully validate transactions and
blocks.