..
bench
Merge #14955 : Switch all RNG code to the built-in PRNG ( #4411 )
2021-09-11 23:52:36 +03:00
bls
Fix thread names for threads started via pools ( #4349 )
2021-08-24 19:18:52 +03:00
coinjoin
Merge bitcoin#13825: [wallet] Kill accounts
2021-09-17 02:17:00 +03:00
compat
Partial Merge #13665 : [build] Add risc-v support to gitian
2021-09-21 17:27:09 -04:00
config
consensus
Merge bitcoin/bitcoin#18096 : doc: IsFinalTx comment about nSequence & OP_CLTV
2021-09-24 13:32:17 -04:00
crc32c
Merge #20603 : build: Update crc32c subtree
2021-09-24 13:26:41 -04:00
crypto
Merge #19931 : Change CSipHasher's count variable to uint8_t
2021-09-24 13:26:37 -04:00
evo
refactor: More constness and thread safety for LLMQ modules ( #4392 )
2021-09-08 01:33:02 +03:00
governance
Replace locale-specific functions in Dash-specific code
2021-09-09 11:37:36 -07:00
index
Merge pull request #4430 from vijaydasmp/backport_v18_vijay_batch4_1
2021-09-24 12:05:37 +03:00
interfaces
Merge bitcoin#13825: [wallet] Kill accounts
2021-09-17 02:17:00 +03:00
leveldb
partial merge #17398 : Update leveldb to 1.22+ ( #4230 )
2021-07-15 15:42:55 -05:00
llmq
Merge pull request #4420 from vijaydasmp/backport_v18_vijay_batch3_1
2021-09-16 18:29:41 -04:00
logging
Fix more spelling errors
2021-07-19 12:52:03 -05:00
masternode
Static analysis fixes ( #4316 )
2021-08-07 00:55:51 +03:00
node
merge #14978 : Factor out PSBT utilities from RPCs for use in GUI code; related refactoring
2021-08-09 12:38:11 +05:30
policy
Merge #13429 : Return the script type from Solver ( #4436 )
2021-09-19 10:45:35 +03:00
primitives
Merge #18383 : refactor: Check for overflow when calculating sum of tx outputs
2021-07-13 21:19:48 -05:00
qt
Merge pull request #4450 from PastaPastaPasta/backport-16348
2021-09-25 00:44:44 +03:00
rpc
Merge pull request #4449 from PastaPastaPasta/backport-trivial-pr22
2021-09-25 00:43:30 +03:00
script
Merge pull request #4449 from PastaPastaPasta/backport-trivial-pr22
2021-09-25 00:43:30 +03:00
secp256k1
Partial merge #22448 : Update libsecp256k1 subtree to latest upstream
2021-08-11 00:05:23 +03:00
support
Merge #13954 : Warn (don't fail!) on spelling errors. Fix typos reported by codespell.
2021-07-19 12:51:24 -05:00
test
Merge pull request #4435 from PastaPastaPasta/backport-trivial-pr20
2021-09-24 23:10:10 +03:00
univalue
Merge #20424 : build: Update univalue subtree
2021-07-17 12:09:42 -05:00
util
Merge pull request #4449 from PastaPastaPasta/backport-trivial-pr22
2021-09-25 00:43:30 +03:00
wallet
Merge #14813 : qa: Add wallet_encryption error tests ( #4438 )
2021-09-24 12:56:10 +03:00
zmq
Merge pull request #4449 from PastaPastaPasta/backport-trivial-pr22
2021-09-25 00:43:30 +03:00
.clang-format
Merge #19454 : tools: .clang-format
compat with clang versions < 9
2021-07-15 19:30:07 -05:00
addrdb.cpp
Merge #21222 : log: Clarify log message when file does not exist
2021-09-18 21:41:47 -04:00
addrdb.h
Merge #14605 : Return of the Banman
2021-07-17 22:32:12 -05:00
addressindex.h
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
addrman.cpp
Merge #14624 : Some simple improvements to the RNG code
2021-07-19 19:00:04 -05:00
addrman.h
Merge #15109 : refactor: Use C++11 default member initializers
2021-08-10 22:20:30 -03:00
amount.h
Merge #14244 : amount: Move CAmount CENT to unit test header
2021-07-01 16:57:02 -05:00
arith_uint256.cpp
Merge #14510 : Avoid triggering undefined behaviour in base_uint<BITS>::bits()
2021-07-01 17:20:18 -05:00
arith_uint256.h
Merge #14838 : Use const in COutPoint class
2021-07-08 11:57:10 -05:00
attributes.h
merge bitcoin#20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17)
2021-06-27 12:03:14 +05:30
banman.cpp
Merge pull request #4435 from PastaPastaPasta/backport-trivial-pr20
2021-09-24 23:10:10 +03:00
banman.h
Merge #14929 : net: Allow connections from misbehavior banned peers
2021-07-19 18:57:23 -05:00
base58.cpp
Merge #14585 : refactor: remove usage of locale dependent std::isspace
2021-09-09 10:53:54 -07:00
base58.h
merge bitcoin#20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17)
2021-06-27 12:03:14 +05:30
batchedlogger.cpp
Merge #15266 : memory: Construct globals on first use
2021-09-16 07:41:45 +05:30
batchedlogger.h
Merge #12954 : util: Refactor logging code into a global object
2021-05-25 14:09:35 +03:00
bech32.cpp
Merge #13249 : Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations.
2021-07-19 17:11:18 -05:00
bech32.h
Merge #16792 : Assert that the HRP is lowercase in Bech32::Encode
2021-07-12 20:52:56 -05:00
bip39_english.h
Merge #12757 : Clarify include guard naming convention
2020-07-19 00:42:54 -05:00
bip39.cpp
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
bip39.h
Merge #12757 : Clarify include guard naming convention
2020-07-19 00:42:54 -05:00
blockencodings.cpp
merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface
2021-06-27 12:03:15 +05:30
blockencodings.h
merge #18635 : Replace -Wthread-safety-analysis with -Wthread-safety
2021-06-10 14:35:05 +05:30
blockfilter.cpp
merge bitcoin#17687: fix Fatal LevelDB error when specifying -blockfilterindex twice
2021-09-18 09:18:30 +05:30
blockfilter.h
merge bitcoin#19044: Add support for getcfilters
2021-09-19 10:05:58 +05:30
bloom.cpp
Merge #13429 : Return the script type from Solver ( #4436 )
2021-09-19 10:45:35 +03:00
bloom.h
Merge #19968 : doc: clarify CRollingBloomFilter size estimate
2021-07-15 19:37:59 -05:00
cachemap.h
Static analysis fixes ( #4316 )
2021-08-07 00:55:51 +03:00
cachemultimap.h
Static analysis fixes ( #4316 )
2021-08-07 00:55:51 +03:00
chain.cpp
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
chain.h
Merge pull request #4333 from Munkybooty/backports-0.18-pr13
2021-08-16 14:24:51 -05:00
chainparams.cpp
merge bitcoin#13311: Don't edit Chainparams after initialization ( #4362 )
2021-09-03 01:36:11 +03:00
chainparams.h
merge bitcoin#13311: Don't edit Chainparams after initialization ( #4362 )
2021-09-03 01:36:11 +03:00
chainparamsbase.cpp
merge bitcoin#13311: Don't edit Chainparams after initialization ( #4362 )
2021-09-03 01:36:11 +03:00
chainparamsbase.h
backport bitcoin#13190: Have gArgs handle printing help
2021-03-19 18:00:24 +03:00
chainparamsseeds.h
contrib|src: Update hard coded seeds ( #4152 )
2021-05-13 12:31:45 +03:00
checkpoints.cpp
Merge bitcoin#11041 Add LookupBlockIndex
2020-12-15 11:20:19 -06:00
checkpoints.h
Merge bitcoin#11041 Add LookupBlockIndex
2020-12-15 11:20:19 -06:00
checkqueue.h
Merge #17971 : refactor: Remove redundant conditional
2021-09-18 17:15:44 -04:00
clientversion.cpp
Adjust version formatting and add formatted version to rpc ( #3908 )
2021-01-11 20:34:42 +01:00
clientversion.h
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
coins.cpp
Merge #18410 : Docs: Improve commenting for coins.cpp|h
2021-09-18 17:15:47 -04:00
coins.h
Merge #18410 : Docs: Improve commenting for coins.cpp|h
2021-09-18 17:15:47 -04:00
compat.h
Merge #14031 : Make IS_TRIVIALLY_CONSTRUCTIBLE consistent on GCC < 5, don't patch clang
2021-07-01 16:33:23 -05:00
compressor.cpp
Merge #12752 : Move compressor utility functions out of class
2021-04-18 17:10:05 -04:00
compressor.h
Merge #17957 : Convert compression.h to new serialization framework
2021-04-18 17:10:25 -04:00
core_io.h
Merge bitcoin#13399: rpc: Add submitheader ( #4326 )
2021-08-10 22:37:50 +03:00
core_memusage.h
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
core_read.cpp
Merge bitcoin#13399: rpc: Add submitheader ( #4326 )
2021-08-10 22:37:50 +03:00
core_write.cpp
Merge #13429 : Return the script type from Solver ( #4436 )
2021-09-19 10:45:35 +03:00
ctpl_stl.h
Fix data races in bls_worker and use ctpl_stl queue. ( #4240 )
2021-07-11 22:25:27 -05:00
cuckoocache.h
Merge #13249 : Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations.
2021-07-19 17:11:18 -05:00
cxxtimer.hpp
dash-cli-res.rc
dash-cli.cpp
Merge #15564 : cli: remove duplicate wallet fields from -getinfo
2021-10-01 09:48:23 -04:00
dash-tx-res.rc
dash-tx.cpp
Merge #15245 : remove deprecated mentions of signrawtransaction from fundraw help
2021-09-06 18:01:57 +05:30
dashd-res.rc
dashd.cpp
Merge #17038 : Don't rename main thread at process level
2021-09-21 14:41:49 -04:00
dbwrapper.cpp
Merge #13954 : Warn (don't fail!) on spelling errors. Fix typos reported by codespell.
2021-07-19 12:51:24 -05:00
dbwrapper.h
Static analysis fixes ( #4316 )
2021-08-07 00:55:51 +03:00
dsnotificationinterface.cpp
instantsend: Use NotifyEntryRemoved
signal instead of calling CInstantSendManager::TransactionRemovedFromMempool
from CTxMemPool::removeUnchecked
directly ( #4160 )
2021-05-19 01:02:31 +02:00
dsnotificationinterface.h
instantsend: Use NotifyEntryRemoved
signal instead of calling CInstantSendManager::TransactionRemovedFromMempool
from CTxMemPool::removeUnchecked
directly ( #4160 )
2021-05-19 01:02:31 +02:00
dummywallet.cpp
Merge #14291 : wallet: Add ListWalletDir utility function
2021-08-13 22:06:13 -06:00
flat-database.h
merge bitcoin#14555: Move util files to directory
2021-06-27 12:03:13 +05:30
flatfile.cpp
bitcoin#15118: Refactor block file logic
2021-08-12 12:32:29 +05:30
flatfile.h
bitcoin#15118: Refactor block file logic
2021-08-12 12:32:29 +05:30
fs.cpp
Merge #14426 : utils: Fix broken Windows filelock
2021-09-24 18:48:45 -04:00
fs.h
Merge #14768 : revert removal of fstream.hpp header in fs.h
2021-08-10 20:24:28 -04:00
hash.cpp
merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface
2021-06-27 12:03:15 +05:30
hash.h
merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface
2021-06-27 12:03:15 +05:30
hdchain.cpp
Merge #12924 : Fix hdmaster-key / seed-key confusion (scripted diff)
2021-06-28 02:00:48 +03:00
hdchain.h
Hold locks in CHDChain::swap()
2021-07-13 19:43:31 +03:00
httprpc.cpp
bitcoin#14168: Remove ENABLE_WALLET from libbitcoin_server.a
2021-08-11 09:48:41 +05:30
httprpc.h
Merge #13938 : refactoring: Cleanup StartRest()
2021-07-19 17:11:14 -05:00
httpserver.cpp
Merge bitcoin/bitcoin#22361 : refactor: Make httpserver work queue a unique_ptr
2021-09-24 13:32:16 -04:00
httpserver.h
Merge #14214 : convert C-style (void) parameter lists to C++ style ()
2021-07-12 11:50:33 -04:00
indirectmap.h
init.cpp
Merge pull request #4435 from PastaPastaPasta/backport-trivial-pr20
2021-09-24 23:10:10 +03:00
init.h
bitcoin#14168: Remove ENABLE_WALLET from libbitcoin_server.a
2021-08-11 09:48:41 +05:30
keepass.cpp
fix misc. spelling errors
2021-07-19 12:51:30 -05:00
keepass.h
Update copyright ( #4115 )
2021-04-20 22:33:02 +03:00
key_io.cpp
Merge #14242 : Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...)
2021-08-18 22:38:11 -03:00
key_io.h
Merge #11372 : Address encoding cleanup
2021-01-08 22:35:34 +03:00
key.cpp
Merge #19228 : Update libsecp256k1 subtree
2021-08-11 00:05:22 +03:00
key.h
Merge #12461 : scripted-diff: Rename key size consts to be relative to their class
2021-08-11 00:05:22 +03:00
keystore.cpp
merge bitcoin#14555: Move util files to directory
2021-06-27 12:03:13 +05:30
keystore.h
Merge #13627 : Free keystore.h from file scope level type aliases
2020-12-18 12:55:45 -06:00
limitedmap.h
Add cache for CBlockTreeDB::HasTxIndex ( #3402 )
2020-04-08 22:18:33 +02:00
logging.cpp
Merge pull request #4420 from vijaydasmp/backport_v18_vijay_batch3_1
2021-09-16 18:29:41 -04:00
logging.h
Merge pull request #4420 from vijaydasmp/backport_v18_vijay_batch3_1
2021-09-16 18:29:41 -04:00
Makefile.am
Merge #15683 : Comment for seemingly duplicate LIBBITCOIN_SERVER
2021-10-01 09:48:23 -04:00
Makefile.bench.include
build: add libgmp detection, make immer a package ( #4311 )
2021-08-10 22:35:55 +03:00
Makefile.crc32c.include
Merge #20603 : build: Update crc32c subtree
2021-09-24 13:26:41 -04:00
Makefile.leveldb.include
partial merge #17398 : Update leveldb to 1.22+ ( #4230 )
2021-07-15 15:42:55 -05:00
Makefile.qt.include
Merge #15101 : gui: Add WalletController
2021-09-18 17:13:55 -04:00
Makefile.qttest.include
Merge #11625 : Add BitcoinApplication & RPCConsole tests
2021-09-18 17:13:54 -04:00
Makefile.test.include
Merge pull request #4449 from PastaPastaPasta/backport-trivial-pr22
2021-09-25 00:43:30 +03:00
memusage.h
Bugfix: Include <memory> for std::unique_ptr
2020-04-08 11:46:27 -05:00
merkleblock.cpp
Merge #15139 : util: Remove [U](BEGIN|END) macros
2021-08-24 19:14:49 -04:00
merkleblock.h
partial merge #18317 : Serialization improvements step 6 (all except wallet/gui)
2021-05-28 11:39:24 +03:00
messagesigner.cpp
merge bitcoin#14555: Move util files to directory
2021-06-27 12:03:13 +05:30
messagesigner.h
Fix more spelling errors
2021-07-19 12:52:03 -05:00
miner.cpp
Merge #17519 : rpc: Remove unused COINBASE_FLAGS ( #4377 )
2021-08-31 12:51:34 -04:00
miner.h
Merge #19283 : refactor: Remove unused BlockAssembler::pblock member var
2021-07-15 19:30:07 -05:00
net_permissions.cpp
Merge #16248 : Make whitebind/whitelist permissions more flexible
2021-07-19 19:00:04 -05:00
net_permissions.h
Merge #16248 : Make whitebind/whitelist permissions more flexible
2021-07-19 19:00:04 -05:00
net_processing.cpp
Merge pull request #4435 from PastaPastaPasta/backport-trivial-pr20
2021-09-24 23:10:10 +03:00
net_processing.h
merge bitcoin#18877: Serve cfcheckpt requests
2021-09-19 10:01:43 +05:30
net.cpp
Merge pull request #4435 from PastaPastaPasta/backport-trivial-pr20
2021-09-24 23:10:10 +03:00
net.h
Merge #19857 : net: improve nLastBlockTime and nLastTXTime documentation
2021-09-24 13:26:37 -04:00
netaddress.cpp
Merge #20140 : Restore compatibility with old CSubNet serialization
2021-09-24 13:26:39 -04:00
netaddress.h
Merge #20140 : Restore compatibility with old CSubNet serialization
2021-09-24 13:26:39 -04:00
netbase.cpp
Merge #14331 : doxygen: Fix member comments
2021-08-18 13:56:38 -05:00
netbase.h
Merge #12569 : net: Increase signal-to-noise ratio in debug.log by adjusting log level when logging failed non-manual connect():s
2020-11-17 14:32:36 -05:00
netfulfilledman.cpp
Merge #13235 : Break circular dependency: init -> * -> init by extracting shutdown.h
2021-07-02 00:42:18 +03:00
netfulfilledman.h
Other Dash-specific serializations
2021-05-28 12:31:13 +03:00
netmessagemaker.h
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
noui.cpp
Merge #14162 : gui: Also log and print messages or questions like bitcoind
2021-07-11 10:16:14 -04:00
noui.h
Merge #14162 : gui: Also log and print messages or questions like bitcoind
2021-07-11 10:16:14 -04:00
pow.cpp
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
pow.h
Backport 11651 ( #3358 )
2020-03-20 01:46:56 +03:00
prevector.h
Merge pull request #4235 from PastaPastaPasta/backport-triv-pr7
2021-07-10 21:46:25 +03:00
protocol.cpp
Merge #19106 : util: simplify the interface of serviceFlagToStr()
2021-09-21 14:49:14 -04:00
protocol.h
Merge #19106 : util: simplify the interface of serviceFlagToStr()
2021-09-21 14:49:14 -04:00
psbt.cpp
merge #14978 : Factor out PSBT utilities from RPCs for use in GUI code; related refactoring
2021-08-09 12:38:11 +05:30
psbt.h
Merge #12461 : scripted-diff: Rename key size consts to be relative to their class
2021-08-11 00:05:22 +03:00
pubkey.cpp
Merge #12461 : scripted-diff: Rename key size consts to be relative to their class
2021-08-11 00:05:22 +03:00
pubkey.h
Merge #12461 : scripted-diff: Rename key size consts to be relative to their class
2021-08-11 00:05:22 +03:00
random.cpp
Merge #17191 : random: remove call to RAND_screen() (Windows only)
2021-09-21 14:42:21 -04:00
random.h
Merge #15250 : Use RdSeed when available, and reduce RdRand load
2021-09-16 13:34:59 +03:00
rest.cpp
Merge #12151 : rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
2021-08-24 19:16:52 -04:00
reverse_iterator.h
scripted-diff: Merge #13753 : Remove trailing whitespaces
2020-07-28 20:23:12 -05:00
reverselock.h
saltedhasher.cpp
Update copyright ( #4115 )
2021-04-20 22:33:02 +03:00
saltedhasher.h
merge bitcoin#14074: Use std::unordered_set instead of set in blockfilter interface
2021-06-27 12:03:15 +05:30
scheduler.cpp
Merge #14955 : Switch all RNG code to the built-in PRNG ( #4411 )
2021-09-11 23:52:36 +03:00
scheduler.h
Backports v0.18: PR 13743: refactor: Replace boost::bind with std::bind ( #4343 )
2021-08-17 23:31:09 +03:00
serialize.h
merge #19954 : Complete the BIP155 implementation and upgrade to TORv3
2021-05-29 23:24:52 +03:00
shutdown.cpp
Merge #13235 : Break circular dependency: init -> * -> init by extracting shutdown.h
2021-07-02 00:42:18 +03:00
shutdown.h
Merge #13235 : Break circular dependency: init -> * -> init by extracting shutdown.h
2021-07-02 00:42:18 +03:00
span.h
Partial #19326 : Simplify hash.h interface using Spans
2021-05-20 10:15:17 +05:30
spentindex.h
Other Dash-specific serializations
2021-05-28 12:31:13 +03:00
spork.cpp
Update copyright ( #4115 )
2021-04-20 22:33:02 +03:00
spork.h
merge bitcoin#14555: Move util files to directory
2021-06-27 12:03:13 +05:30
stacktraces.cpp
merge bitcoin#14555: Move util files to directory
2021-06-27 12:03:13 +05:30
stacktraces.h
Update copyright ( #4115 )
2021-04-20 22:33:02 +03:00
statsd_client.cpp
merge bitcoin#14555: Move util files to directory
2021-06-27 12:03:13 +05:30
statsd_client.h
trivial: misc. trivial refactoring ( #4104 )
2021-04-15 13:58:04 -04:00
streams.h
Merge #14357 : streams: Fix broken streams_vector_reader test. Remove unused seek(size_t).
2021-09-07 12:26:47 -04:00
sync.cpp
bitcoin-config.h -> dash-config.h
2021-09-12 15:51:41 -04:00
sync.h
Merge #14963 : mempool, validation: Explain cs_main locking semantics
2021-08-24 19:14:50 -04:00
threadinterrupt.cpp
merge #11640 : Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
2021-06-06 16:22:17 +05:30
threadinterrupt.h
merge #11599 : Small locking rename
2021-06-06 16:22:17 +05:30
threadsafety.h
Merge #19758 : Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations
2021-07-15 19:30:07 -05:00
timedata.cpp
Merge #13249 : Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations.
2021-07-19 17:11:18 -05:00
timedata.h
scripted-diff: Merge #13753 : Remove trailing whitespaces
2020-07-28 20:23:12 -05:00
tinyformat.h
Merge #17682 : Update tinyformat to upstream
2021-05-20 10:15:17 +05:30
torcontrol.cpp
Backports v0.18: PR 13743: refactor: Replace boost::bind with std::bind ( #4343 )
2021-08-17 23:31:09 +03:00
torcontrol.h
Backport 12381 ( #3528 )
2020-06-13 21:21:30 +03:00
txdb.cpp
Merge #12980 : Allow quicker shutdowns during LoadBlockIndex()
2021-07-12 17:11:08 -05:00
txdb.h
bitcoin#14121: Index for BIP 157 block filters
2021-08-12 12:44:03 +05:30
txmempool.cpp
Merge #13793 : tx pool: Use class methods to hide raw map iterator impl details
2021-08-12 12:17:41 -06:00
txmempool.h
Merge #15245 : remove deprecated mentions of signrawtransaction from fundraw help
2021-09-06 18:01:57 +05:30
ui_interface.cpp
qt: Add chainlock info ( #4252 )
2021-08-10 22:41:00 +03:00
ui_interface.h
qt: Add chainlock info ( #4252 )
2021-08-10 22:41:00 +03:00
uint256.cpp
Merge #14599 : Use functions guaranteed to be locale independent (IsDigit, ToLower) in {Format,Parse}Money(...), uint256::SetHex(...), etc. Remove the use of locale dependent boost::is_space(...)
2021-09-09 11:23:24 -07:00
uint256.h
Partial #19326 : Simplify hash.h interface using Spans
2021-05-20 10:15:17 +05:30
undo.h
Merge #18433 : serialization: prevent int overflow for big Coin::nHeight
2021-07-13 21:19:48 -05:00
unordered_lru_cache.h
Fix error int64_t was not declared ( #4419 )
2021-09-13 12:56:35 -04:00
validation.cpp
Merge pull request #4435 from PastaPastaPasta/backport-trivial-pr20
2021-09-24 23:10:10 +03:00
validation.h
Merge #17519 : rpc: Remove unused COINBASE_FLAGS ( #4377 )
2021-08-31 12:51:34 -04:00
validationinterface.cpp
Backports v0.18: PR 13743: refactor: Replace boost::bind with std::bind ( #4343 )
2021-08-17 23:31:09 +03:00
validationinterface.h
Merge #13083 : Add compile time checking for cs_main runtime locking assertions
2021-07-07 16:30:58 -04:00
version.h
merge #19845 : add support to (un)serialize as ADDRv2
2021-05-29 23:24:02 +03:00
versionbits.cpp
merge bitcoin#13311: Don't edit Chainparams after initialization ( #4362 )
2021-09-03 01:36:11 +03:00
versionbits.h
merge bitcoin#13311: Don't edit Chainparams after initialization ( #4362 )
2021-09-03 01:36:11 +03:00
versionbitsinfo.cpp
merge bitcoin#13311: Don't edit Chainparams after initialization ( #4362 )
2021-09-03 01:36:11 +03:00
versionbitsinfo.h
merge bitcoin#13311: Don't edit Chainparams after initialization ( #4362 )
2021-09-03 01:36:11 +03:00
walletinitinterface.h
bitcoin#14168: Remove ENABLE_WALLET from libbitcoin_server.a
2021-08-11 09:48:41 +05:30
warnings.cpp
Merge #19220 : refactor: Replace RecursiveMutex with Mutex in warnings.cpp
2021-09-18 21:46:24 -04:00
warnings.h
Merge #13895 : Docs: fix GetWarnings docs to reflect behavior
2020-07-17 15:45:43 -05:00