aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-19Fall back to oneshot for DNS Seeds which don't support filtering.Matt Corallo
2018-01-19Use GetDesireableServiceFlags in static seeds, document this.Matt Corallo
2018-01-19test_runner: Readable output if create_cache.py failsRussell Yanofsky
2018-01-19Updating benchmarkmarking.md with an updated sample output and help optionsJeff Rade
2018-01-19Merge #12220: Error if relative -walletdir is specifiedWladimir J. van der Laan
2018-01-18Merge #12212: Trivial: Fix spelling in zapwallettxes test descriptionMarcoFalke
2018-01-18Don't allow relative -walletdir pathsRussell Yanofsky
2018-01-18Merge #12166: [docs] Clarify -walletdir usageWladimir J. van der Laan
2018-01-18Merge #12211: Avoid potential null dereference in ReceiveCoinsDialog constructorJonas Schnelli
2018-01-18Merge #12206: qa: Sync with validationinterface queue in sync_mempoolsWladimir J. van der Laan
2018-01-18Merge #12210: wallet: Deprecate addwitnessaddressWladimir J. van der Laan
2018-01-18wallet: Deprecate addwitnessaddressWladimir J. van der Laan
2018-01-17Trivial: Fix spelling in zapwallettxes test descriptionJeremiah Buddenhagen
2018-01-17qa: Sync with validationinterface queue in sync_mempoolsMarcoFalke
2018-01-17Avoid potential null dereference in ReceiveCoinsDialog constructorRussell Yanofsky
2018-01-17Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bo...Wladimir J. van der Laan
2018-01-17Merge #12198: rpc: Add deprecation error for `getinfo`Wladimir J. van der Laan
2018-01-17rpc: Add deprecation error for `getinfo`Wladimir J. van der Laan
2018-01-16Merge #11991: [qt] Receive: checkbox for bech32 addressJonas Schnelli
2018-01-16[qt] receive tab: bech32 address opt-in checkboxSjors Provoost
2018-01-16Merge #12177: trivial: fix address_type help text of getnewaddress and getraw...MarcoFalke
2018-01-16Merge #11904: Add a lock to the wallet directoryWladimir J. van der Laan
2018-01-16Abstract directory locking into util.cppMeshCollider
2018-01-16Make .walletlock distinct from .lockMeshCollider
2018-01-16Generalise walletdir lock error message for correctnessMeshCollider
2018-01-16Add a test for wallet directory lockingMeshCollider
2018-01-16Add a lock to the wallet directoryMeshCollider
2018-01-15Merge #12173: [Qt] Use flexible font size for QRCode image addressWladimir J. van der Laan
2018-01-15Use flexible font size for QRCode image addressJonas Schnelli
2018-01-15[docs] Clarify -walletdir usageJohn Newbery
2018-01-15Merge #12118: Sort mempool by min(feerate, ancestor_feerate)Wladimir J. van der Laan
2018-01-15Merge #11796: [tests] Functional test naming conventionWladimir J. van der Laan
2018-01-15Merge #12127: Remove unused mempool indexWladimir J. van der Laan
2018-01-13Use mempool's ancestor sort in transaction selectionSuhas Daftuar
2018-01-13trivial: fix address_type help text of getnewaddress and getrawchangeaddressmruddy
2018-01-13Merge #12168: Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)MarcoFalke
2018-01-12Merge #11970: Add test coverage for bitcoin-cli multiwallet callsMarcoFalke
2018-01-12Add test for new ancestor feerate sort behaviorSuhas Daftuar
2018-01-12Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)Jan Sarenik
2018-01-11Test walletpassphrase timeout bounds and clampingAndrew Chow
2018-01-11Clamp walletpassphrase timeout to 2^(30) seconds and check its boundsAndrew Chow
2018-01-11Disallow using addresses in createmultisigAndrew Chow
2018-01-11Merge #12082: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid....MarcoFalke
2018-01-11Merge #12133: [qa] Fix rare failure in p2p-segwit.pyWladimir J. van der Laan
2018-01-11Merge #12150: Fix ListCoins test failure due to unset g_address_type, g_chang...MarcoFalke
2018-01-11Merge #12112: Docs: Remove the ending slashes from RPC URI format.Wladimir J. van der Laan
2018-01-11Fix ListCoins test failure due to unset g_address_type, g_change_typeRussell Yanofsky
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-10Merge #12143: [Doc] Fix link for BIP-159 pull requestJonas Schnelli
2018-01-11[Doc] Fix link for bip 159 pull requestazuchi