aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-02wallet: Track current scanning progressJoão Barbosa
2019-05-01Merge #15842: refactor: replace isPotentialtip/waitForNotifications by higher...MarcoFalke
2019-05-01rpc: Serialize in getblock without cs_mainMarcoFalke
2019-05-01rpc: Use IsValidNumArgs in getblockMarcoFalke
2019-05-01wallet: Use IsValidNumArgs in getwalletinfo rpcMarcoFalke
2019-05-01Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfoMarcoFalke
2019-05-01Merge #15841: [test] combine_logs: append node stderr and stdout if it existsMarcoFalke
2019-05-01Merge #15758: qa: Add further tests to wallet_balanceMarcoFalke
2019-05-01GUI: Refactor actual QR code rendering into new QRImageWidget::setQRLuke Dashjr
2019-04-30[tests] log thread names by default in functional testsJohn Newbery
2019-04-30Merge #15849: Thread names in logs and deadlock debug toolsMarcoFalke
2019-04-30test: Add reorg test to wallet_balanceMarcoFalke
2019-04-30test: Check that wallet txs not in the mempool are untrustedMarcoFalke
2019-04-30test: Add getunconfirmedbalance test with conflictsMarcoFalke
2019-04-30test: Add wallet_balance test for watchonlyMarcoFalke
2019-04-30Merge #15869: Add settings merge test to prevent regresssionsMarcoFalke
2019-04-30Merge #15696: [qa] test_runner: Move feature_pruning to base testsMarcoFalke
2019-04-30[qa] test_runner: Move feature_pruning to base testsMarcoFalke
2019-04-29[tests] fix block time in feature_pruning.pyJohn Newbery
2019-04-29Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_test t...MarcoFalke
2019-04-29threads: add thread names to deadlock debugging messageJames O'Beirne
2019-04-29threads: prefix log messages with thread namesJames O'Beirne
2019-04-29tests: add threadutil testsJames O'Beirne
2019-04-29threads: introduce util/threadnames, refactor thread namingJames O'Beirne
2019-04-29Merge #15908: docs: Align MSVC build options with Linux build onesMarcoFalke
2019-04-29Merge #15920: lint: Check that all wallet args are hiddenMarcoFalke
2019-04-29Merge #15877: doc: Fix -dustrelayfee= argument docs grammarMarcoFalke
2019-04-29Merge #15919: Remove unused OpenSSL includes to make it more clear where Open...MarcoFalke
2019-04-29Merge #12051: add missing debian contrib file to tarballMarcoFalke
2019-04-29Merge #15913: Bugfix: dummywallet: Add -ignorepartialspends to list of ignore...MarcoFalke
2019-04-29Merge #15917: wallet: Avoid logging no_such_file_or_directory errorMarcoFalke
2019-04-29add missing debian contrib files to tarballPeter Wagner
2019-04-29Remove unused OpenSSL includes to make it more clear where OpenSSL is usedpracticalswift
2019-04-29Merge #15371: gui: Uppercase bech32 addresses in qr codesJonas Schnelli
2019-04-29wallet: Avoid logging no_such_file_or_directory errorJoão Barbosa
2019-04-28lint: Check that all wallet args are hiddenMarcoFalke
2019-04-28wallet: Track scanning durationJoão Barbosa
2019-04-28Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet optionsLuke Dashjr
2019-04-28dummywallet: Reformat ignored wallet options listLuke Dashjr
2019-04-28Merge #15901: wallet: log on rescan completionMeshCollider
2019-04-27remove extraneous scopeandrewtoth
2019-04-27wallet: log on rescan completionandrewtoth
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-27Include bitcoin_config.h in release processHennadii Stepanov
2019-04-27Merge #15846: [POLICY] Make sending to future native witness outputs standardMeshCollider
2019-04-27Align MSVC build options with Linux build onesHennadii Stepanov
2019-04-27Merge #15784: rpc: Remove dependency on interfaces::Chain in SignTransactionMeshCollider
2019-04-26Merge #15887: docs: Align code example style with clang-formatMarcoFalke
2019-04-26Merge #15903: appveyor: Write @PACKAGE_NAME@ to configMarcoFalke
2019-04-26disable HAVE_THREAD_LOCAL on unreliable platformsJames O'Beirne