aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-24GUI: Allow generating Bech32 addresses with a legacy-address defaultLuke Dashjr
2018-05-24GUI: Rephrase Bech32 checkbox text/tooltipLuke Dashjr
2018-05-24Merge #13253: [0.16] Further BackportsWladimir J. van der Laan
2018-05-18wallet: Exit SyncMetaData if there are no transactions to syncWladimir J. van der Laan
2018-05-18Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTipJesse Cohen
2018-05-18[wallet] [tests] Test disallowed multiwallet paramsJohn Newbery
2018-05-17[wallet] Fix zapwallettxes/multiwallet interaction.John Newbery
2018-05-17RPC Docs: gettxout*: clarify bestblock and unspent countsDavid A. Harding
2018-05-17[qa] Handle disconnect_node raceSuhas Daftuar
2018-05-16Merge #12967: [0.16] BackportsWladimir J. van der Laan
2018-05-03List support for BIP173 in bips.mdPieter Wuille
2018-05-01Remove blockmaxsize option from init.cppfanquake
2018-04-26Default to defining endian-conversion DECLs in compat w/o configMatt Corallo
2018-04-26qt:Show the entire Window when double clicking on taskbarChun Kuan Lee
2018-04-26depends: Fix Qt build with XCode 9.3fanquake
2018-04-26Avoid launching as admin when NSIS installer ends.JeremyRand
2018-04-26[config] Remove blockmaxsize optionJohn Newbery
2018-04-26Fix illegal default `addProxy` and `addrSeparateProxyTor` settings.251
2018-04-26Limit the number of IPs we use from each DNS seedere0
2018-04-24Merge #13049: [0.16] qa: BackportsMarcoFalke
2018-04-20qa: Fix python TypeError in script.pyMarcoFalke
2018-04-20[qa] Delete cookie file before starting nodeSuhas Daftuar
2018-04-20qa: Cache only chain and wallet for regtest datadirMarcoFalke
2018-04-20[qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar
2018-04-20[tests] Test starting bitcoind with -h and -versionJohn Newbery
2018-04-20[tests] Fix intermittent rpc_net.py failure.John Newbery
2018-04-20test: Use wait_until in tests where time was used for pollingBen Woosley
2018-04-20test: Use wait_until to ensure ping goes outBen Woosley
2018-04-20[test] Round target fee to 8 decimals in assert_fee_amountKarl-Johan Alm
2018-03-14Merge #12636: backport: #11995 Fix Qt build with Xcode 9Wladimir J. van der Laan
2018-03-14devtools: Exclude patches from lint-whitespaceMarcoFalke
2018-03-13Merge #12648: [0.16] test: Update trusted git rootWladimir J. van der Laan
2018-03-12[Depends] Fix Qt build with Xcode 9.2fanquake
2018-03-08test: Update trust git rootWladimir J. van der Laan
2018-03-07Merge #12637: backport: #12556 fix version typo in getpeerinfo RPC call helpMarcoFalke
2018-03-07fix version typoTamas Blummer
2018-03-05Merge #12585: [0.16] depends: Switch to downloading expat from GitHubMarcoFalke
2018-03-03depends: Switch expat download to GitHubfanquake
2018-03-01Merge #12518: [0.16] Bump leveldb subtreeWladimir J. van der Laan
2018-02-27qt: Remove faulty and unnecessary en_US translationWladimir J. van der Laan
2018-02-27test: Add missing signal.h headerWladimir J. van der Laan
2018-02-27doc: Clear out release notes post-0.16.0Wladimir J. van der Laan
2018-02-23[depends] Allow depends system to support armv7lHenrik Jonsson
2018-02-22doc: Remove note about temporary file from release notesv0.16.0Wladimir J. van der Laan
2018-02-16Bump leveldb subtreeMarcoFalke
2018-02-16Squashed 'src/leveldb/' changes from c521b3ac65..64052c76c5MarcoFalke
2018-02-15doc: Update release notes from wiki for rc3v0.16.0rc4Wladimir J. van der Laan
2018-02-15qt: Pre-rc4 translations updateWladimir J. van der Laan
2018-02-15Make signrawtransaction accept P2SH-P2WSH redeemscriptsPieter Wuille
2018-02-15fix possible shutdown assertion with -reindex-shutdownCory Fields