aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-19Avoid opening copied wallet databases simultaneouslyRussell Yanofsky
2017-10-19Merge #11521: travis: move back to the minimal imageWladimir J. van der Laan
2017-10-19Remove my testnet DNS seed as I currently don't have the capacity to keep it ...Andreas Schildbach
2017-10-19Wrap dumpwallet warning and note scripts aren't dumpedMeshCollider
2017-10-18[ui] Add toggle for unblinding password fieldsThomas Snider
2017-10-18Revert "travis: filter out pyenv"Cory Fields
2017-10-18travis: move back to the minimal imageCory Fields
2017-10-18Merge #11452: Improve ZMQ functional testWladimir J. van der Laan
2017-10-18Add test cases covering the relevant key length boundaries: 64 bytes +/- 1 by...practicalswift
2017-10-18Add quotes to variable assignment (as requested by @TheBlueMatt)practicalswift
2017-10-18Fix valid path outputpracticalswift
2017-10-18Use bash instead of POSIX sh. POSIX sh does not support arrays.practicalswift
2017-10-18Fix incorrect quoting of quotes (the previous quotes had no effect beyond unq...practicalswift
2017-10-18Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])practicalswift
2017-10-18Add error handling: exit if cd failspracticalswift
2017-10-18Remove "\n" from echo argument. echo does not support escape sequences.practicalswift
2017-10-18Remove unused variablespracticalswift
2017-10-18Merge #11467: Fix typos. Use nullptr instead of NULL.Wladimir J. van der Laan
2017-10-18Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan
2017-10-18Merge #11495: [trivial] Make namespace explicit for is_regular_fileWladimir J. van der Laan
2017-10-18Merge #11006: Improve shutdown processWladimir J. van der Laan
2017-10-18Merge #11486: [tests] Add uacomment testsWladimir J. van der Laan
2017-10-18Merge #11492: [wallet] Fix leak in CDB constructorWladimir J. van der Laan
2017-10-18Merge #11508: Fix crash via division by zero assertionWladimir J. van der Laan
2017-10-18Merge #11062: [mempool] Mark mempool import fails that were found in mempool ...Pieter Wuille
2017-10-18Updated instructions for Windows 10 Fall Creators Update.Aaron Clauson
2017-10-17Merge #11483: Fix importmulti bug when importing an already imported keyMarcoFalke
2017-10-17Merge #11513: [trivial] [tests] A few Python3 tidy upsMarcoFalke
2017-10-16Add Sent and Received information to the debug menu peer listAaron Golliver
2017-10-16move human-readable byte formatting to guiutilAaron Golliver
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-16[tests] authproxy.py: tidy up __init__()John Newbery
2017-10-16[tests] fix flake8 warnings in authproxy.pyJohn Newbery
2017-10-16[tests] use python3 for authproxy.pyJohn Newbery
2017-10-16Init: Remove redundant exit(EXIT_FAILURE) instances and replace with return f...donaloconnor
2017-10-15Fix crash via division by zero assertionJonas Schnelli
2017-10-15Merge #11496: [Trivial] Add missing comma from rescanblockchain exampleJonas Schnelli
2017-10-15Updated Windows build doc for WSL/Xenial workarounds.Aaron Clauson
2017-10-14Merge #10672: Avoid division by zero in the case of a corrupt estimates filePieter Wuille
2017-10-14[wallet] Fix leak in CDB constructorJoão Barbosa
2017-10-14Add wallet backup text to import*, add* and dumpwallet RPCsMeshCollider
2017-10-14Add missing comma from rescanblockchainMeshCollider
2017-10-13Remove redundant pwallet nullptr checkMatt Corallo
2017-10-13Add a dev notes document describing the new wallet RPC blockingMatt Corallo
2017-10-13Give ZMQ consistent order with UpdatedBlockTip on scheduler threadMatt Corallo
2017-10-13Fix wallet RPC race by waiting for callbacks in sendrawtransactionMatt Corallo
2017-10-13Also call other wallet notify callbacks in scheduler threadMatt Corallo
2017-10-13Use callbacks to cache whether wallet transactions are in mempoolMatt Corallo
2017-10-13Add calls to CWallet::BlockUntilSyncedToCurrentChain() in RPCsMatt Corallo
2017-10-13Add CWallet::BlockUntilSyncedToCurrentChain()Matt Corallo