aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-25Fix GCC 7.4.0 warningHennadii Stepanov
2019-06-25Merge #15894: Remove duplicated "Error: " prefix in logsWladimir J. van der Laan
2019-06-25Merge #16252: test: Log to debug.log in all unit testsWladimir J. van der Laan
2019-06-25Merge #16188: net: Document what happens to getdata of unknown typefanquake
2019-06-24Merge #16254: qt: Set AA_EnableHighDpiScaling attribute earlyMarcoFalke
2019-06-24Merge #16263: qt: Use qInfo() if no error occursfanquake
2019-06-23Merge #16231: gui: Fix open wallet menu initialization orderfanquake
2019-06-22Merge #16239: wallet/rpc: follow-up clean-up/fixes to avoid_reuseMeshCollider
2019-06-22wallet/rpc: use static help textKarl-Johan Alm
2019-06-22wallet/rpc/getbalances: add entry for 'mine.used' balance in resultsKarl-Johan Alm
2019-06-21Use qInfo() if no error occursHennadii Stepanov
2019-06-21Merge #16226: Move ismine to the wallet moduleMeshCollider
2019-06-21Merge #16026: Ensure that uncompressed public keys in a multisig always retur...MeshCollider
2019-06-20Set AA_EnableHighDpiScaling attribute earlyHennadii Stepanov
2019-06-20test: Log to debug.log in all testsMarcoFalke
2019-06-20Make and get the multisig redeemscript and destination in one function instea...Andrew Chow
2019-06-20net: Document what happens to getdata of unknonw typeMarcoFalke
2019-06-20test: use common setup in gui testsMarcoFalke
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-06-19Change ismine to take a CWallet instead of CKeyStoreAndrew Chow
2019-06-19Move ismine to wallet moduleAndrew Chow
2019-06-19Make AbortNode() aware of MSG_NOPREFIX flagHennadii Stepanov
2019-06-19Add MSG_NOPREFIX flag for user messagesHennadii Stepanov
2019-06-19Prepend the error/warning prefix for GUI messagesHennadii Stepanov
2019-06-19Merge #13756: wallet: "avoid_reuse" wallet flag for improved privacyMeshCollider
2019-06-18Merge #16092: Don't use global (external) symbols for symbols that are used i...MarcoFalke
2019-06-18Merge #16112: util: Log early messagesMarcoFalke
2019-06-18Merge #15651: torcontrol: Use the default/standard network port for Tor hidde...Wladimir J. van der Laan
2019-06-18Merge #12324: speed up Unserialize_impl for prevectorWladimir J. van der Laan
2019-06-18Merge #16171: Remove -mempoolreplacement to prevent needless block prop slown...MarcoFalke
2019-06-18gui: Fix open wallet menu initialization orderJoão Barbosa
2019-06-19Merge #15899: rpc: Document iswitness flag and fix bug in converttopsbtMeshCollider
2019-06-17tests: Make coins_tests/updatecoins_simulation_test deterministicpracticalswift
2019-06-17Merge #16210: rpc: add 2nd arg to signrawtransactionwithkey examplesMarcoFalke
2019-06-17Merge #16217: getrawtransaction: inform about blockhash argument when lookup ...MarcoFalke
2019-06-17Merge #16205: Refactor: Replace fprintf with tfm::formatMarcoFalke
2019-06-16Merge #16186: doc/lint: Fix spelling errors identified by codespell 1.15.0fanquake
2019-06-14getrawtransaction: inform about blockhash argument when lookup failsdarosior
2019-06-13Add example 2nd arg to signrawtransactionwithkeyChris Moore
2019-06-13Replace remaining fprintf with tfm::format manuallyMarcoFalke
2019-06-13scripted-diff: Replace fprintf with tfm::formatMarcoFalke
2019-06-13tinyformat: Add doc to Bitcoin Core specific strprintfMarcoFalke
2019-06-13Merge #15991: Bugfix: fix pruneblockchain returned prune heightJonas Schnelli
2019-06-13Merge #16118: gui: Enable open wallet menu on setWalletControllerfanquake
2019-06-12Merge #15834: Fix transaction relay bugs introduced in #14897 and expire tran...MarcoFalke
2019-06-11Fix spelling errors identified by codespell 1.15.0Ben Woosley
2019-06-11Fix RPC/pruneblockchain returned prune heightJonas Schnelli
2019-06-08Remove -mempoolreplacement to prevent needless block prop slowness.Matt Corallo
2019-06-07Merge #15024: Allow specific private keys to be derived from descriptorWladimir J. van der Laan
2019-06-06Merge #16129: refactor: Remove unused includesMarcoFalke