bitcoin/src/init
fanquake cc61bc2e19
compat: remove glibcxx sanity checks
These checks were added in #4339, (see also #4081), to test
our back-compat stubs, however, those stubs no-longer exist (#22930),
meaning that these checks are now just testing some specific standard
library behaviour, without a particular rationale, or reason, compared
to any other standard library functions we use.

There has also been some discussion about the sanity checks in the
context of the libbitcoinkernel refactoring, see
https://github.com/bitcoin/bitcoin/pull/25065#discussion_r880668218.
Removing the checks removes the need to worry about atleast the glibcxx
checks.

Also remove the list of check from the doc in init.h, because it is
incomplete, and anyone who wants to know what checks are included can
look at the function.
2022-05-28 09:43:02 +01:00
..
bitcoin-gui.cpp refactor: fix includes in src/init 2022-04-20 13:51:33 +01:00
bitcoin-node.cpp refactor: fix includes in src/init 2022-04-20 13:51:33 +01:00
bitcoin-qt.cpp refactor: fix includes in src/init 2022-04-20 13:51:33 +01:00
bitcoin-wallet.cpp refactor: fix includes in src/init 2022-04-20 13:51:33 +01:00
bitcoind.cpp refactor: fix includes in src/init 2022-04-20 13:51:33 +01:00
common.cpp compat: remove glibcxx sanity checks 2022-05-28 09:43:02 +01:00
common.h Move common package version code to init/common 2021-04-19 06:11:38 -04:00