| .. |
|
bench
|
[addrman] Remove all public uses of CAddrMan.Clear() from the tests
|
2021-08-19 11:26:53 +01:00 |
|
compat
|
…
|
|
|
config
|
…
|
|
|
consensus
|
…
|
|
|
crc32c
|
…
|
|
|
crypto
|
…
|
|
|
index
|
…
|
|
|
init
|
…
|
|
|
interfaces
|
Merge bitcoin/bitcoin#19101: refactor: remove ::vpwallets and related global variables
|
2021-08-19 09:42:21 +08:00 |
|
ipc
|
…
|
|
|
leveldb
|
…
|
|
|
logging
|
…
|
|
|
node
|
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node settings file
|
2021-08-19 10:44:25 +12:00 |
|
policy
|
MOVEONLY: getting mempool conflicts to policy/rbf
|
2021-08-24 15:51:54 +01:00 |
|
primitives
|
…
|
|
|
qt
|
Merge bitcoin/bitcoin#22782: Remove unused MaybeSetAddrName
|
2021-08-27 11:46:26 +02:00 |
|
rpc
|
Remove GetAddrName
|
2021-08-26 10:44:26 +02:00 |
|
script
|
Consolidate XOnlyPubKey lookup hack
|
2021-08-23 21:38:34 -04:00 |
|
secp256k1
|
…
|
|
|
support
|
…
|
|
|
test
|
Merge bitcoin/bitcoin#22846: policy: unit test Segwit dust thresholds
|
2021-09-02 09:03:11 +02:00 |
|
univalue
|
…
|
|
|
util
|
Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into policy/rbf
|
2021-08-31 22:34:25 +08:00 |
|
wallet
|
Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to use based on waste metric
|
2021-09-01 16:59:13 +12:00 |
|
zmq
|
…
|
|
|
.clang-format
|
…
|
|
|
Makefile.am
|
…
|
|
|
Makefile.bench.include
|
…
|
|
|
Makefile.crc32c.include
|
…
|
|
|
Makefile.leveldb.include
|
…
|
|
|
Makefile.qt.include
|
…
|
|
|
Makefile.qt_locale.include
|
…
|
|
|
Makefile.qttest.include
|
…
|
|
|
Makefile.test.include
|
test: Rename bitcoin-util-test.py to util/test_runner.py
|
2021-09-02 10:43:19 +02:00 |
|
Makefile.test_fuzz.include
|
…
|
|
|
Makefile.test_util.include
|
…
|
|
|
addrdb.cpp
|
[tests] Remove CAddrMan.Clear() call from CAddrDB::Read()
|
2021-08-18 14:00:52 +01:00 |
|
addrdb.h
|
Remove CBanEntry::SetNull
|
2021-08-31 18:30:11 +02:00 |
|
addrman.cpp
|
[refactor] [addrman] Update constant comments
|
2021-08-26 11:56:13 -07:00 |
|
addrman.h
|
[refactor] [addrman] Update constant comments
|
2021-08-26 11:56:13 -07:00 |
|
amount.h
|
…
|
|
|
arith_uint256.cpp
|
…
|
|
|
arith_uint256.h
|
…
|
|
|
attributes.h
|
…
|
|
|
banman.cpp
|
…
|
|
|
banman.h
|
…
|
|
|
base58.cpp
|
…
|
|
|
base58.h
|
…
|
|
|
bech32.cpp
|
…
|
|
|
bech32.h
|
…
|
|
|
bitcoin-cli-res.rc
|
windres: use PACKAGE_VERSION rather than building more version numbers
|
2021-08-17 16:54:47 +08:00 |
|
bitcoin-cli.cpp
|
Fix typo in bitcoin-cli.cpp
|
2021-08-24 07:44:09 +02:00 |
|
bitcoin-tx-res.rc
|
windres: use PACKAGE_VERSION rather than building more version numbers
|
2021-08-17 16:54:47 +08:00 |
|
bitcoin-tx.cpp
|
…
|
|
|
bitcoin-util-res.rc
|
windres: use PACKAGE_VERSION rather than building more version numbers
|
2021-08-17 16:54:47 +08:00 |
|
bitcoin-util.cpp
|
…
|
|
|
bitcoin-wallet-res.rc
|
windres: use PACKAGE_VERSION rather than building more version numbers
|
2021-08-17 16:54:47 +08:00 |
|
bitcoin-wallet.cpp
|
…
|
|
|
bitcoind-res.rc
|
windres: use PACKAGE_VERSION rather than building more version numbers
|
2021-08-17 16:54:47 +08:00 |
|
bitcoind.cpp
|
…
|
|
|
blockencodings.cpp
|
…
|
|
|
blockencodings.h
|
…
|
|
|
blockfilter.cpp
|
…
|
|
|
blockfilter.h
|
…
|
|
|
bloom.cpp
|
…
|
|
|
bloom.h
|
…
|
|
|
chain.cpp
|
…
|
|
|
chain.h
|
…
|
|
|
chainparams.cpp
|
Set regtest.BIP65Height = 111 to speed up tests
|
2021-08-26 11:08:24 +02:00 |
|
chainparams.h
|
…
|
|
|
chainparamsbase.cpp
|
…
|
|
|
chainparamsbase.h
|
…
|
|
|
chainparamsseeds.h
|
…
|
|
|
checkqueue.h
|
…
|
|
|
clientversion.cpp
|
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
|
2021-08-16 16:04:47 +08:00 |
|
clientversion.h
|
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
|
2021-08-16 16:04:47 +08:00 |
|
coins.cpp
|
…
|
|
|
coins.h
|
…
|
|
|
compat.h
|
…
|
|
|
compressor.cpp
|
…
|
|
|
compressor.h
|
…
|
|
|
core_io.h
|
…
|
|
|
core_memusage.h
|
…
|
|
|
core_read.cpp
|
…
|
|
|
core_write.cpp
|
…
|
|
|
cuckoocache.h
|
…
|
|
|
dbwrapper.cpp
|
…
|
|
|
dbwrapper.h
|
…
|
|
|
deploymentinfo.cpp
|
…
|
|
|
deploymentinfo.h
|
…
|
|
|
deploymentstatus.cpp
|
…
|
|
|
deploymentstatus.h
|
…
|
|
|
dummywallet.cpp
|
Allow the long term feerate to be configured, default of 10 sat/vb
|
2021-08-27 12:46:04 -04:00 |
|
external_signer.cpp
|
…
|
|
|
external_signer.h
|
…
|
|
|
flatfile.cpp
|
…
|
|
|
flatfile.h
|
…
|
|
|
fs.cpp
|
Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werror
|
2021-08-27 08:31:45 +02:00 |
|
fs.h
|
…
|
|
|
hash.cpp
|
…
|
|
|
hash.h
|
…
|
|
|
httprpc.cpp
|
…
|
|
|
httprpc.h
|
…
|
|
|
httpserver.cpp
|
…
|
|
|
httpserver.h
|
…
|
|
|
i2p.cpp
|
…
|
|
|
i2p.h
|
…
|
|
|
indirectmap.h
|
…
|
|
|
init.cpp
|
Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAmount>
|
2021-08-24 10:43:38 +08:00 |
|
init.h
|
…
|
|
|
key.cpp
|
Stricter BIP32 decoding and test vector 5
|
2021-08-30 12:02:04 -04:00 |
|
key.h
|
Improve comments in taproot signing logic
|
2021-08-20 14:29:23 -04:00 |
|
key_io.cpp
|
…
|
|
|
key_io.h
|
…
|
|
|
logging.cpp
|
…
|
|
|
logging.h
|
…
|
|
|
mapport.cpp
|
…
|
|
|
mapport.h
|
…
|
|
|
memusage.h
|
…
|
|
|
merkleblock.cpp
|
…
|
|
|
merkleblock.h
|
…
|
|
|
miner.cpp
|
…
|
|
|
miner.h
|
…
|
|
|
net.cpp
|
Remove GetAddrName
|
2021-08-26 10:44:26 +02:00 |
|
net.h
|
Remove GetAddrName
|
2021-08-26 10:44:26 +02:00 |
|
net_permissions.cpp
|
…
|
|
|
net_permissions.h
|
…
|
|
|
net_processing.cpp
|
Remove GetAddrName
|
2021-08-26 10:44:26 +02:00 |
|
net_processing.h
|
…
|
|
|
net_types.h
|
…
|
|
|
netaddress.cpp
|
…
|
|
|
netaddress.h
|
…
|
|
|
netbase.cpp
|
…
|
|
|
netbase.h
|
…
|
|
|
netmessagemaker.h
|
…
|
|
|
noui.cpp
|
…
|
|
|
noui.h
|
…
|
|
|
outputtype.cpp
|
…
|
|
|
outputtype.h
|
…
|
|
|
pow.cpp
|
…
|
|
|
pow.h
|
…
|
|
|
prevector.h
|
…
|
|
|
protocol.cpp
|
…
|
|
|
protocol.h
|
doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
|
2021-08-23 18:53:34 +02:00 |
|
psbt.cpp
|
…
|
|
|
psbt.h
|
…
|
|
|
pubkey.cpp
|
Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5
|
2021-09-02 10:41:16 +08:00 |
|
pubkey.h
|
Consolidate XOnlyPubKey lookup hack
|
2021-08-23 21:38:34 -04:00 |
|
random.cpp
|
…
|
|
|
random.h
|
…
|
|
|
randomenv.cpp
|
…
|
|
|
randomenv.h
|
…
|
|
|
rest.cpp
|
…
|
|
|
reverse_iterator.h
|
…
|
|
|
scheduler.cpp
|
…
|
|
|
scheduler.h
|
…
|
|
|
serialize.h
|
…
|
|
|
shutdown.cpp
|
…
|
|
|
shutdown.h
|
…
|
|
|
signet.cpp
|
…
|
|
|
signet.h
|
…
|
|
|
span.h
|
…
|
|
|
streams.h
|
…
|
|
|
sync.cpp
|
…
|
|
|
sync.h
|
…
|
|
|
threadinterrupt.cpp
|
…
|
|
|
threadinterrupt.h
|
…
|
|
|
threadsafety.h
|
…
|
|
|
timedata.cpp
|
…
|
|
|
timedata.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
|
Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into policy/rbf
|
2021-08-31 22:34:25 +08:00 |
|
validation.h
|
refactor: remove RecursiveMutex cs_nBlockSequenceId
|
2021-08-29 13:31:00 +02:00 |
|
validationinterface.cpp
|
…
|
|
|
validationinterface.h
|
…
|
|
|
version.h
|
…
|
|
|
versionbits.cpp
|
…
|
|
|
versionbits.h
|
…
|
|
|
walletinitinterface.h
|
…
|
|
|
warnings.cpp
|
…
|
|
|
warnings.h
|
…
|
|