aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-23BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...furszy
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2020-05-23qt: Add BitcoinUnits::formatWithPrivacy() functionHennadii Stepanov
2020-05-24Merge #18594: cli: display multiwallet balances in -getinfoSamuel Dobson
2020-05-23Merge #18698: Make g_chainman internal to validationMarcoFalke
2020-05-22rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-22rpc: factor out RpcInterruptionPoint from dumptxoutsetMarcoFalke
2020-05-22[net processing] Message handling for getcfheaders.Jim Posen
2020-05-22[doc] Add comment for m_headers_cacheJohn Newbery
2020-05-22tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)practicalswift
2020-05-22doc: Add and fix comments about never destroyed objectsHennadii Stepanov
2020-05-22Merge #18787: wallet: descriptor wallet release notes and cleanupsSamuel Dobson
2020-05-22Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...Samuel Dobson
2020-05-22Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake
2020-05-21Merge #16946: wallet: include a checksum of encrypted private keysWladimir J. van der Laan
2020-05-21Merge #18960: indexes: Add compact block filter headers cacheWladimir J. van der Laan
2020-05-22refactor: Replace const char* to std::stringCalvin Kim
2020-05-21Merge #19020: net: Use C++11 member initialization in protocolWladimir J. van der Laan
2020-05-21Merge #18997: gui: Remove un-actionable TODOMarcoFalke
2020-05-21validation: Mark g_chainman DEPRECATEDMarcoFalke
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2020-05-21validation: Make PruneOneBlockFile() a member of ChainstateManagerMarcoFalke
2020-05-21validation: Make LoadBlockIndex() a member of ChainstateManagerMarcoFalke
2020-05-21net: Pass chainman into PeerLogicValidationMarcoFalke
2020-05-21node: Add chainman alias for g_chainmanMarcoFalke
2020-05-21Merge #18530: Add test for -blocksonly and -whitelistforcerelay param interac...MarcoFalke
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-21rpc: drop unused JSONRPCProcessBatchReply size arg, refactorJon Atack
2020-05-21cli: use GetWalletBalances() functionality for -getinfoJon Atack
2020-05-21cli: create GetWalletBalances() to fetch multiwallet balancesJon Atack
2020-05-21cli: lift -rpcwallet logic up to CommandLineRPC()Jon Atack
2020-05-21cli: extract connection exception handler, -rpcwait logicJon Atack
2020-05-21Merge #18677: Multiprocess build supportfanquake
2020-05-20Convert Qt to new serializationPieter Wuille
2020-05-20net: Use C++11 member initialization in protocolMarcoFalke
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-05-20Merge #18996: net: Remove un-actionable TODOMarcoFalke
2020-05-20Merge #19006: rpc: Avoid crash when g_thread_http was never startedMarcoFalke
2020-05-20Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBala...Jonas Schnelli
2020-05-19Add comments to CustomUintFormatterPieter Wuille
2020-05-19[mempool] sanity check that all unbroadcast txns are in mempoolgzhao408
2020-05-19[rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao408
2020-05-19http: Avoid crash when g_thread_http was never startedMarcoFalke
2020-05-19init: Remove confusing and redundant InitErrorMarcoFalke
2020-05-19Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke
2020-05-19Merge #18152: qt: Use SynchronizationState enum for signals to GUIJonas Schnelli
2020-05-19Merge #18999: log: Remove "No rpcpassword set" from logsfanquake
2020-05-19Merge #18861: Do not answer GETDATA for to-be-announced txfanquake
2020-05-19test/checkqueue_tests: thread safety annotationsAnthony Towns
2020-05-19rpc/blockchain.cpp: thread safety annotations for latestblockAnthony Towns