aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-15wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa
2020-01-08Merge #16963: wallet: Fix unique_ptr usage in boost::signals2Wladimir J. van der Laan
2020-01-08Merge #17445: zmq: Fix due to invalid argument and multiple notifiersWladimir J. van der Laan
2020-01-08Merge #17696: qt: Force set nPruneSize in QSettings after the intro dialogfanquake
2020-01-08Merge #16975: test: Show debug log on unit test failureWladimir J. van der Laan
2020-01-08Merge #17826: qt: Log Qt related infoWladimir J. van der Laan
2020-01-08Merge #17886: Restore English translation optionWladimir J. van der Laan
2020-01-08Merge #17677: Activate watchonly wallet behavior for LegacySPKM onlySamuel Dobson
2020-01-08Merge #17578: rpc: simplify getaddressinfo labels, deprecate previous behaviorSamuel Dobson
2020-01-08qt: Rename SetPrune() to InitializePruneSetting()Hennadii Stepanov
2020-01-08refactor: Drop `bool force' parameterHennadii Stepanov
2020-01-08qt: Force set nPruneSize in QSettings after introHennadii Stepanov
2020-01-08Merge #16373: bumpfee: Return PSBT when wallet has privkeys disabledSamuel Dobson
2020-01-08Merge #17621: IsUsedDestination should count any known single-key addressSamuel Dobson
2020-01-06Restore English translation optionAndrew Chow
2020-01-06Merge #17857: scripts: fix symbol-check & security-check argument passingfanquake
2020-01-05qt: Add LogQtInfo() functionHennadii Stepanov
2020-01-05Merge #17869: refactor: Remove unused defines in qt/bitcoinunits.hfanquake
2020-01-04Merge #17850: Serialization improvements (minimal initial commits)Wladimir J. van der Laan
2020-01-04refactor: Remove unused defines in bitcoinunits.hHennadii Stepanov
2020-01-03IsUsedDestination should count any known single-key addressGregory Sanders
2020-01-03rpc: simplify getaddressinfo labels, deprecate previous behaviorJon Atack
2020-01-03scripts: fix check-symbols & check-security argument passingfanquake
2020-01-02test: Show debug log on unit test failureMarcoFalke
2020-01-02Merge #17781: rpc: Remove mempool global from minerMarcoFalke
2020-01-02Merge #17762: net: Log to net category for exceptions in ProcessMessagesWladimir J. van der Laan
2020-01-02Add missing typeinfo includesWladimir J. van der Laan
2020-01-02Convert addrdb/addrman to new serializationPieter Wuille
2020-01-02Introduce new serialization macros without castsPieter Wuille
2020-01-02Merge #16658: validation: Rename CheckInputs to CheckInputScriptsMarcoFalke
2020-01-02scripts: add MACHO PIE check to security-check.pyfanquake
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-28rpc: incorporate review feedback from PR 17283Jon Atack
2019-12-23rpc: Remove mempool global from minerMarcoFalke
2019-12-20test: Properly document blockinfo size in miner_testsMarcoFalke
2019-12-20Merge #17473: refactor: Settings code cleanupsMarcoFalke
2019-12-18bumpfee: Return PSBT when wallet has privkeys disabledGregory Sanders
2019-12-18Change bumpfee to use watch-only funds for legacy watchonly walletsGregory Sanders
2019-12-17Merge #17537: wallet: Cleanup and move opportunistic and superfluous TopUp()sfanquake
2019-12-17net: Log to net category for exceptions in ProcessMessagesWladimir J. van der Laan
2019-12-16test: add IsRFC2544 testsMark Tyneway
2019-12-16CNetAddr: fix IsRFC2544 commentMark Tyneway
2019-12-16tests: Add fuzzing harness for various hex related functionspracticalswift
2019-12-16tests: Add fuzzing harness for various Base{32,58,64} related functionspracticalswift
2019-12-16util: Move TrimString(...). Introduce default pattern (trims whitespace). Add...practicalswift
2019-12-16Merge #17593: test: move more utility functions into test utility libraryMarcoFalke
2019-12-16Merge #17750: util: change GetWarnings parameter to boolMarcoFalke
2019-12-16Merge #17564: rpc: Use mempool from node context instead of globalMarcoFalke
2019-12-16rest: Use mempool from node context instead of globalMarcoFalke
2019-12-16Merge #17071: tests: Add fuzzing harness for CheckBlock(...) and other CBlock...MarcoFalke