diff options
author | fanquake <fanquake@gmail.com> | 2024-03-04 11:58:08 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-03-04 11:58:26 +0000 |
commit | 6e5eda83ad59315b95cc5d3cb7ccfa36f0c6c881 (patch) | |
tree | 528fa7a87697547c6afc4e99cc31ea5b24af72bf /doc | |
parent | 98f57cd198baf8ac0bc236a80aa62c43d27fe27f (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-28207.md | 7 | ||||
-rw-r--r-- | doc/release-notes-29189.md | 15 |
2 files changed, 0 insertions, 22 deletions
diff --git a/doc/release-notes-28207.md b/doc/release-notes-28207.md deleted file mode 100644 index 56b88da16a..0000000000 --- a/doc/release-notes-28207.md +++ /dev/null @@ -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. diff --git a/doc/release-notes-29189.md b/doc/release-notes-29189.md deleted file mode 100644 index f75e450217..0000000000 --- a/doc/release-notes-29189.md +++ /dev/null @@ -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. |