mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 08:50:26 +02:00
Merge #18877: Serve cfcheckpt requests
23083856a5
[test] Add test for cfcheckpt (Jim Posen)f9e00bb25a
[net processing] Message handling for getcfcheckpt. (Jim Posen)9ccaaba11e
[init] Add -peerblockfilters option (Jim Posen) Pull request description: Serve cfcheckpt messages if basic block filter index is enabled and `-peercfilters` is set. `NODE_COMPACT_FILTERS` is not signaled to peers, but functionality can be used for testing and serving pre-configured clients. ACKs for top commit: jonatack: Code review re-ACK23083856a5
the only change since my review @ 967e2b1 is an update required for #16224 that was merged yesterday. fjahr: re-ACK23083856a5
jkczyz: re-ACK23083856a5
ariard: re-Code Review ACK2308385
clarkmoody: Tested ACK23083856a
MarcoFalke: re-ACK23083856a5
🌳 theStack: ACK23083856a5
Tree-SHA512: 8c751bbd7d1c31a413096462ae025c3d2f3163c7016cbec472a5f5ec267f8dd19a2dfc4d749876d7409c1db546e6fdd16461c6863effcfa0d3e993edcfa92a08
This commit is contained in:
@ -226,6 +226,7 @@ BASE_SCRIPTS = [
|
||||
'feature_loadblock.py',
|
||||
'p2p_dos_header_tree.py',
|
||||
'p2p_unrequested_blocks.py',
|
||||
'p2p_blockfilters.py',
|
||||
'feature_includeconf.py',
|
||||
'feature_asmap.py',
|
||||
'mempool_unbroadcast.py',
|
||||
|
Reference in New Issue
Block a user