aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-09Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow
2019-07-03Add HaveKey and HaveCScript to SigningProviderAndrew Chow
2019-07-03Merge #16299: bench: Move generated data to a dedicated translation unitMarcoFalke
2019-07-03Merge #16325: rpc: Clarify that block count means height excl genesisWladimir J. van der Laan
2019-07-03Merge #15483: rpc: Adding a 'logpath' entry to getrpcinfoWladimir J. van der Laan
2019-07-03Merge #14734: fix an undefined behavior in uint::SetHexWladimir J. van der Laan
2019-07-03Merge #16294: qt: test: Create at most one testing setupWladimir J. van der Laan
2019-07-03Merge #16158: Fix logic of memory_cleanse() on MSVC and clean up docsWladimir J. van der Laan
2019-07-03Merge #16262: rpc: Allow shutdown while in generateblocksWladimir J. van der Laan
2019-07-02Merge #16250: signrawtransactionwithkey: report error when missing redeemScri...MarcoFalke
2019-07-02bench: Move generated data to a dedicated translation unitJoão Barbosa
2019-07-02Merge #16153: Qt: Add antialiasing to traffic graph widgetWladimir J. van der Laan
2019-07-02rpc: Clarify that block count means height excl genesisMarcoFalke
2019-07-02Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan
2019-07-02Merge #14193: validation: Add missing mempool locksWladimir J. van der Laan
2019-07-02Merge #16212: addrdb: Avoid eating inodes - remove temporary files created by...Wladimir J. van der Laan
2019-07-02Add antialiasing to traffic graph widgetJosu Goñi
2019-07-01Merge #16257: [wallet] abort when attempting to fund a transaction above -max...Wladimir J. van der Laan
2019-07-01Improve documentation of memory_cleanse()Tim Ruffing
2019-06-28[wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-06-28Merge #16300: util: Explain why the path is cachedWladimir J. van der Laan
2019-06-27qt: test: Create at most one testing setupMarcoFalke
2019-06-27util: Explain why the path is cachedMarcoFalke
2019-06-27Merge #16278: tests: Remove unused includesMarcoFalke
2019-06-26Merge #16289: test: Add missing ECC_Stop() in GUI rpcnestedtests.cppMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-26Merge #16287: refactor: remove extra CBlockIndex declarationMarcoFalke
2019-06-26Add missing ECC_Stop(); in GUI rpcnestedtests.cppJonas Schnelli
2019-06-25Remove extra CBlockIndex declarationRJ Rybarczyk
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-25signrawtransactionwithkey: report error when missing redeemScript/witnessScri...Anthony Towns
2019-06-24Merge #16254: qt: Set AA_EnableHighDpiScaling attribute earlyMarcoFalke
2019-06-24Merge #16263: qt: Use qInfo() if no error occursfanquake
2019-06-23rpc: Allow shutdown while in generateblocksPatrick Strateman
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