Skip to content

Commit 25dc87e

Browse files
committed
libconsensus: deprecate
This library has existed for nearly 10 years with very little known uptake or impact. It has become a maintenance burden. In several cases it dictates our code/library structure (for example necessitating LIBBITCOIN_CRYPTO_BASE), as well as build-system procedures (building multiple copies of object files especially for the lib). Several discussions have arisen wrt migrating it to CMake and it has become difficult to justify adding more complexity for a library that is virtually unused anyway. See for example the discussions: hebasto#41 bitcoin#29123 Instead, we (fanquake, hebasto, TheCharlatan, and I) propose simply not migrating it to CMake and letting it end with v27. Any remaining use-cases could be handled in the future by libbitcoinkernel.
1 parent c80f57b commit 25dc87e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

doc/release-notes-29189.md

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

doc/shared-libraries.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Shared Libraries
22
================
33

44
## bitcoinconsensus
5+
***This library is deprecated and will be removed in v28***
56

67
The purpose of this library is to make the verification functionality that is critical to Bitcoin's consensus available to other applications, e.g. to language bindings.
78

0 commit comments

Comments
 (0)