mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-15 11:36:00 -05:00
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:
parent
98f57cd198
commit
6e5eda83ad
2 changed files with 0 additions and 22 deletions
|
@ -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.
|
|
|
@ -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.
|
|
Loading…
Add table
Reference in a new issue