..
bench
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
2019-07-27 15:05:14 +03:00
compat
…
config
…
consensus
[Consensus] Bury segwit deployment
2019-08-14 15:52:52 -04:00
crypto
Add ChaCha20Poly1305@Bitcoin AEAD implementation
2019-06-25 15:13:02 +02:00
index
scripted-diff: Make translation bilingual
2019-07-24 16:33:20 +03:00
interfaces
Merge #16443 : refactor: have CCoins* data managed under CChainState
2019-08-15 12:47:15 -04:00
leveldb
…
node
move-only: move coins statistics utils out of RPC
2019-08-27 11:51:56 -04:00
policy
[wallet] abort when attempting to fund a transaction above maxtxfee
2019-06-28 22:44:38 -04:00
primitives
…
qt
Merge #16758 : qt: Replace QFontMetrics::width() with TextWidth()
2019-08-30 10:27:28 +08:00
rpc
Merge #16695 : rpc: Add window final block height to getchaintxstats
2019-08-29 16:41:46 +02:00
script
Give more errors for specific failure conditions
2019-08-16 19:34:01 -04:00
secp256k1
…
support
Improve documentation of memory_cleanse()
2019-07-01 12:59:44 +02:00
test
doc: Delete stale URL in test README
2019-08-29 13:58:00 +03:00
univalue
…
util
util: Add Join helper to join a list of strings
2019-08-20 16:51:41 -04:00
wallet
Merge #16716 : wallet: Use wallet name instead of pointer on unload/release
2019-08-31 09:17:41 +08:00
zmq
rpc: switch to using RPCHelpMan.Check()
2019-07-08 09:53:52 +09:00
.clang-format
…
Makefile.am
move-only: move coins statistics utils out of RPC
2019-08-27 11:51:56 -04:00
Makefile.bench.include
Merge #15649 : Add ChaCha20Poly1305@Bitcoin AEAD
2019-07-11 22:00:16 +02:00
Makefile.leveldb.include
…
Makefile.qt.include
qt: Remove menu icons
2019-08-15 13:05:10 +02:00
Makefile.qttest.include
…
Makefile.test.include
Move ismine to wallet module
2019-06-19 18:06:30 -04:00
addrdb.cpp
addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determinism in unit tests.
2019-06-14 08:30:43 +02:00
addrdb.h
…
addrman.cpp
…
addrman.h
…
amount.h
…
arith_uint256.cpp
…
arith_uint256.h
…
attributes.h
…
banman.cpp
scripted-diff: Make translation bilingual
2019-07-24 16:33:20 +03:00
banman.h
…
base58.cpp
…
base58.h
…
bech32.cpp
…
bech32.h
…
bitcoin-cli-res.rc
…
bitcoin-cli.cpp
Merge #15864 : Fix datadir handling
2019-08-19 10:01:30 -04:00
bitcoin-tx-res.rc
…
bitcoin-tx.cpp
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
2019-07-27 15:05:14 +03:00
bitcoin-wallet-res.rc
…
bitcoin-wallet.cpp
Merge #15864 : Fix datadir handling
2019-08-19 10:01:30 -04:00
bitcoind-res.rc
…
bitcoind.cpp
Merge #15864 : Fix datadir handling
2019-08-19 10:01:30 -04:00
blockencodings.cpp
…
blockencodings.h
…
blockfilter.cpp
…
blockfilter.h
…
bloom.cpp
…
bloom.h
…
chain.cpp
…
chain.h
[doc] chain: Declare BLOCK_VALID_HEADER reserved
2019-08-05 07:58:58 -04:00
chainparams.cpp
[Consensus] Bury segwit deployment
2019-08-14 15:52:52 -04:00
chainparams.h
Remove wallet settings from chainparams
2019-07-16 16:22:14 -04:00
chainparamsbase.cpp
[Consensus] Bury segwit deployment
2019-08-14 15:52:52 -04:00
chainparamsbase.h
Remove wallet settings from chainparams
2019-07-16 16:22:14 -04:00
chainparamsseeds.h
…
checkqueue.h
…
clientversion.cpp
…
clientversion.h
…
coins.cpp
move-onlyish: move CCoinsViewErrorCatcher out of init.cpp
2019-07-21 21:00:31 -04:00
coins.h
move-onlyish: move CCoinsViewErrorCatcher out of init.cpp
2019-07-21 21:00:31 -04:00
compat.h
…
compressor.cpp
…
compressor.h
…
core_io.h
…
core_memusage.h
…
core_read.cpp
…
core_write.cpp
…
cuckoocache.h
…
dbwrapper.cpp
…
dbwrapper.h
…
dummywallet.cpp
…
flatfile.cpp
…
flatfile.h
…
fs.cpp
…
fs.h
…
hash.cpp
…
hash.h
…
httprpc.cpp
scripted-diff: Make translation bilingual
2019-07-24 16:33:20 +03:00
httprpc.h
…
httpserver.cpp
…
httpserver.h
…
indirectmap.h
…
init.cpp
[Doc] Add documentation for the new whitelist permissions
2019-08-24 23:22:29 +09:00
init.h
…
key.cpp
…
key.h
…
key_io.cpp
…
key_io.h
…
limitedmap.h
…
logging.cpp
test: Log to debug.log in all tests
2019-06-20 12:12:24 -04:00
logging.h
test: Log to debug.log in all tests
2019-06-20 12:12:24 -04:00
memusage.h
…
merkleblock.cpp
…
merkleblock.h
…
miner.cpp
…
miner.h
…
net.cpp
[Fix] The default whitelistrelay should be true
2019-08-17 00:43:22 +09:00
net.h
[Fix] The default whitelistrelay should be true
2019-08-17 00:43:22 +09:00
net_permissions.cpp
util: Move ResolveErrMsg to util/error
2019-08-15 10:05:32 -04:00
net_permissions.h
Make whitebind/whitelist permissions more flexible
2019-08-11 11:33:27 +09:00
net_processing.cpp
Merge #16443 : refactor: have CCoins* data managed under CChainState
2019-08-15 12:47:15 -04:00
net_processing.h
refactor : use RelayTransaction in BroadcastTransaction utility
2019-07-24 19:47:56 -04:00
netaddress.cpp
…
netaddress.h
…
netbase.cpp
util: refactor upper/lowercase functions
2019-08-08 11:35:14 +09:00
netbase.h
util: refactor upper/lowercase functions
2019-08-08 11:35:14 +09:00
netmessagemaker.h
…
noui.cpp
Merge #16277 : [Tests] Suppress output in test_bitcoin for expected errors
2019-08-01 15:17:10 +02:00
noui.h
Suppress output in test_bitcoin for expected errors
2019-07-03 14:03:21 +02:00
optional.h
…
outputtype.cpp
Move various SigningProviders to signingprovider.{cpp,h}
2019-07-09 16:20:18 -04:00
outputtype.h
Move various SigningProviders to signingprovider.{cpp,h}
2019-07-09 16:20:18 -04:00
pow.cpp
…
pow.h
…
prevector.h
Merge #12324 : speed up Unserialize_impl for prevector
2019-06-18 17:12:02 +02:00
protocol.cpp
…
protocol.h
Remove unused bits from the service flags enum
2019-07-12 14:14:54 -04:00
psbt.cpp
Merge #15427 : Add support for descriptors to utxoupdatepsbt
2019-07-02 16:53:22 +02:00
psbt.h
Move various SigningProviders to signingprovider.{cpp,h}
2019-07-09 16:20:18 -04:00
pubkey.cpp
…
pubkey.h
…
random.cpp
net: Use mockable time for tx download
2019-06-17 14:12:32 -04:00
random.h
net: Use mockable time for tx download
2019-06-17 14:12:32 -04:00
rest.cpp
refactor: pcoinsTip -> CChainState::CoinsTip()
2019-08-06 13:13:06 -04:00
reverse_iterator.h
…
reverselock.h
…
scheduler.cpp
…
scheduler.h
…
serialize.h
Support serialization of std::vector<bool>
2019-08-26 11:36:33 -07:00
shutdown.cpp
…
shutdown.h
…
span.h
…
streams.h
…
sync.cpp
Replace remaining fprintf with tfm::format manually
2019-06-13 11:46:38 -04:00
sync.h
…
threadinterrupt.cpp
…
threadinterrupt.h
…
threadsafety.h
…
timedata.cpp
scripted-diff: Make translation bilingual
2019-07-24 16:33:20 +03:00
timedata.h
…
tinyformat.h
…
torcontrol.cpp
fix: tor: Call event_base_loopbreak from the event's callback
2019-07-17 15:32:38 +01:00
torcontrol.h
…
txdb.cpp
refactor: have CCoins* data managed under CChainState
2019-08-15 11:04:10 -04:00
txdb.h
refactor: have CCoins* data managed under CChainState
2019-08-15 11:04:10 -04:00
txmempool.cpp
…
txmempool.h
refactor: pcoinsTip -> CChainState::CoinsTip()
2019-08-06 13:13:06 -04:00
ui_interface.cpp
Merge #16092 : Don't use global (external) symbols for symbols that are used in only one translation unit
2019-06-18 15:59:53 -04:00
ui_interface.h
Add MSG_NOPREFIX flag for user messages
2019-06-19 19:22:34 +03:00
uint256.cpp
Merge #14734 : fix an undefined behavior in uint::SetHex
2019-07-03 14:18:29 +02:00
uint256.h
…
undo.h
…
validation.cpp
Merge #15615 : Add log output during initial header sync
2019-08-29 15:47:26 +02:00
validation.h
[Fix] The default whitelistrelay should be true
2019-08-17 00:43:22 +09:00
validationinterface.cpp
…
validationinterface.h
Remove extra CBlockIndex declaration
2019-06-25 15:02:34 -04:00
version.h
…
versionbits.cpp
doc: Improve versionbits.h documentation
2019-08-15 11:02:55 -04:00
versionbits.h
doc: Improve versionbits.h documentation
2019-08-15 11:02:55 -04:00
versionbitsinfo.cpp
[Consensus] Bury segwit deployment
2019-08-14 15:52:52 -04:00
versionbitsinfo.h
…
walletinitinterface.h
…
warnings.cpp
scripted-diff: Make translation bilingual
2019-07-24 16:33:20 +03:00
warnings.h
…