aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-01-09Add address_types testPieter Wuille
2018-01-09Support downgrading after recovered keypool witness keysPieter Wuille
2018-01-09SegWit wallet supportPieter Wuille
2018-01-09Implicitly know about P2WPKH redeemscriptsPieter Wuille
2018-01-09[test] Serialize CTransaction with witness by defaultPieter Wuille
2018-01-09Support P2WPKH and P2SH-P2WPKH in dumpprivkeyPieter Wuille
2018-01-09Support P2WPKH addresses in create/addmultisigPieter Wuille
2018-01-09Fix rare failure in p2p-segwit.pySuhas Daftuar
2018-01-09Sort mempool by min(feerate, ancestor_feerate)Suhas Daftuar
2018-01-09Refactor CompareTxMemPoolEntryByDescendantScoreSuhas Daftuar
2018-01-09Remove unused mempool indexSuhas Daftuar
2018-01-08Allow multiwallet.py to be used with --usecliRussell Yanofsky
2018-01-08[tests] allow tests to be run with --usecliJohn Newbery
2018-01-08TestNodeCLI batch emulationRussell Yanofsky
2018-01-08Prevent TestNodeCLI.args mixupsRussell Yanofsky
2018-01-08Improve TestNodeCLI output parsingRussell Yanofsky
2018-01-08Remove the ending slashes from RPC URI format.Jacky C
2018-01-06Merge #12079: Improve prioritisetransaction test coverageMarcoFalke
2018-01-06Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addr...Pieter Wuille
2018-01-05Merge #12092: [qt] Replaces numbered place marker %2 with %1.MarcoFalke
2018-01-05[qa] Improve prioritisetransaction functional testJoão Barbosa
2018-01-04Merge #12093: Fix incorrect Markdown linkJonas Schnelli
2018-01-04Fix incorrect Markdown linkpracticalswift
2018-01-04Replaces numbered place marker %2 with %1.251
2018-01-04Merge #11997: [tests] util_tests.cpp: actually check ignored argsMarcoFalke
2018-01-04Merge #12063: [Trivial] Update license year range to 2018MarcoFalke
2018-01-04Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...Wladimir J. van der Laan
2018-01-03Merge #12035: [qt] change µBTC to bitsJonas Schnelli
2018-01-03Merge #12074: [qt] Optimizes boolean expression model && model->haveWatchOnly()Jonas Schnelli