Commit d89c6d0
committed
Squashed 'bitcoinkernel/bitcoin/' changes from bce88ae28a..21b0503c2f
21b0503c2f kernel: Fix bitcoin-chainstate for windows
bc8d1fee5b kernel: Add Purpose section to header documentation
dc236eae42 kernel: Allowing reducing exports
1fecb1958c kernel: Add pure kernel bitcoin-chainstate
f475d99fae kernel: Add functions to get the block hash from a block
d4bb72a356 kernel: Add block index utility functions to C header
e9228df41a kernel: Add function to read block undo data from disk to C header
7fde6295f9 kernel: Add functions to read block from disk to C header
5a260fbdcc kernel: Add function for copying block data to C header
a79a004930 kernel: Add functions for the block validation state to C header
16c86e8e44 kernel: Add validation interface to C header
bf2e6ebbe5 kernel: Add interrupt function to C header
58a72f9077 kernel: Add import blocks function to C header
39e8fdd98d kernel: Add chainstate load options for in-memory dbs in C header
ef603878c2 kernel: Add options for reindexing in C header
d040fef820 kernel: Add block validation to C header
4fa09221f6 kernel: Add chainstate loading when instantiating a ChainstateManager
8cbfd68713 kernel: Add chainstate manager option for setting worker threads
52d278de97 kernel: Add chainstate manager object to C header
4542b218ff kernel: Add notifications context option to C header
13399721dc kernel: Add chain params context option to C header
78ecfd6f82 kernel: Add kernel library context object
b9b0d3559c kernel: Add logging to kernel library C header
a2ca38f070 kernel: Introduce initial kernel C header API
d20f10affb Merge bitcoin/bitcoin#33268: wallet: Identify transactions spending 0-value outputs, and add tests for anchor outputs in a wallet
9a5ba154be Merge bitcoin/bitcoin#33310: trace: Workaround GCC bug compiling with old systemtap
853f0d8811 Merge bitcoin/bitcoin#33364: ci: always use tag for LLVM checkout
b81445333a Merge bitcoin/bitcoin#33243: test: Fix CLI_MAX_ARG_SIZE issues
f757da87f5 Merge bitcoin/bitcoin#33332: common: Make arith_uint256 trivially copyable
e416dc2fbb Merge bitcoin/bitcoin#33321: kernel: make blockTip index const
176fac0f16 Merge bitcoin/bitcoin#33141: test: Remove polling loop from test_runner (take 2)
593d5fe37d Merge bitcoin/bitcoin#33354: txgraph: use enum Level instead of bool main_only
653a9849d5 common: Make arith_uint256 trivially copyable
b736052e39 ci: always use tag for LLVM checkout
d45f3717d2 txgraph: use enum Level instead of bool main_only
ee42d59d4d Merge bitcoin-core/gui#886: Avoid pathological QT text/markdown behavior...
2c8a478db4 Merge bitcoin/bitcoin#33231: net: Prevent node from binding to the same `CService`
591eea7b5a Merge bitcoin/bitcoin#33082: wallet, refactor: Remove Legacy check and error
6a371b70c8 gui: Avoid pathological QT text/markdown behavior...
c0894a0a2b Merge bitcoin/bitcoin#33348: contrib: add bitcoin binary to gen-manpages
53e6db91ef contrib: add placeholder manpage for bitcoin binary
f5887a8de4 contrib: add bitcoin binary to gen-manpages
314c42b55b Merge bitcoin/bitcoin#33347: build: bump `CLIENT_VERSION_MAJOR` to 30
9f744fffc3 build: bump CLIENT_VERSION_MAJOR to 30
042817ddb8 Merge bitcoin/bitcoin#33346: doc: remove release note fragment
0f0e6fe7f5 doc: remove release note fragment
84cf542039 Merge bitcoin/bitcoin#33275: Release: 30.0 translations update
13809b867a Merge bitcoin/bitcoin#33303: ci: Checkout latest merged pulls
e749205f83 Merge bitcoin/bitcoin#33319: ci: reduce runner sizes on various jobs
9cbd346daa Merge bitcoin/bitcoin#33340: Fix benchmark CSV output
4776179be9 Merge bitcoin/bitcoin#33342: guix: strip binaries in libexec
0ba44d9c38 Merge bitcoin/bitcoin#33296: net: check for empty header before calling FillBlock
1861030bea Merge bitcoin/bitcoin#30469: index: Fix coinstats overflow
8b62647680 test: send duplicate blocktxn message in p2p_compactblocks.py
5e585a0fc4 net: check for empty header before calling FillBlock
cb825a07ac Merge bitcoin/bitcoin#33338: net: Add interrupt to pcp retry loop
0b0bd74c3e Merge bitcoin/bitcoin#33312: clang-tidy: Disable `UndefinedBinaryOperatorResult` check in `src/ipc`
790b440197 Fix benchmark CSV output
3cceda9f48 guix: strip binaries in libexec
3eea9fd395 Merge bitcoin/bitcoin#33308: doc: fix `LIBRARY_PATH` comment
0b38cc9bf7 Merge bitcoin/bitcoin#33339: doc: move release notes to wiki pre branch off
b320f5efa1 qt: 30.0 translations update
905c1a77f5 doc: move release notes to wiki pre branch off
2d799590fe Merge bitcoin/bitcoin#33283: contrib: update fixed seeds
188de70c86 net: Add interrupt to pcp retry loop
9c6fa07b12 Merge bitcoin/bitcoin#33322: Update libmultiprocess subtree to improve build and logs
c767974811 clang-tidy: Fix critical warnings
54dc34ec22 index: Remove unused coinstatsindex recovery code
37c4fba1f4 index: Check BIP30 blocks when rewinding Coinstatsindex
51df9de8e5 doc: Add release note for 30469
bb8d673183 test: Add coinstatsindex compatibility test
b2e8b64ddc index, refactor: Append blocks to coinstatsindex without db read
431a076ae6 index: Fix coinstatsindex overflow issue
fa8f081af3 ci: Checkout latest merged pulls
36e40417de Merge bitcoin-core/gui#884: Fix compatibility with `-debuglogfile` command-line option
a4ee70e5b6 Merge commit 'a334bbe9b79ddf1999003c792bc8945639b7e9c1' into pr/subtree-4
a334bbe9b7 Squashed 'src/ipc/libmultiprocess/' changes from 1b8d4a6f1e54..13424cf2ecc1
e04cb9c1bd Merge bitcoin/bitcoin#33201: Add functional test for IPC interface
75d9b72475 kernel: make blockTip index const
a341e11ac9 ci: test IPC on additional hosts
6aee573bfc ci: enable IPC tests in CI
8d2ee88fa2 tests: add functional tests for IPC interface
3cc9a06c8d test: Add TestNode ipcbind option
3cceb60a71 test: Provide path to `bitcoin` binary
8c7f005629 test: add is_ipc_compiled() and skip_if_no_ipc() functions
37c21ebe40 Merge bitcoin/bitcoin#33309: doc: archive v29.1 release notes
32e2484b67 Merge bitcoin/bitcoin#33304: depends: strip when installing qt binaries
4d4789dffa net: Prevent node from binding to the same CService
647cdb4f7e Merge bitcoin/bitcoin#33311: net: Quiet down logging when router doesn't support natpmp/pcp
589b65f06c clang-tidy: Disable `UndefinedBinaryOperatorResult` check in `src/ipc`
4f1a4cbccd net: Quiet down logging when router doesn't support natpmp/pcp
93a29ff283 trace: Workaround GCC bug compiling with old systemtap
5eeb2facbb ci: reduce runner sizes on various jobs
61ec8866c6 [doc] archive v29.1 release notes
a2a35b58cb doc: fix LIBRARY_PATH comment
e1ce0c525c Merge bitcoin/bitcoin#33291: ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles
84e813a02b index, refactor: DRY coinbase check
fab842b324 index, refactor: Rename ReverseBlock to RevertBlock
2d8f5b9188 Merge bitcoin/bitcoin#33136: ci: Remove redundant RUN_UNIT_TESTS_SEQUENTIAL
c9d5f211c1 depends: strip when installing qt
fae610d858 ci: Remove redundant RUN_UNIT_TESTS_SEQUENTIAL
2562fe1b2b Merge bitcoin/bitcoin#32159: net, pcp: handle multi-part responses and filter for default route while querying default gateway
ed2ff3c63d Merge bitcoin/bitcoin#33235: build: set ENABLE_IPC to OFF when fuzzing
88db09bafe net: handle multi-part netlink responses
113a422822 wallet: Add m_cached_from_me to cache "from me" status
609d265ebc test: Add a test for anchor outputs in the wallet
c40dc822d7 wallet: Throw an error in sendall if the tx size cannot be calculated
39a7dbdd27 wallet: Determine IsFromMe by checking for TXOs of inputs
e76c2f7a41 test: Test wallet 'from me' status change
689a321976 Merge bitcoin/bitcoin#33220: doc: truc packages allow sub min feerate transactions
9b76eef2d2 ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles
939678940f contrib: update fixed seeds
6cdd8ee676 contrib: update makeseeds minblocks
b8da9f4034 contrib: update makeseeds UA regex
ba0b4304ec Merge bitcoin/bitcoin#32989: ci: Migrate CI to hosted Cirrus Runners
0eb3eae548 Merge bitcoin/bitcoin#33274: kernel: chainparams & headersync updates for 30.0
fa4885ef2f test: Remove polling loop from test_runner
7270839af4 doc: truc packages allow sub min feerate transactions
46369583f3 Merge bitcoin/bitcoin#33224: doc: unify `datacarriersize` warning with release notes
755152ac81 kernel: add testnet4 assumeutxo param at height 90'000
a6512686e3 kernel: add mainnet assumeutxo param at height 910'000
943de66b50 kernel: update headersync params
66fb962426 kernel: update chainTxData
c3cb26e028 kernel: update assumevalid and minimumChainWork
b4adae76d4 kernel: update assumed blockchain & chainstate sizes
7e58c94112 Merge bitcoin/bitcoin#33269: test: Fixup fill_mempool docstring
3c5da69a23 ci: remove un-needed lint_run*.sh files
2aa288efdd ci: fix annoying docker warning
dd1c5903e8 ci: add ccache hit-rate warning when < 75%
f427284483 doc: Detail configuration of hosted CI runners
3f339e99e0 ci: dynamically match makejobs with cores
4393ffdd83 ci: remove .cirrus.yml
bc41848d00 ci: port lint
d290a8e6ea ci: port msan-depends
9bbae61e3b ci: port tsan-depends
bf7d536452 ci: port tidy
549074bc64 ci: port centos-depends-gui
58e38c3a04 ci: port previous-releases-depends-debug
341196d75c ci: port fuzzer-address-undefined-integer-nodepends
f2068f26c1 ci: port no-IPC-i686-DEBUG
2a00b12d73 ci: port nowallet-libbitcoinkernel
9c2514de53 ci: port mac-cross-gui-notests
2c990d84a3 ci: force reinstall of kernel headers in asan
884251441b ci: update asan-lsan-ubsan
f253031cb8 ci: port arm 32-bit job
04e7bfbceb ci: update windows-cross job
cc1735d777 ci: add job to determine runner type
020069e6b7 ci: add Cirrus cache host
9c2b96e0d0 ci: have base install run in right dir
18f6be09d0 ci: use docker build cache arg directly
94a0932547 ci: use buildx in ci
fdf64e5532 ci: add configure-docker action
33ba073df7 ci: add REPO_USE_CIRRUS_RUNNERS
b232b0fa5e ci: add caching actions
b8fcc9fcbc ci: add configure environment action
fa3f682032 test: Fixup fill_mempool docstring
7cc9a08706 Merge bitcoin/bitcoin#33253: Revert compact block cache inefficiencies
084fd68fda Merge bitcoin/bitcoin#33258: ci: use LLVM 21
6ff2d42362 Merge bitcoin/bitcoin#33189: rpc: followups for 33106
4d54bb2b92 Merge bitcoin/bitcoin#33264: threading: reduce the scope of lock in getblocktemplate
9ae23950ef Merge bitcoin/bitcoin#33261: ci: return to using dash in CentOS job
493ba0f688 threading: reduce the scope of lock in getblocktemplate
509ffea40a ci: return to using dash in CentOS job
b7b249d3ad Revert "[refactor] rewrite vTxHashes as a vector of CTransactionRef"
b9300d8d0a Revert "refactor: Simplify `extra_txn` to be a vec of CTransactionRef instead of a vec of pair<Wtxid, CTransactionRef>"
df5a50e5de bench/blockencodings: add compact block reconstruction benchmark
4cf0ae474b ci: use LLVM 21
fa96a4afea ci: Enable CI_LIMIT_STACK_SIZE=1 in i686_no_ipc task
facfde2cdc test: Fix CLI_MAX_ARG_SIZE issues
6ca6f3b37b Merge bitcoin/bitcoin#33241: Update libmultiprocess subtree to fix build issues
9703b7e6d5 Merge bitcoin/bitcoin#32592: threading: remove ancient CRITICAL_SECTION macros
dd68d0f40b Squashed 'src/ipc/libmultiprocess/' changes from b4120d34bad2..1b8d4a6f1e54
323b3fd272 Merge commit 'dd68d0f40b614474f24469fbe1ba02f8f9146b31' into pr/subtree-3
d3c5e47391 wallet, refactor: Remove Legacy check and error
73220fc0f9 Merge bitcoin/bitcoin#33212: index: Don't commit state in BaseIndex::Rewind
46ca7712cb threading: remove unused template instantiations
b537a6a6db threading: remove obsolete critsect macros
0d0e0a39b4 threading: use a reverse lock rather than manual critsect macros
3ddd554d31 tests: Add Assertions in reverse_lock tests to exercise thread-safety annotations
c88b1cbf57 tests: get rid of remaining manual critsect usage
2c223de2af Merge bitcoin/bitcoin#33237: doc: use new block_to_connect parameter name
02f6758e0c Merge bitcoin/bitcoin#33233: doc: follow-ups to "Add bitcoin-{node,gui} to release binaries for IPC"
682bd04462 Merge bitcoin/bitcoin#33236: doc: Remove wrong and redundant doxygen tag
a9701de0c9 Merge bitcoin/bitcoin#33217: depends: remove xinerama extension from libxcb
78351ed083 Merge bitcoin/bitcoin#33222: miner: clamp options instead of asserting
de65c86572 doc: capnproto instruction for Alpine and Arch
49d1a1a363 doc: add capnproto-devel to Fedora build instruction
a602f6fb7b test: index with an unclean restart after a reorg
01b95ac6f4 index: don't commit state in BaseIndex::Rewind
1c3db0ed8e doc: use new block_to_connect parameter name
8333aa5302 Merge bitcoin/bitcoin#32523: wallet: Remove isminetypes
eab5518913 doc: mark bitcoin-{node,gui} installed in files.md
966666de9a doc: Remove wrong and redundant doxygen tag
af4156ab75 build: set ENABLE_IPC to OFF when fuzzing
2a815d126b doc: link to capnp version bump PR
decc3671c8 guix: remove libxcb-xinerama.so.0 from allowed libs
3d9314f383 depends: remove xinerama extension from libxcb
7d9789401b Merge bitcoin/bitcoin#31802: Add bitcoin-{node,gui} to release binaries for IPC
2885bd0e1c doc: unify `datacarriersize` warning with release notes
be776a1443 wallet: Remove isminetype
009a69a616 wallet: Remove ISMINE_USED
6a7aa01574 wallet: Remove COutput::spendable and AvailableCoinsListUnspent
7392b8b084 miner: clamp options instead of asserting
620abe985e interfaces, gui: Remove is_mine output parameter from getAddress
c0d28c8f5b qt: Fix compatibility with `-debuglogfile` command-line option
daa40a3ff9 doc fixups for 33106
c568511e8c test fixup for incremental feerate
636fa219d3 test fixups
9169a50d52 [rpc] expose blockmintxfee via getmininginfo
ce7d94a492 doc: add release note
71f29d4fa9 doc: update build and dependencies docs for IPC
3cbf747c32 cmake: set ENABLE_IPC by default
32a90e1b90 ci: use bitcoin-node for one depends job
b333cc14d5 ci: build one depends job without multiprocess
16bce9ac4c build: depends makes libmultiprocess by default
30c6f64eed test: Remove unnecessary LoadWallet() calls
42e99ad773 net: skip non-route netlink responses
57ce645f05 net: filter for default routes in netlink responses
REVERT: bce88ae28a kernel: Fix bitcoin-chainstate for windows
REVERT: 3a7e9f0eaf kernel: Add Purpose section to header documentation
REVERT: 5bae79ace5 kernel: Allowing reducing exports
REVERT: d0308a2489 kernel: Add pure kernel bitcoin-chainstate
REVERT: 05a569070c kernel: Add functions to get the block hash from a block
REVERT: 8566ec6e83 kernel: Add block index utility functions to C header
REVERT: b4d0e80f84 kernel: Add function to read block undo data from disk to C header
REVERT: 488999ac77 kernel: Add functions to read block from disk to C header
REVERT: 3dc76bb7f7 kernel: Add function for copying block data to C header
REVERT: 6151b45a42 kernel: Add functions for the block validation state to C header
REVERT: 5d00432f27 kernel: Add validation interface to C header
REVERT: facf209aee kernel: Add interrupt function to C header
REVERT: 129f553e4e kernel: Add import blocks function to C header
REVERT: f7ed7b944d kernel: Add chainstate load options for in-memory dbs in C header
REVERT: 67d9f53a98 kernel: Add options for reindexing in C header
REVERT: ebc826319f kernel: Add block validation to C header
REVERT: 511a1c8a78 kernel: Add chainstate loading when instantiating a ChainstateManager
REVERT: aad295899e kernel: Add chainstate manager option for setting worker threads
REVERT: c701cb2405 kernel: Add chainstate manager object to C header
REVERT: 1df8b87602 kernel: Add notifications context option to C header
REVERT: 571c1a2acb kernel: Add chain params context option to C header
REVERT: a2cab9f1cd kernel: Add kernel library context object
REVERT: 944ef6b630 kernel: Add logging to kernel library C header
REVERT: d0cb841fba kernel: Introduce initial kernel C header API
git-subtree-dir: bitcoinkernel/bitcoin
git-subtree-split: 21b0503c2f19f5e4662cea1ceecb425b8460967b1 parent 22f55cf commit d89c6d0
File tree
333 files changed
+15700
-33420
lines changed- .github
- actions
- configure-docker
- configure-environment
- restore-caches
- save-caches
- workflows
- ci
- test
- cmake/module
- contrib
- devtools
- guix
- libexec
- seeds
- depends
- packages
- doc
- man
- policy
- release-notes
- src
- bench
- common
- crypto
- index
- interfaces
- ipc
- libmultiprocess
- .github/workflows
- ci
- configs
- patches
- doc
- example
- include/mp
- src/mp
- kernel
- node
- policy
- qt
- forms
- locale
- rpc
- test
- fuzz
- kernel
- util
- wallet
- rpc
- test
- fuzz
- test
- functional
- test_framework
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
333 files changed
+15700
-33420
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments