.. |
bench
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
common
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
compat
|
|
|
config
|
|
|
consensus
|
refactor: Rename CTransaction::nVersion to version
|
2024-06-07 13:55:23 -04:00 |
crc32c
|
|
|
crypto
|
|
|
index
|
refactor: remove warnings globals
|
2024-06-13 11:20:49 +01:00 |
init
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
interfaces
|
|
|
ipc
|
|
|
kernel
|
introduce and use the generalized node::Warnings interface
|
2024-06-13 11:20:48 +01:00 |
leveldb
|
Update leveldb-subtree subtree to latest upstream
|
2024-06-13 13:17:57 +01:00 |
logging
|
|
|
minisketch
|
Update minisketch subtree to latest master
|
2024-06-12 14:38:39 +01:00 |
node
|
Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnings and remove globals
|
2024-06-17 17:09:18 -04:00 |
policy
|
rename policy/v3_policy.* to policy/truc_policy.*
|
2024-06-18 13:06:36 +01:00 |
primitives
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
qt
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
rpc
|
refactor: remove warnings globals
|
2024-06-13 11:20:49 +01:00 |
script
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
secp256k1
|
|
|
support
|
|
|
test
|
rename policy/v3_policy.* to policy/truc_policy.*
|
2024-06-18 13:06:36 +01:00 |
univalue
|
|
|
util
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
wallet
|
Merge bitcoin/bitcoin#27969: bumpfee: ignore WALLET_INCREMENTAL_RELAY_FEE when user specifies fee_rate
|
2024-06-14 14:46:04 -04:00 |
zmq
|
|
|
.bear-tidy-config
|
|
|
.clang-format
|
|
|
.clang-tidy
|
|
|
addrdb.cpp
|
|
|
addrdb.h
|
|
|
addresstype.cpp
|
|
|
addresstype.h
|
|
|
addrman.cpp
|
|
|
addrman.h
|
|
|
addrman_impl.h
|
|
|
arith_uint256.cpp
|
|
|
arith_uint256.h
|
|
|
attributes.h
|
|
|
banman.cpp
|
|
|
banman.h
|
|
|
base58.cpp
|
|
|
base58.h
|
|
|
bech32.cpp
|
|
|
bech32.h
|
|
|
bip324.cpp
|
|
|
bip324.h
|
|
|
bitcoin-chainstate.cpp
|
introduce and use the generalized node::Warnings interface
|
2024-06-13 11:20:48 +01:00 |
bitcoin-cli-res.rc
|
|
|
bitcoin-cli.cpp
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
bitcoin-tx-res.rc
|
|
|
bitcoin-tx.cpp
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
bitcoin-util-res.rc
|
|
|
bitcoin-util.cpp
|
|
|
bitcoin-wallet-res.rc
|
|
|
bitcoin-wallet.cpp
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
bitcoind-res.rc
|
|
|
bitcoind.cpp
|
refactor: remove warnings globals
|
2024-06-13 11:20:49 +01:00 |
blockencodings.cpp
|
|
|
blockencodings.h
|
|
|
blockfilter.cpp
|
|
|
blockfilter.h
|
|
|
chain.cpp
|
|
|
chain.h
|
|
|
chainparams.cpp
|
|
|
chainparams.h
|
|
|
chainparamsbase.cpp
|
|
|
chainparamsbase.h
|
|
|
chainparamsseeds.h
|
|
|
checkqueue.h
|
|
|
clientversion.cpp
|
|
|
clientversion.h
|
|
|
coins.cpp
|
log: use error level for critical log messages
|
2024-06-10 13:46:56 +02:00 |
coins.h
|
|
|
compressor.cpp
|
|
|
compressor.h
|
refactor: Rename CTransaction::nVersion to version
|
2024-06-07 13:55:23 -04:00 |
core_io.h
|
|
|
core_memusage.h
|
|
|
core_read.cpp
|
|
|
core_write.cpp
|
refactor: Rename CTransaction::nVersion to version
|
2024-06-07 13:55:23 -04:00 |
cuckoocache.h
|
|
|
dbwrapper.cpp
|
|
|
dbwrapper.h
|
|
|
deploymentinfo.cpp
|
|
|
deploymentinfo.h
|
|
|
deploymentstatus.cpp
|
|
|
deploymentstatus.h
|
|
|
dummywallet.cpp
|
|
|
external_signer.cpp
|
|
|
external_signer.h
|
|
|
flatfile.cpp
|
|
|
flatfile.h
|
|
|
hash.cpp
|
|
|
hash.h
|
|
|
headerssync.cpp
|
|
|
headerssync.h
|
|
|
httprpc.cpp
|
|
|
httprpc.h
|
|
|
httpserver.cpp
|
|
|
httpserver.h
|
|
|
i2p.cpp
|
|
|
i2p.h
|
|
|
indirectmap.h
|
|
|
init.cpp
|
Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnings and remove globals
|
2024-06-17 17:09:18 -04:00 |
init.h
|
|
|
key.cpp
|
|
|
key.h
|
|
|
key_io.cpp
|
|
|
key_io.h
|
|
|
logging.cpp
|
|
|
logging.h
|
|
|
Makefile.am
|
rename policy/v3_policy.* to policy/truc_policy.*
|
2024-06-18 13:06:36 +01:00 |
Makefile.bench.include
|
|
|
Makefile.crc32c.include
|
|
|
Makefile.leveldb.include
|
|
|
Makefile.minisketch.include
|
|
|
Makefile.qt.include
|
|
|
Makefile.qt_locale.include
|
|
|
Makefile.qttest.include
|
|
|
Makefile.test.include
|
introduce and use the generalized node::Warnings interface
|
2024-06-13 11:20:48 +01:00 |
Makefile.test_fuzz.include
|
|
|
Makefile.test_util.include
|
|
|
Makefile.univalue.include
|
|
|
mapport.cpp
|
|
|
mapport.h
|
|
|
memusage.h
|
|
|
merkleblock.cpp
|
|
|
merkleblock.h
|
|
|
net.cpp
|
|
|
net.h
|
|
|
net_permissions.cpp
|
|
|
net_permissions.h
|
|
|
net_processing.cpp
|
refactor: remove warnings globals
|
2024-06-13 11:20:49 +01:00 |
net_processing.h
|
refactor: remove warnings globals
|
2024-06-13 11:20:49 +01:00 |
net_types.cpp
|
|
|
net_types.h
|
|
|
netaddress.cpp
|
|
|
netaddress.h
|
|
|
netbase.cpp
|
|
|
netbase.h
|
|
|
netgroup.cpp
|
|
|
netgroup.h
|
|
|
netmessagemaker.h
|
|
|
noui.cpp
|
|
|
noui.h
|
|
|
outputtype.cpp
|
|
|
outputtype.h
|
|
|
pow.cpp
|
|
|
pow.h
|
|
|
prevector.h
|
|
|
protocol.cpp
|
|
|
protocol.h
|
|
|
psbt.cpp
|
|
|
psbt.h
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
pubkey.cpp
|
|
|
pubkey.h
|
|
|
random.cpp
|
|
|
random.h
|
|
|
randomenv.cpp
|
|
|
randomenv.h
|
|
|
rest.cpp
|
Merge bitcoin/bitcoin#29015: kernel: Streamline util library
|
2024-06-12 17:12:54 -04:00 |
rest.h
|
|
|
reverse_iterator.h
|
|
|
scheduler.cpp
|
|
|
scheduler.h
|
|
|
serialize.h
|
|
|
signet.cpp
|
refactor: Rename CTransaction::nVersion to version
|
2024-06-07 13:55:23 -04:00 |
signet.h
|
|
|
span.h
|
|
|
streams.cpp
|
|
|
streams.h
|
|
|
sync.cpp
|
|
|
sync.h
|
|
|
threadsafety.h
|
|
|
tinyformat.h
|
|
|
torcontrol.cpp
|
|
|
torcontrol.h
|
|
|
txdb.cpp
|
|
|
txdb.h
|
|
|
txmempool.cpp
|
|
|
txmempool.h
|
|
|
txorphanage.cpp
|
|
|
txorphanage.h
|
|
|
txrequest.cpp
|
|
|
txrequest.h
|
|
|
uint256.cpp
|
|
|
uint256.h
|
|
|
undo.h
|
|
|
validation.cpp
|
rename policy/v3_policy.* to policy/truc_policy.*
|
2024-06-18 13:06:36 +01:00 |
validation.h
|
Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex
|
2024-06-11 16:41:44 -04:00 |
validationinterface.cpp
|
|
|
validationinterface.h
|
|
|
versionbits.cpp
|
|
|
versionbits.h
|
|
|
walletinitinterface.h
|
|
|