..
bench
Merge bitcoin/bitcoin#28366 : Fix waste calculation in SelectionResult
2024-06-04 18:37:18 -04:00
common
Merge bitcoin/bitcoin#27064 : system: use %LOCALAPPDATA% as default datadir on windows
2024-05-23 12:11:55 -04:00
compat
netbase: refactor CreateSock() to accept sa_family_t
2024-03-01 13:13:07 -05:00
config
consensus
crc32c
Update crc32c subtree to latest upstream master
2024-02-27 18:28:19 +00:00
crypto
crypto: disable asan for sha256_sse4 with clang and -O0
2024-05-15 13:50:25 +00:00
index
index: race fix, lock cs_main while 'm_synced' is subject to change
2024-04-17 17:24:05 -03:00
init
build: remove --enable-threadlocal
2024-05-21 10:29:51 +01:00
interfaces
wallet: return and display signer error
2024-04-16 17:47:43 +02:00
ipc
kernel
assumeutxo: Add network magic ctor param to SnapshotMetadata
2024-05-24 18:44:02 +02:00
leveldb
logging
minisketch
Update minisketch subtree to latest master
2024-04-12 14:27:45 +02:00
node
assumeutxo: Add network magic ctor param to SnapshotMetadata
2024-05-24 18:44:02 +02:00
policy
[policy] make v3 transactions standard
2024-06-02 08:54:50 +02:00
primitives
Merge bitcoin/bitcoin#28929 : serialization: Support for multiple parameters
2024-05-15 15:09:56 -04:00
qt
Merge bitcoin/bitcoin#30049 : build, test, doc: Temporarily remove Android-related stuff
2024-05-30 09:25:42 +01:00
rpc
Merge bitcoin/bitcoin#28307 : rpc, wallet: fix incorrect segwit redeem script size limit
2024-06-04 21:39:49 -04:00
script
miniscript: make operator_mst consteval
2024-05-03 11:38:14 -04:00
secp256k1
Update libsecp256k1 subtree to latest master
2024-05-16 10:35:52 +08:00
support
scripted-diff: Fix bitcoin_config_h includes
2024-02-13 20:10:44 +00:00
test
Merge bitcoin/bitcoin#29496 : policy: bump TX_MAX_STANDARD_VERSION to 3
2024-06-07 12:30:46 -04:00
univalue
test: Fix failing univalue float test
2024-04-16 16:35:12 +02:00
util
util: add VecDeque
2024-06-06 17:06:15 -04:00
wallet
Merge bitcoin/bitcoin#28307 : rpc, wallet: fix incorrect segwit redeem script size limit
2024-06-04 21:39:49 -04:00
zmq
rpc: avoid copying into UniValue
2024-05-20 16:48:19 +00:00
.bear-tidy-config
.clang-format
refactor: Print verbose serialize compiler error messages
2023-12-15 15:20:54 +01:00
.clang-tidy
clang-tidy: Add bugprone-move-forwarding-reference
check
2024-05-30 11:33:59 +01:00
addrdb.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
addrdb.h
addresstype.cpp
addresstype.h
addrman_impl.h
Remove timedata
2024-04-10 17:01:27 +02:00
addrman.cpp
Merge bitcoin/bitcoin#28929 : serialization: Support for multiple parameters
2024-05-15 15:09:56 -04:00
addrman.h
doc, test: Test and explain service flag handling
2024-01-15 16:19:53 -05:00
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp
banman.h
base58.cpp
base58.h
bech32.cpp
refactor: replace hardcoded numbers
2024-05-21 09:14:55 +02:00
bech32.h
refactor: Model the bech32 charlimit as an Enum
2024-05-13 12:07:47 +02:00
bip324.cpp
bip324.h
bitcoin-chainstate.cpp
kernel: De-globalize fReindex
2024-05-16 11:28:46 +02:00
bitcoin-cli-res.rc
bitcoin-cli.cpp
rpc: avoid copying into UniValue
2024-05-20 16:48:19 +00:00
bitcoin-tx-res.rc
bitcoin-tx.cpp
tools: Use ECC_Context helper in bitcoin-tx and bitcoin-wallet tools
2024-05-09 15:56:06 +02:00
bitcoin-util-res.rc
bitcoin-util.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
bitcoin-wallet-res.rc
bitcoin-wallet.cpp
Merge bitcoin/bitcoin#26606 : wallet: Implement independent BDB parser
2024-05-21 10:05:09 +01:00
bitcoind-res.rc
bitcoind.cpp
kernel: Remove key module from kernel library
2024-05-09 15:56:08 +02:00
blockencodings.cpp
refactor: Simplify extra_txn
to be a vec of CTransactionRef instead of a vec of pair<Wtxid, CTransactionRef>
2024-04-06 19:17:20 +01:00
blockencodings.h
refactor: Simplify extra_txn
to be a vec of CTransactionRef instead of a vec of pair<Wtxid, CTransactionRef>
2024-04-06 19:17:20 +01:00
blockfilter.cpp
blockfilter.h
chain.cpp
chain.h
assumeutxo: Remove BLOCK_ASSUMED_VALID flag
2024-03-18 11:28:40 -05:00
chainparams.cpp
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
seeds: Update testnet seeds
2024-03-04 19:53:30 -05:00
checkqueue.h
clientversion.cpp
refactor: simplify FormatSubVersion
using strprintf/Join
2024-05-13 23:31:46 +02:00
clientversion.h
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
coins.cpp
coins.h
compressor.cpp
compressor.h
core_io.h
Remove deprecated -rpcserialversion
2023-12-11 18:22:13 +01:00
core_memusage.h
core_read.cpp
rpc: Reword SighashFromStr error message
2024-04-15 10:01:15 +02:00
core_write.cpp
rpc: avoid copying into UniValue
2024-05-20 16:48:19 +00:00
cuckoocache.h
doc: fix some typos
2024-03-26 16:51:46 +00:00
dbwrapper.cpp
dbwrapper.h
deploymentinfo.cpp
deploymentinfo.h
deploymentstatus.cpp
deploymentstatus.h
dummywallet.cpp
wallet, test: Be able to always swap BDB endianness
2024-05-16 15:03:13 -04:00
external_signer.cpp
external_signer: replace boost::process with cpp-subprocess
2024-03-27 14:16:37 +00:00
external_signer.h
flatfile.cpp
scripted-diff: Replace error() with LogError()
2024-03-11 13:49:37 +01:00
flatfile.h
hash.cpp
crypto, hash: replace custom rotl32 with std::rotl
2024-01-05 17:12:38 +01:00
hash.h
headerssync.cpp
refactor: Fix timedata includes
2024-02-01 13:52:05 +01:00
headerssync.h
httprpc.cpp
rpc: JSON-RPC 2.0 should not respond to "notifications"
2024-05-14 11:28:43 -04:00
httprpc.h
httpserver.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
httpserver.h
i2p.cpp
Merge bitcoin/bitcoin#27375 : net: support unix domain sockets for -proxy and -onion
2024-03-13 06:53:07 -04:00
i2p.h
i2p: construct Session with Proxy instead of CService
2024-03-01 14:47:29 -05:00
indirectmap.h
init.cpp
kernel: De-globalize fReindex
2024-05-16 11:28:46 +02:00
init.h
key_io.cpp
refactor: Allow std::span construction from CKey
2024-01-16 15:29:18 +01:00
key_io.h
key.cpp
refactor: remove unused CKey::Negate
method
2024-06-03 16:59:43 +02:00
key.h
refactor: remove unused CKey::Negate
method
2024-06-03 16:59:43 +02:00
logging.cpp
logging: remove unused BCLog::UTIL
2024-02-11 15:25:07 +01:00
logging.h
Merge bitcoin/bitcoin#29419 : log: deduplicate category names and improve logging.cpp
2024-04-02 10:47:05 -04:00
Makefile.am
util: add VecDeque
2024-06-06 17:06:15 -04:00
Makefile.bench.include
bench: basic block filter index initial sync
2024-03-12 09:30:42 -03:00
Makefile.crc32c.include
Makefile.leveldb.include
Makefile.minisketch.include
build: remove minisketch clz check
2024-04-12 14:28:34 +02:00
Makefile.qt_locale.include
qt: 27.0 translations update
2024-03-04 10:02:26 +00:00
Makefile.qt.include
build, test, doc: Temporarily remove Android-related stuff
2024-05-06 11:29:14 +01:00
Makefile.qttest.include
Makefile.test_fuzz.include
Makefile.test_util.include
Makefile.test.include
tests: add fuzz tests for VecDeque
2024-06-06 17:06:15 -04:00
Makefile.univalue.include
mapport.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
mapport.h
memusage.h
merkleblock.cpp
[clang-tidy] Enable the misc-no-recursion check
2024-04-07 14:04:45 +01:00
merkleblock.h
net_permissions.cpp
Accept "in" and "out" flags to -whitelist to allow whitelisting manual connections
2024-02-28 10:05:56 -03:00
net_permissions.h
Accept "in" and "out" flags to -whitelist to allow whitelisting manual connections
2024-02-28 10:05:56 -03:00
net_processing.cpp
Merge bitcoin/bitcoin#30000 : p2p: index TxOrphanage by wtxid, allow entries with same txid
2024-05-15 09:56:17 -04:00
net_processing.h
[net processing] Move IgnoresIncomingTxs to PeerManagerInfo
2024-04-10 17:01:27 +02:00
net_types.cpp
rpc: avoid copying into UniValue
2024-05-20 16:48:19 +00:00
net_types.h
net.cpp
Merge bitcoin/bitcoin#29421 : net: make the list of known message types a compile time constant
2024-05-21 13:59:33 -04:00
net.h
Merge bitcoin/bitcoin#29984 : net: Replace ifname check with IFF_LOOPBACK in Discover
2024-05-07 10:28:58 +08:00
netaddress.cpp
netbase: refactor CreateSock() to accept sa_family_t
2024-03-01 13:13:07 -05:00
netaddress.h
Merge bitcoin/bitcoin#28929 : serialization: Support for multiple parameters
2024-05-15 15:09:56 -04:00
netbase.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
netbase.h
net: split ConnectToSocket() from ConnectDirectly() for unix sockets
2024-03-01 14:47:28 -05:00
netgroup.cpp
netgroup.h
netmessagemaker.h
noui.cpp
node: Use log levels in noui_ThreadSafeMessageBox
2024-03-21 16:41:16 +01:00
noui.h
outputtype.cpp
fix incorrect multisig redeem script size limit for segwit
2024-05-03 14:20:44 -03:00
outputtype.h
fix incorrect multisig redeem script size limit for segwit
2024-05-03 14:20:44 -03:00
pow.cpp
pow.h
prevector.h
refactor: Mark prevector iterator with std::contiguous_iterator_tag
2024-01-18 19:29:34 +01:00
protocol.cpp
protocol: make message types constexpr
2024-02-28 18:03:23 +01:00
protocol.h
Merge bitcoin/bitcoin#29421 : net: make the list of known message types a compile time constant
2024-05-21 13:59:33 -04:00
psbt.cpp
psbt.h
pubkey.cpp
crypto: add NUMS_H const
2024-05-14 10:24:31 +02:00
pubkey.h
crypto: add NUMS_H const
2024-05-14 10:24:31 +02:00
random.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
random.h
crypto: replace CountBits with std::bit_width
2024-02-26 16:13:12 +00:00
randomenv.cpp
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
2024-05-01 08:33:04 +02:00
randomenv.h
rest.cpp
rpc: avoid copying into UniValue
2024-05-20 16:48:19 +00:00
rest.h
reverse_iterator.h
scheduler.cpp
scripted-diff: Rename SingleThreadedSchedulerClient to SerialTaskRunner
2024-02-15 14:43:14 +01:00
scheduler.h
kernel: Remove dependency on CScheduler
2024-02-16 17:12:52 +01:00
serialize.h
Merge bitcoin/bitcoin#28929 : serialization: Support for multiple parameters
2024-05-15 15:09:56 -04:00
signet.cpp
signet.h
span.h
Allow int8_t optimized vector serialization
2023-12-22 09:58:19 +01:00
streams.cpp
Add AutoFile::seek and tell
2024-04-01 14:37:24 -04:00
streams.h
Add AutoFile::seek and tell
2024-04-01 14:37:24 -04:00
sync.cpp
util: avoid using thread_local variable that has a destructor
2024-05-16 18:16:46 +02:00
sync.h
threadsafety.h
tinyformat.h
torcontrol.cpp
Merge bitcoin/bitcoin#28318 : logging: Simplify API for level based logging
2024-01-10 14:11:32 -05:00
torcontrol.h
txdb.cpp
txdb.h
txmempool.cpp
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather than duplicating definition
2024-05-06 20:34:10 +00:00
txmempool.h
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather than duplicating definition
2024-05-06 20:34:10 +00:00
txorphanage.cpp
scripted-diff: Replace nNextSweep with m_next_sweep
2024-05-29 09:02:07 -07:00
txorphanage.h
scripted-diff: Replace nNextSweep with m_next_sweep
2024-05-29 09:02:07 -07:00
txrequest.cpp
txrequest.h
uint256.cpp
uint256.h
undo.h
validation.cpp
Merge bitcoin/bitcoin#29496 : policy: bump TX_MAX_STANDARD_VERSION to 3
2024-06-07 12:30:46 -04:00
validation.h
assumeutxo: Add documentation on dumptxoutset serialization format
2024-05-21 13:38:09 +02:00
validationinterface.cpp
kernel: Remove dependency on CScheduler
2024-02-16 17:12:52 +01:00
validationinterface.h
kernel: Remove dependency on CScheduler
2024-02-16 17:12:52 +01:00
versionbits.cpp
versionbits.h
walletinitinterface.h
warnings.cpp
Merge bitcoin/bitcoin#29494 : build: Assume HAVE_CONFIG_H, Add IWYU pragma keep to bitcoin-config.h includes
2024-05-07 14:14:03 -04:00
warnings.h
rpc: return warnings as an array instead of just a single one
2024-05-01 14:44:57 +01:00