.. |
bench
|
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
|
2023-08-17 15:26:34 -04:00 |
common
|
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
|
2023-08-14 17:39:49 -04:00 |
compat
|
|
|
config
|
|
|
consensus
|
|
|
crc32c
|
|
|
crypto
|
crypto: make ChaCha20::SetKey wipe buffer
|
2023-08-17 15:37:41 -04:00 |
index
|
Remove unused includes from blockfilter.h
|
2023-08-17 18:28:15 +02:00 |
init
|
|
|
interfaces
|
Move CTxDestination to its own file
|
2023-08-14 17:38:27 -04:00 |
ipc
|
|
|
kernel
|
config: default acceptnonstdtxn=0 on all chains
|
2023-08-28 22:09:39 +10:00 |
leveldb
|
|
|
logging
|
|
|
minisketch
|
|
|
node
|
config: default acceptnonstdtxn=0 on all chains
|
2023-08-28 22:09:39 +10:00 |
policy
|
Merge bitcoin/bitcoin#26291: Update MANDATORY_SCRIPT_VERIFY_FLAGS
|
2023-08-23 16:19:39 -04:00 |
primitives
|
|
|
qt
|
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
|
2023-08-14 17:39:49 -04:00 |
rpc
|
Merge bitcoin/bitcoin#28287: rpc, test: add sendmsgtopeer rpc and a test for net-level deadlock situation
|
2023-08-24 17:34:57 -04:00 |
script
|
refactor: Add missing includes
|
2023-08-17 15:55:01 +02:00 |
secp256k1
|
|
|
support
|
|
|
test
|
refactor: Use HashWriter over legacy CHashWriter
|
2023-08-25 17:09:13 +02:00 |
univalue
|
|
|
util
|
Clean up things that include script/standard.h
|
2023-08-14 17:38:27 -04:00 |
wallet
|
Merge bitcoin/bitcoin#27585: fuzz: improve coinselection
|
2023-08-24 16:11:20 -04:00 |
zmq
|
|
|
.bear-tidy-config
|
|
|
.clang-format
|
|
|
.clang-tidy
|
refactor: Enable all clang-tidy plugin bitcoin tests
|
2023-08-16 14:48:06 +02:00 |
addrdb.cpp
|
|
|
addrdb.h
|
|
|
addresstype.cpp
|
Refactor: Remove confusing static_cast
|
2023-08-17 15:55:07 +02:00 |
addresstype.h
|
Move CTxDestination to its own file
|
2023-08-14 17:38:27 -04:00 |
addrman.cpp
|
refactor: Use HashWriter over legacy CHashWriter
|
2023-08-25 17:09:13 +02:00 |
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
|
refactor: add missing headers for BIP324 ciphersuite
|
2023-08-15 07:30:48 +05:30 |
bip324.h
|
refactor: add missing headers for BIP324 ciphersuite
|
2023-08-15 07:30:48 +05:30 |
bitcoin-chainstate.cpp
|
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to ChainstateManager
|
2023-08-18 12:52:30 -04:00 |
bitcoin-cli-res.rc
|
|
|
bitcoin-cli.cpp
|
|
|
bitcoin-tx-res.rc
|
|
|
bitcoin-tx.cpp
|
|
|
bitcoin-util-res.rc
|
|
|
bitcoin-util.cpp
|
|
|
bitcoin-wallet-res.rc
|
|
|
bitcoin-wallet.cpp
|
|
|
bitcoind-res.rc
|
|
|
bitcoind.cpp
|
|
|
blockencodings.cpp
|
|
|
blockencodings.h
|
|
|
blockfilter.cpp
|
Remove unused includes from blockfilter.h
|
2023-08-17 18:28:15 +02:00 |
blockfilter.h
|
Remove unused includes from blockfilter.h
|
2023-08-17 18:28:15 +02:00 |
chain.cpp
|
|
|
chain.h
|
|
|
chainparams.cpp
|
|
|
chainparams.h
|
|
|
chainparamsbase.cpp
|
|
|
chainparamsbase.h
|
|
|
chainparamsseeds.h
|
|
|
checkqueue.h
|
|
|
clientversion.cpp
|
|
|
clientversion.h
|
|
|
coins.cpp
|
|
|
coins.h
|
|
|
compressor.cpp
|
Clean up things that include script/standard.h
|
2023-08-14 17:38:27 -04:00 |
compressor.h
|
|
|
core_io.h
|
|
|
core_memusage.h
|
|
|
core_read.cpp
|
|
|
core_write.cpp
|
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
|
2023-08-14 17:39:49 -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#28354: test: default acceptnonstdtxn=0 on all chains
|
2023-08-29 09:27:19 +01:00 |
init.h
|
|
|
key.cpp
|
|
|
key.h
|
|
|
key_io.cpp
|
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
|
2023-08-14 17:39:49 -04:00 |
key_io.h
|
Clean up things that include script/standard.h
|
2023-08-14 17:38:27 -04:00 |
logging.cpp
|
|
|
logging.h
|
|
|
Makefile.am
|
move-only: Create src/kernel/mempool_removal_reason.h
|
2023-08-17 16:26:20 +02: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
|
|
|
Makefile.test_fuzz.include
|
|
|
Makefile.test_util.include
|
|
|
Makefile.univalue.include
|
|
|
mapport.cpp
|
|
|
mapport.h
|
|
|
memusage.h
|
|
|
merkleblock.cpp
|
|
|
merkleblock.h
|
|
|
net.cpp
|
refactor: make Transport::ReceivedBytes just return success/fail
|
2023-08-23 20:13:49 -04:00 |
net.h
|
refactor: make Transport::ReceivedBytes just return success/fail
|
2023-08-23 20:13:49 -04:00 |
net_permissions.cpp
|
|
|
net_permissions.h
|
|
|
net_processing.cpp
|
[log] include wtxid in tx {relay,validation,orphanage} logging
|
2023-08-29 16:41:22 +01:00 |
net_processing.h
|
|
|
net_types.cpp
|
|
|
net_types.h
|
|
|
netaddress.cpp
|
|
|
netaddress.h
|
|
|
netbase.cpp
|
|
|
netbase.h
|
|
|
netgroup.cpp
|
refactor: Use HashWriter over legacy CHashWriter (via SerializeHash)
|
2023-08-25 17:09:32 +02:00 |
netgroup.h
|
|
|
netmessagemaker.h
|
|
|
noui.cpp
|
|
|
noui.h
|
|
|
outputtype.cpp
|
Clean up things that include script/standard.h
|
2023-08-14 17:38:27 -04:00 |
outputtype.h
|
Move CTxDestination to its own file
|
2023-08-14 17:38:27 -04:00 |
pow.cpp
|
|
|
pow.h
|
|
|
prevector.h
|
|
|
protocol.cpp
|
|
|
protocol.h
|
|
|
psbt.cpp
|
|
|
psbt.h
|
|
|
pubkey.cpp
|
|
|
pubkey.h
|
|
|
random.cpp
|
crypto: require key on ChaCha20 initialization
|
2023-08-17 15:31:27 -04:00 |
random.h
|
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
|
2023-08-17 15:26:34 -04:00 |
randomenv.cpp
|
|
|
randomenv.h
|
|
|
rest.cpp
|
|
|
rest.h
|
|
|
reverse_iterator.h
|
|
|
scheduler.cpp
|
|
|
scheduler.h
|
|
|
serialize.h
|
|
|
shutdown.cpp
|
|
|
shutdown.h
|
|
|
signet.cpp
|
Clean up things that include script/standard.h
|
2023-08-14 17:38:27 -04:00 |
signet.h
|
|
|
span.h
|
|
|
streams.cpp
|
|
|
streams.h
|
|
|
sync.cpp
|
|
|
sync.h
|
|
|
threadsafety.h
|
|
|
timedata.cpp
|
|
|
timedata.h
|
|
|
tinyformat.h
|
|
|
torcontrol.cpp
|
|
|
torcontrol.h
|
|
|
txdb.cpp
|
|
|
txdb.h
|
|
|
txmempool.cpp
|
move-only: Create src/kernel/mempool_removal_reason.h
|
2023-08-17 16:26:20 +02:00 |
txmempool.h
|
move-only: Create src/kernel/mempool_removal_reason.h
|
2023-08-17 16:26:20 +02:00 |
txorphanage.cpp
|
[log] include wtxid in tx {relay,validation,orphanage} logging
|
2023-08-29 16:41:22 +01:00 |
txorphanage.h
|
|
|
txrequest.cpp
|
|
|
txrequest.h
|
|
|
uint256.cpp
|
|
|
uint256.h
|
|
|
undo.h
|
|
|
validation.cpp
|
[log] include wtxid in tx {relay,validation,orphanage} logging
|
2023-08-29 16:41:22 +01:00 |
validation.h
|
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to ChainstateManager
|
2023-08-18 12:52:30 -04:00 |
validationinterface.cpp
|
|
|
validationinterface.h
|
|
|
version.h
|
|
|
versionbits.cpp
|
|
|
versionbits.h
|
|
|
walletinitinterface.h
|
|
|
warnings.cpp
|
|
|
warnings.h
|
|
|