dash/src
Samuel Dobson 0fa19226cb
Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21
0be29000c011dec0722481dbebb159873da6fa54 rpc: update conf_target helps for correctness/consistency (Jon Atack)
778b9be40667876c705e586849ea9c9e44cf451c wallet, rpc: fix send subtract_fee_from_outputs help (Jon Atack)
603c0050837ec65765208dd54dde354145fbe098 wallet: add rpc send explicit fee rate coverage (Jon Atack)
dd341e602d5160fc621c0299179b91403756b61d wallet: add sendtoaddress/sendmany explicit fee rate coverage (Jon Atack)
44e7bfa60313e4ae67da49e5ba4535038b71b453 wallet: add walletcreatefundedpsbt explicit fee rate coverage (Jon Atack)
6e1ea4273e52fdcd86c87628aa595c03a071ca8c test: refactor for walletcreatefundedpsbt fee rate coverage (Jon Atack)
3ac7b0c6f1c68e74a84d868a454f508bada6b09d wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget() (Jon Atack)
2d8eba8f8425a2515022d51f1f5b4911329fbf55 wallet: combine redundant bumpfee invalid params and args tests (Jon Atack)
1697a40b6f841a54ee0d9744ed7fd09034b0ddad wallet: improve bumpfee error/help, add explicit fee rate coverage (Jon Atack)
fc5721723d34f76f9e1ffd2e31f274ea6b22f894 wallet: fix SetFeeEstimateMode() error message (Jon Atack)
052427eef1c9da84c474c5161b1910d3328ef0da wallet, bugfix: fix bumpfee with explicit fee rate modes (Jon Atack)

Pull request description:

  Follow-up to #11413 providing a base to build on for #19543:

  - bugfix for `bumpfee` raising a JSON error with explicit feerates, fixes issue #20219
  - adds explicit feerate test coverage for `bumpfee`, `fundrawtransaction`, `walletcreatefundedpsbt`, `send`, `sendtoaddress`, and `sendmany`
  - improves a few related RPC error messages and `ParseConfirmTarget()` / error message
  - fixes/improves the explicit fee rate information in the 6 RPC helps, of which 2 were also missing `conf_target` sat/B units

  This provides a spec and regression coverage for the potential next step of a universal `sat/vB` feerate argument (see #19543), as well as immediate coverage and minimum fixes for 0.21.

ACKs for top commit:
  kallewoof:
    Concept/Tested ACK 0be29000c011dec0722481dbebb159873da6fa54
  meshcollider:
    Code review + functional test run ACK 0be29000c011dec0722481dbebb159873da6fa54

Tree-SHA512: efd965003e991cba51d4504e2940f06ab3d742e34022e96a673606b44fad85596aa03a8c1809f06df7ebcf21a38e18a891e54392fe3d6fb4d120bbe4ea0cf5e0
2024-09-23 02:01:40 +07:00
..
bench merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
bls Merge bitcoin/bitcoin#24213: refactor: use Span in random.* 2024-06-06 22:58:30 -05:00
coinjoin Merge #18275: wallet: error if an explicit fee rate was given but the needed fee rate differed 2024-09-23 02:01:40 +07:00
compat Merge bitcoin/bitcoin#26809: compat: use STDIN_FILENO over 0 2024-08-12 11:52:39 +07:00
config
consensus feat: bury v20 deployment 2024-08-26 14:20:40 +07:00
crc32c
crypto Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
dashbls
evo refactor: removed duplicated meaningless condition from Check mnhftx 2024-09-13 15:51:58 +07:00
governance Merge #6225: feat: bury v20 fork - fire up test chains by first block - 4/n 2024-09-10 08:50:23 -05:00
gsl fix: optimize includes in gsl/pointer.h to speed up compile time 2024-08-26 16:16:31 +07:00
immer
index merge bitcoin#21850: Remove GetDataDir(net_specific) function 2024-07-23 17:45:24 +00:00
init Merge bitcoin/bitcoin#22216: refactor: Make SetupServerArgs callable without NodeContext 2024-08-28 01:09:45 +07:00
interfaces Merge #6231: backport: merge bitcoin#19572, #20953, #20523, #21008, #21310, #22079, #23471, #24218 (zmq backports) 2024-08-30 22:18:37 -05:00
ipc Merge bitcoin/bitcoin#22218: multiprocess: Add ipc::Context and ipc::capnp::Context structs 2024-08-14 12:12:50 +07:00
leveldb
llmq merge bitcoin#25619: avoid overriding non-virtual ToString() in CService and use better naming 2024-09-11 16:18:46 +00:00
logging merge bitcoin#22872: improve checkaddrman logging with duration in milliseconds 2024-09-03 14:57:48 +00:00
masternode merge bitcoin#27411: Restrict self-advertisements with privacy networks to avoid fingerprinting 2024-09-13 17:04:45 +00:00
node merge bitcoin#25500: Move inbound eviction logic to its own translation unit 2024-09-12 14:42:57 +00:00
policy merge bitcoin#22937: Forbid calling unsafe fs::path(std::string) constructor and fs::path::string() method 2024-08-06 18:00:38 +00:00
primitives feat: make a support of Qt app to show Platform Transfer transaction as a new type of transaction 2024-08-07 08:27:32 +07:00
qt merge bitcoin#25962: Add CNodeOptions and increase constness 2024-09-12 14:42:57 +00:00
rpc Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21 2024-09-23 02:01:40 +07:00
script Merge #6240: backport: partial bitcoin#27920, #28799, #29007 - to improve CI experience 2024-08-30 10:32:20 -05:00
secp256k1
support merge bitcoin#25325: Add pool based memory resource 2024-09-04 16:29:30 +00:00
test Merge #6255: backport: merge bitcoin#24531, #25500, #25814, #25962, #26888, #27264, #27257, #27324, #27374, #27467, #27411, partial bitcoin#25472 (networking backports: part 8) 2024-09-16 12:01:08 -05:00
univalue
util partial bitcoin#25472: Increase MS Visual Studio minimum version 2024-09-12 14:42:57 +00:00
wallet Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21 2024-09-23 02:01:40 +07:00
zmq merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
.clang-format Merge #21221: [tools] Allow argument/parameter bin packing in clang-format 2024-04-11 02:25:07 +07:00
addrdb.cpp merge bitcoin#26847: track AddrMan totals by network and table, improve precision of adding fixed seeds 2024-09-11 16:18:46 +00:00
addrdb.h merge bitcoin#22910: Encapsulate asmap in NetGroupManager 2024-09-03 14:57:50 +00:00
addressindex.cpp
addressindex.h refactor: define all key/value pairings as *Entry and use them instead 2024-06-28 08:14:30 +00:00
addrman_impl.h merge bitcoin#27745: select addresses by network follow-up 2024-09-11 18:34:07 +00:00
addrman.cpp merge bitcoin#28341: Use HashWriter over legacy CHashWriter 2024-09-11 18:34:07 +00:00
addrman.h merge bitcoin#27015: bitcoin#26847 fixups (AddrMan totals) 2024-09-13 16:57:54 +00:00
amount.h
arith_uint256.cpp
arith_uint256.h
attributes.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
banman.cpp Merge bitcoin/bitcoin#25149: refactor: Add thread safety annotation to BanMan::SweepBanned() 2024-06-06 22:58:31 -05:00
banman.h Merge bitcoin/bitcoin#25149: refactor: Add thread safety annotation to BanMan::SweepBanned() 2024-06-06 22:58:31 -05:00
base58.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
base58.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
batchedlogger.cpp Merge #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set 2024-04-11 02:25:08 +07:00
batchedlogger.h Merge #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set 2024-04-11 02:25:08 +07:00
bech32.cpp
bech32.h
bip324.cpp
bip324.h
bitcoin-cli.cpp merge bitcoin#23175: Add CJDNS network to -addrinfo and -netinfo 2024-09-08 16:24:36 +00:00
bitcoin-tx.cpp merge bitcoin#24167: consistently use fsbridge:: for ifstream / ofstream 2024-08-06 18:00:38 +00:00
bitcoin-wallet.cpp Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-wallet 2024-06-20 12:23:02 +07:00
bitcoind.cpp Merge bitcoin/bitcoin#22216: refactor: Make SetupServerArgs callable without NodeContext 2024-08-28 01:09:45 +07:00
blockencodings.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
blockencodings.h
blockfilter.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
blockfilter.h
bloom.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
bloom.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
cachemap.h
cachemultimap.h
chain.cpp merge bitcoin#25349: CBlockIndex/CDiskBlockIndex improvements for safety, consistent behavior 2024-08-23 06:57:37 +00:00
chain.h merge bitcoin#23769: Disallow copies of CChain 2024-09-08 16:24:36 +00:00
chainparams.cpp feat: bury v20 deployment 2024-08-26 14:20:40 +07:00
chainparams.h
chainparamsbase.cpp feat: bury v20 deployment 2024-08-26 14:20:40 +07:00
chainparamsbase.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
chainparamsseeds.h chore: update seeds 2024-07-25 02:00:25 +07:00
checkqueue.h merge bitcoin#25109: Strengthen AssertLockNotHeld assertions 2024-05-09 08:52:48 +00:00
clientversion.cpp Merge bitcoin/bitcoin#22715: wallet: use FormatFullVersion() & PACKAGE_NAME in dumpwallet 2024-05-24 13:30:00 -05:00
clientversion.h Merge bitcoin/bitcoin#22715: wallet: use FormatFullVersion() & PACKAGE_NAME in dumpwallet 2024-05-24 13:30:00 -05:00
coins.cpp merge bitcoin#22902: utxocache tracepoints 2024-09-04 18:46:13 +00:00
coins.h merge bitcoin#25325: Add pool based memory resource 2024-09-04 16:29:30 +00:00
compat.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
compressor.cpp
compressor.h
context.h merge bitcoin#23936: Add and use EnsureArgsman helper 2024-09-08 16:24:37 +00:00
core_io.h partial Merge #20842: docs: consolidate typo & url fixing 2024-07-26 13:32:54 +07:00
core_memusage.h
core_read.cpp
core_write.cpp merge bitcoin#20286: deprecate addresses and reqSigs from rpc outputs 2024-06-27 19:27:37 +00:00
ctpl_stl.h
cuckoocache.h
cxxtimer.hpp fix: adjust doxygen for dash codebase for -Wdocumentation 2024-07-13 01:58:21 +07:00
dash-cli-res.rc
dash-tx-res.rc
dash-wallet-res.rc
dashd-res.rc
dbwrapper.cpp merge bitcoin#23522: Improve fs::PathToString documentation 2024-08-06 18:00:38 +00:00
dbwrapper.h fix: adjust doxygen for dash codebase for -Wdocumentation 2024-07-13 01:58:21 +07:00
deploymentinfo.cpp feat: bury v20 deployment 2024-08-26 14:20:40 +07:00
deploymentinfo.h
deploymentstatus.cpp Merge bitcoin/bitcoin#22597: consensus/params: simplify ValidDeployment check to avoid gcc warning 2024-08-09 16:59:39 +07:00
deploymentstatus.h Merge bitcoin/bitcoin#22385: refactor: Use DeploymentEnabled to hide VB deployments 2024-08-09 14:50:07 +07:00
dsnotificationinterface.cpp Merge #6231: backport: merge bitcoin#19572, #20953, #20523, #21008, #21310, #22079, #23471, #24218 (zmq backports) 2024-08-30 22:18:37 -05:00
dsnotificationinterface.h merge bitcoin#19572: Create "sequence" notifier, enabling client-side mempool tracking 2024-08-26 15:35:12 +00:00
dummywallet.cpp
flat-database.h merge bitcoin#22937: Forbid calling unsafe fs::path(std::string) constructor and fs::path::string() method 2024-08-06 18:00:38 +00:00
flatfile.cpp merge bitcoin#22937: Forbid calling unsafe fs::path(std::string) constructor and fs::path::string() method 2024-08-06 18:00:38 +00:00
flatfile.h
fs.cpp merge bitcoin#25898: remove WSL 1 workaround in fs 2024-08-13 22:53:50 +07:00
fs.h Merge #6213: backport: trivial 2024 08 14 2024-08-21 09:00:07 -05:00
hash.cpp merge bitcoin#21430: Add -Werror=implicit-fallthrough compile flag 2024-06-25 13:39:56 +00:00
hash.h partial bitcoin#25331: Add HashWriter without ser-type and ser-version 2024-09-11 16:18:46 +00:00
httprpc.cpp merge bitcoin#25619: avoid overriding non-virtual ToString() in CService and use better naming 2024-09-11 16:18:46 +00:00
httprpc.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
httpserver.cpp merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
httpserver.h feat: change handler to '/' for external users, use only rpc user name to choose queue 2024-06-07 16:31:07 +07:00
i2p.cpp merge bitcoin#25619: avoid overriding non-virtual ToString() in CService and use better naming 2024-09-11 16:18:46 +00:00
i2p.h merge bitcoin#25355: add support for transient addresses for outbound connections 2024-05-29 11:48:37 -05:00
indirectmap.h
init.cpp merge bitcoin#28341: Use HashWriter over legacy CHashWriter 2024-09-11 18:34:07 +00:00
init.h Merge bitcoin/bitcoin#22216: refactor: Make SetupServerArgs callable without NodeContext 2024-08-28 01:09:45 +07:00
key_io.cpp
key_io.h
key.cpp Merge bitcoin/bitcoin#24213: refactor: use Span in random.* 2024-06-06 22:58:30 -05:00
key.h
limitedmap.h
logging.cpp Merge #6143: backport: bitcoin#19160, #21663, #21669, #21732, #21738, #21750, #21775, #21812 2024-08-10 19:15:13 +07:00
logging.h Merge #6143: backport: bitcoin#19160, #21663, #21669, #21732, #21738, #21750, #21775, #21812 2024-08-10 19:15:13 +07:00
Makefile.am partial bitcoin#25472: Increase MS Visual Studio minimum version 2024-09-12 14:42:57 +00:00
Makefile.bench.include merge bitcoin#25325: Add pool based memory resource 2024-09-04 16:29:30 +00:00
Makefile.crc32c.include
Makefile.leveldb.include merge bitcoin#21430: Add -Werror=implicit-fallthrough compile flag 2024-06-25 13:39:56 +00:00
Makefile.qt_locale.include
Makefile.qt.include Merge #6168: backport: bitcoin-core#gui18, #121, #257, #263, #281, #335, #362, #828, bitcoin#21912, #21942, #21988 2024-08-21 09:11:32 -05:00
Makefile.qttest.include merge bitcoin#24301: header-only Boost 2024-08-13 22:53:48 +07:00
Makefile.test_fuzz.include
Makefile.test_util.include merge bitcoin#25325: Add pool based memory resource 2024-09-04 16:29:30 +00:00
Makefile.test.include merge bitcoin#22362: Drop only invalid entries when reading banlist.json 2024-09-08 16:24:36 +00:00
Makefile.univalue.include
mapport.cpp merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
mapport.h
memusage.h merge bitcoin#25325: Add pool based memory resource 2024-09-04 16:29:30 +00:00
merkleblock.cpp partial Merge #20842: docs: consolidate typo & url fixing 2024-07-26 13:32:54 +07:00
merkleblock.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
messagesigner.cpp
messagesigner.h
miner.cpp fix: use proper chain instead using ActiveChain for test framework 2024-08-12 11:45:04 +07:00
miner.h refactor: drop usage of chainstate globals in asset locks logic 2024-06-26 13:50:48 +00:00
net_permissions.cpp merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
net_permissions.h Merge bitcoin/bitcoin#26100: doc: clarify that NetPermissionFlags::Implicit is only about whitelists 2024-06-10 11:00:47 -05:00
net_processing.cpp merge bitcoin#27411: Restrict self-advertisements with privacy networks to avoid fingerprinting 2024-09-13 17:04:45 +00:00
net_processing.h partial bitcoin#26036: add NetEventsInterface::g_msgproc_mutex 2024-09-04 16:29:30 +00:00
net_types.cpp merge bitcoin#22362: Drop only invalid entries when reading banlist.json 2024-09-08 16:24:36 +00:00
net_types.h merge bitcoin#22848: Expose BanMapToJson / BanMapFromJson 2024-06-04 13:31:31 +00:00
net.cpp merge bitcoin#27411: Restrict self-advertisements with privacy networks to avoid fingerprinting 2024-09-13 17:04:45 +00:00
net.h merge bitcoin#27411: Restrict self-advertisements with privacy networks to avoid fingerprinting 2024-09-13 17:04:45 +00:00
netaddress.cpp merge bitcoin#27411: Restrict self-advertisements with privacy networks to avoid fingerprinting 2024-09-13 17:04:45 +00:00
netaddress.h merge bitcoin#27411: Restrict self-advertisements with privacy networks to avoid fingerprinting 2024-09-13 17:04:45 +00:00
netbase.cpp merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
netbase.h merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
netfulfilledman.cpp
netfulfilledman.h
netgroup.cpp merge bitcoin#28341: Use HashWriter over legacy CHashWriter 2024-09-11 18:34:07 +00:00
netgroup.h merge bitcoin#22910: Encapsulate asmap in NetGroupManager 2024-09-03 14:57:50 +00:00
netmessagemaker.h fix: release unused memory in CNetMsgMaker::Make() 2024-08-27 20:45:36 +03:00
noui.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
noui.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
outputtype.cpp
outputtype.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
pow.cpp
pow.h
prevector.h
protocol.cpp feat: broadcast dsq messages using the inventory system 2024-09-10 09:23:22 -05:00
protocol.h feat: broadcast dsq messages using the inventory system 2024-09-10 09:23:22 -05:00
psbt.cpp
psbt.h Merge bitcoin/bitcoin#25299: doc: Correct comments re. units of constants 2024-07-24 14:04:30 -05:00
pubkey.cpp Merge bitcoin/bitcoin#21745: refactor: Add missing includes in pubkey.cpp/pubkey.h 2024-05-19 11:11:35 -05:00
pubkey.h Merge bitcoin/bitcoin#21745: refactor: Add missing includes in pubkey.cpp/pubkey.h 2024-05-19 11:11:35 -05:00
random.cpp merge bitcoin#24238: use arc4random on OpenBSD 2024-09-08 16:24:37 +00:00
random.h stats: clean up randomization code, move FastRandomContext inward 2024-09-11 14:34:19 +00:00
randomenv.cpp Merge bitcoin/bitcoin#26827: doc: use "std lib clock" over "C++11 clock" 2024-08-12 11:52:41 +07:00
randomenv.h
rest.cpp merge bitcoin#24909: Move and rename pindexBestHeader, fHavePruned 2024-08-09 17:34:39 +07:00
reverse_iterator.h Merge bitcoin/bitcoin#26827: doc: use "std lib clock" over "C++11 clock" 2024-08-12 11:52:41 +07:00
saltedhasher.cpp
saltedhasher.h
scheduler.cpp partial bitcoin#24169: Add --enable-c++20 option 2024-08-06 18:00:39 +00:00
scheduler.h merge bitcoin#25109: Strengthen AssertLockNotHeld assertions 2024-05-09 08:52:48 +00:00
serialize.h
shutdown.cpp Merge bitcoin/bitcoin#25053: Guard #include <config/bitcoin-config.h> 2024-06-06 22:58:31 -05:00
shutdown.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
source_location.h
span.h
spentindex.h refactor: define all key/value pairings as *Entry and use them instead 2024-06-28 08:14:30 +00:00
spork.cpp fmt: apply formatting suggestions from clang-format-diff.py 2024-09-04 16:29:30 +00:00
spork.h spork: replace LOCKS_EXCLUDED with negative EXCLUSIVE_LOCKS_REQUIRED 2024-04-30 11:47:07 +00:00
stacktraces.cpp merge bitcoin#22937: Forbid calling unsafe fs::path(std::string) constructor and fs::path::string() method 2024-08-06 18:00:38 +00:00
stacktraces.h
statsd_client.cpp merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
statsd_client.h fmt: apply clang-format-diff.py suggestions 2024-09-11 15:02:10 +00:00
streams.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
sync.cpp Merge bitcoin/bitcoin#22904: sync, log: inline lock contention logging macro to fix duration, improve BCLog::LogMsg() 2024-06-04 12:51:04 -05:00
sync.h (partial) Merge bitcoin/bitcoin#24355: util, refactor: Add UNIQUE_NAME helper macro 2024-08-29 10:14:08 +05:30
threadinterrupt.cpp
threadinterrupt.h merge bitcoin#25109: Strengthen AssertLockNotHeld assertions 2024-05-09 08:52:48 +00:00
threadsafety.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
timedata.cpp partial bitcoin#20196: fix GetListenPort() to derive the proper port 2024-04-26 20:25:31 +00:00
timedata.h partial bitcoin#20196: fix GetListenPort() to derive the proper port 2024-04-26 20:25:31 +00:00
timestampindex.h
tinyformat.h merge bitcoin#21430: Add -Werror=implicit-fallthrough compile flag 2024-06-25 13:39:56 +00:00
torcontrol.cpp merge bitcoin#26261: cleanup LookupIntern, Lookup and LookupHost 2024-09-11 18:34:06 +00:00
torcontrol.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
txdb.cpp merge bitcoin#17487: allow write to disk without cache drop 2024-08-23 06:57:37 +00:00
txdb.h merge bitcoin#17487: allow write to disk without cache drop 2024-08-23 06:57:37 +00:00
txmempool.cpp merge bitcoin#23054: Use C++11 member initializer in CTxMemPoolEntry 2024-09-08 16:24:36 +00:00
txmempool.h merge bitcoin#23054: Use C++11 member initializer in CTxMemPoolEntry 2024-09-08 16:24:36 +00:00
txorphanage.cpp stats: s/statsClient/g_stats_client/g 2024-09-06 19:08:19 +00:00
txorphanage.h merge bitcoin#21148: Split orphan handling from net_processing into txorphanage 2024-09-04 16:28:19 +00:00
uint256.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
uint256.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
undo.h
unordered_lru_cache.h
validation.cpp stats: s/statsClient/g_stats_client/g 2024-09-06 19:08:19 +00:00
validation.h Merge bitcoin/bitcoin#21800: mempool/validation: mempool ancestor/descendant limits for packages 2024-08-29 10:01:28 +05:30
validationinterface.cpp merge bitcoin#19572: Create "sequence" notifier, enabling client-side mempool tracking 2024-08-26 15:35:12 +00:00
validationinterface.h merge bitcoin#19572: Create "sequence" notifier, enabling client-side mempool tracking 2024-08-26 15:35:12 +00:00
version.h feat: broadcast dsq messages using the inventory system 2024-09-10 09:23:22 -05:00
versionbits.cpp Merge #21377: Speedy trial support for versionbits 2024-04-23 22:41:10 +07:00
versionbits.h merge bitcoin#25109: Strengthen AssertLockNotHeld assertions 2024-05-09 08:52:48 +00:00
walletinitinterface.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
warnings.cpp Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
warnings.h Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00