2018-01-30

< bitcoin-git> [bitcoin] laanwj closed pull request #12294: [Docs] Create NetBSD build instructions and fix compilation (master...netbsd-build-docs) https://github.com/bitcoin/bitcoin/pull/12294
< bitcoin-git> bitcoin/master 11c5827 fanquake: [build] Add NETBSD leveldb target to configure.ac
< bitcoin-git> bitcoin/master 336685e Randolf Richardson: [build] Add db4_cxx to bitcoin_find_bdb48.m4...
< bitcoin-git> bitcoin/master 1944fa3 Randolf Richardson: [doc] Create build-netbsd.md
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/9d9c4185fada...7cf1aea5cfcc
< bitcoin-git> [bitcoin] jeffrade opened pull request #12300: [Tests] Adding --enable-mainnet configuration option for ChainParams (master...mainnet_chain_config) https://github.com/bitcoin/bitcoin/pull/12300
< bitcoin-git> [bitcoin] promag opened pull request #12299: Improve CWallet::IsFromMe for positive results (master...2018-01-isfromme) https://github.com/bitcoin/bitcoin/pull/12299

2018-01-29

< bitcoin-git> [bitcoin] promag opened pull request #12298: Refactor HaveKeys to early return on false result (master...2018-01-ismine-havekeys) https://github.com/bitcoin/bitcoin/pull/12298
< bitcoin-git> [bitcoin] promag opened pull request #12297: Improve CWallet::IsAllFromMe for false results (master...2018-01-isallfromme) https://github.com/bitcoin/bitcoin/pull/12297
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12296: wallet: Only fee-bump and non-conflicted/non-confirmed txes (master...Mf1801-walletFeeBumpNoConf) https://github.com/bitcoin/bitcoin/pull/12296
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12293: [rpc] Mention that HD is enabled if hdmasterkeyid is present (master...is-hd-enabled-rpc) https://github.com/bitcoin/bitcoin/pull/12293
< bitcoin-git> bitcoin/master 9d9c418 MarcoFalke: Merge #12293: [rpc] Mention that HD is enabled if hdmasterkeyid is present...
< bitcoin-git> bitcoin/master c6b6385 fanquake: [rpc] Mention that HD is enabled if hdmasterkeyid is present
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/90d41049f90b...9d9c4185fada
< bitcoin-git> [bitcoin] practicalswift opened pull request #12295: tests: Fix accidental redefinition via list comprehension. Enable lint-python.sh checking for this gotcha. (master...accidental-redefinition-of-variable) https://github.com/bitcoin/bitcoin/pull/12295
< bitcoin-git> [bitcoin] laanwj closed pull request #11989: [build] .gitignore: add QT Creator artifacts (master...ignore-qt-creator-artifacts) https://github.com/bitcoin/bitcoin/pull/11989
< bitcoin-git> bitcoin/master 90d4104 Wladimir J. van der Laan: Merge #11989: [build] .gitignore: add QT Creator artifacts...
< bitcoin-git> bitcoin/master ac5104f Sjors Provoost: [build] .gitignore: add QT Creator artifacts
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6378e5c51414...90d41049f90b
< bitcoin-git> [bitcoin] laanwj closed pull request #11711: bitcoin_qt.m4: Minor fixes and clean-ups. (master...bitcoin-qt-m4-cleanup) https://github.com/bitcoin/bitcoin/pull/11711
< bitcoin-git> bitcoin/master 079f4b2 Werner Lemberg: bitcoin_qt.m4: Add missing braces around variables in autoconf messages.
< bitcoin-git> bitcoin/master 8695315 Werner Lemberg: bitcoin_qt.m4: Use correct M4 quoting characters.
< bitcoin-git> bitcoin/master db32a4f Werner Lemberg: bitcoin_qt.m4: Improve QT_VERSION tests....
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/eebe4580bc8d...6378e5c51414
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12292: [tests] Fix names of excluded extended tests for travis (master...rename_tests_fix_travis) https://github.com/bitcoin/bitcoin/pull/12292
< bitcoin-git> bitcoin/master eebe458 MarcoFalke: Merge #12292: [tests] Fix names of excluded extended tests for travis...
< bitcoin-git> bitcoin/master a2808cf Anthony Towns: [tests] Fix names of excluded extended tests for travis
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c0ae864ef51d...eebe4580bc8d
< bitcoin-git> [bitcoin] fanquake closed pull request #11969: logs: Improve "mempool min fee not met" error (master...mempoolfix) https://github.com/bitcoin/bitcoin/pull/11969
< bitcoin-git> [bitcoin] laanwj closed pull request #11577: Fix warnings (-Wsign-compare) when building with DEBUG_ADDRMAN (master...DEBUG_ADDRMAN-warnings) https://github.com/bitcoin/bitcoin/pull/11577
< bitcoin-git> bitcoin/master c0ae864 Wladimir J. van der Laan: Merge #11577: Fix warnings (-Wsign-compare) when building with DEBUG_ADDRMAN...
< bitcoin-git> bitcoin/master 6eddd43 practicalswift: Fix warnings when building with DEBUG_ADDRMAN...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f3c7062b7bbf...c0ae864ef51d
< bitcoin-git> [bitcoin] fanquake closed pull request #12125: [Docs] Create NetBSD build instructions and fix compilation. (master...master) https://github.com/bitcoin/bitcoin/pull/12125
< bitcoin-git> [bitcoin] fanquake opened pull request #12294: [Docs] Create NetBSD build instructions and fix compilation (master...netbsd-build-docs) https://github.com/bitcoin/bitcoin/pull/12294
< bitcoin-git> [bitcoin] laanwj closed pull request #12159: Use the character based overload for std::string::find. (master...use_char_overload_find) https://github.com/bitcoin/bitcoin/pull/12159
< bitcoin-git> bitcoin/master f3c7062 Wladimir J. van der Laan: Merge #12159: Use the character based overload for std::string::find....
< bitcoin-git> bitcoin/master a73aab7 Alin Rus: Use the character based overload for std::string::find....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9220426280d0...f3c7062b7bbf
< bitcoin-git> [bitcoin] fanquake closed pull request #12042: Add hdenabled flag in getwalletinfo (master...getwalletinfo/hdenabledflag) https://github.com/bitcoin/bitcoin/pull/12042
< bitcoin-git> [bitcoin] fanquake opened pull request #12293: [rpc] Mention that HD is enabled if hdmasterkeyid is present (master...is-hd-enabled-rpc) https://github.com/bitcoin/bitcoin/pull/12293
< bitcoin-git> [bitcoin] ajtowns opened pull request #12292: [tests] Fix names of excluded extended tests for travis (master...rename_tests_fix_travis) https://github.com/bitcoin/bitcoin/pull/12292
< bitcoin-git> bitcoin/master 9220426 Wladimir J. van der Laan: Merge #12108: [Refactor] Remove unused fQuit var from checkqueue.h...
< bitcoin-git> [bitcoin] laanwj closed pull request #12108: [Refactor] Remove unused fQuit var from checkqueue.h (master...20180107_checkqueue_ref) https://github.com/bitcoin/bitcoin/pull/12108
< bitcoin-git> bitcoin/master 30ded3e donaloconnor: [Refactor] Remove unused fQuit var from checkqueue.h
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3fa1ab4368cf...9220426280d0
< bitcoin-git> [bitcoin] fanquake closed pull request #11759: Docs: reflow the text and add better markup (master...jasan/little_text_fixes) https://github.com/bitcoin/bitcoin/pull/11759
< bitcoin-git> [bitcoin] fanquake closed pull request #11971: [docs]: include README with binary releases (master...bindoc) https://github.com/bitcoin/bitcoin/pull/11971
< bitcoin-git> [bitcoin] laanwj closed pull request #12095: [contrib] Use BDB_LIBS/CFLAGS and pass --disable-replication (master...db4-script-flags) https://github.com/bitcoin/bitcoin/pull/12095
< bitcoin-git> bitcoin/master f3196a0 fanquake: [contrib] Add --disable-replication to install_db4
< bitcoin-git> bitcoin/master 3fa1ab4 Wladimir J. van der Laan: Merge #12095: [contrib] Use BDB_LIBS/CFLAGS and pass --disable-replication...
< bitcoin-git> bitcoin/master 311a423 fanquake: [contrib] Use BDB_LIBS/CFLAGS in install_db4
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/000ac4fd015c...3fa1ab4368cf
< bitcoin-git> [bitcoin] laanwj closed pull request #12197: Log debug build status and warn when running benchmarks (master...2018_01_debug_in_log) https://github.com/bitcoin/bitcoin/pull/12197
< bitcoin-git> bitcoin/master 000ac4f Wladimir J. van der Laan: Merge #12197: Log debug build status and warn when running benchmarks...
< bitcoin-git> bitcoin/master 34328b4 Wladimir J. van der Laan: Use PACKAGE_NAME instead of hardcoding application name in log message
< bitcoin-git> bitcoin/master 0c74e2e Wladimir J. van der Laan: Log debug build status and warn when running benchmarks...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/1213be6c3a09...000ac4fd015c
< bitcoin-git> [bitcoin] laanwj closed pull request #12217: qa: Add missing syncwithvalidationinterfacequeue to tests (master...Mf1801-qaWalletMempoolAsyncTake2) https://github.com/bitcoin/bitcoin/pull/12217
< bitcoin-git> bitcoin/master 1213be6 Wladimir J. van der Laan: Merge #12217: qa: Add missing syncwithvalidationinterfacequeue to tests...
< bitcoin-git> bitcoin/master fa796bb MarcoFalke: qa: Add missing syncwithvalidationinterfacequeue to tests
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9cf6393a4f82...1213be6c3a09

2018-01-28

< bitcoin-git> [bitcoin] annanay25 opened pull request #12288: [WIP][NET] Add NATPMP support. (master...natpmp-support) https://github.com/bitcoin/bitcoin/pull/12288
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12287: Fix missing cs_main lock for GuessVerificationProgress() (master...2018/01/rescan_lock) https://github.com/bitcoin/bitcoin/pull/12287
< bitcoin-git> [bitcoin] tamasblummer opened pull request #12286: Wallet: Resolve compiler warnings in ec_privkey_import_der (master...master) https://github.com/bitcoin/bitcoin/pull/12286
< bitcoin-git> [bitcoin] practicalswift opened pull request #12284: tests: Remove assigned but never used local variables (master...remove-assigned-but-never-used-local-variables) https://github.com/bitcoin/bitcoin/pull/12284
< bitcoin-git> [bitcoin] practicalswift opened pull request #12283: Fix typos (master...typos-20180128) https://github.com/bitcoin/bitcoin/pull/12283
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12270: Update chainTxData for 0.16 (master...2018_01_chainstats) https://github.com/bitcoin/bitcoin/pull/12270
< bitcoin-git> bitcoin/master 9cf6393 MarcoFalke: Merge #12270: Update chainTxData for 0.16...
< bitcoin-git> bitcoin/master a8c344b Wladimir J. van der Laan: Update chainTxData for 0.16...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2ae7cf8ef5be...9cf6393a4f82

2018-01-27

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12282: wallet: Bump and Abandon only on non-conflicted txes (master...Mf1801-walletBumpAbandonOnlyNonConflictedTxes) https://github.com/bitcoin/bitcoin/pull/12282
< bitcoin-git> [bitcoin] sipa closed pull request #12281: New Miner (master...master) https://github.com/bitcoin/bitcoin/pull/12281
< bitcoin-git> [bitcoin] Sadrainbow opened pull request #12281: New Miner (master...master) https://github.com/bitcoin/bitcoin/pull/12281
< bitcoin-git> [bitcoin] MeshCollider opened pull request #12278: Add special error for genesis coinbase to gettransaction (master...201801_genesis_gettransaction_error) https://github.com/bitcoin/bitcoin/pull/12278
< bitcoin-git> [bitcoin] fanquake closed pull request #12277: master (master...lochacoin-master) https://github.com/bitcoin/bitcoin/pull/12277
< bitcoin-git> [bitcoin] lochacoin opened pull request #12277: master (master...lochacoin-master) https://github.com/bitcoin/bitcoin/pull/12277

2018-01-26

< bitcoin-git> [bitcoin] promag opened pull request #12276: [wallet] Remove duplicate mapWallet lookups (master...2018-01-mapwallet) https://github.com/bitcoin/bitcoin/pull/12276
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12275: Improve ScanForWalletTransactions return value (master...pr/scanstat) https://github.com/bitcoin/bitcoin/pull/12275
< bitcoin-git> [bitcoin] theuni opened pull request #12274: http: avoid fd exhaustion (master...http-fd-limit) https://github.com/bitcoin/bitcoin/pull/12274
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12273: rpc: Add back missing cs_main lock in getrawmempool (master...Mf1801-rpcMempoolGetLock) https://github.com/bitcoin/bitcoin/pull/12273

2018-01-25

< bitcoin-git> [bitcoin] Ov3rlo4d reopened pull request #12029: Build: Add a makefile target for Doxygen documentation (master...make-doxygen) https://github.com/bitcoin/bitcoin/pull/12029
< bitcoin-git> [bitcoin] Ov3rlo4d closed pull request #12029: Build: Add a makefile target for Doxygen documentation (master...make-doxygen) https://github.com/bitcoin/bitcoin/pull/12029
< bitcoin-git> [bitcoin] laanwj opened pull request #12270: Update chainTxData for 0.16 (master...2018_01_chainstats) https://github.com/bitcoin/bitcoin/pull/12270
< bitcoin-git> bitcoin/master 2ae7cf8 Wladimir J. van der Laan: Merge #12269: Update defaultAssumeValid to block 506067...
< bitcoin-git> [bitcoin] laanwj closed pull request #12269: Update defaultAssumeValid to block 506067 (master...201801-update-assumevalid) https://github.com/bitcoin/bitcoin/pull/12269
< bitcoin-git> bitcoin/master bde8bcd Gregory Maxwell: Update defaultAssumeValid according to release-process.md....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/16bac24f60fa...2ae7cf8ef5be
< bitcoin-git> bitcoin/master 1e90544 Wladimir J. van der Laan: net: Update hardcoded seeds...
< bitcoin-git> bitcoin/master 16bac24 Wladimir J. van der Laan: Merge #12262: net: Hardcoded seed update...
< bitcoin-git> bitcoin/master 55f52bd Wladimir J. van der Laan: contrib: Update ATTERN_AGENT to include 0.15.x
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/598a9c4e4dcd...16bac24f60fa
< bitcoin-git> [bitcoin] gmaxwell opened pull request #12269: Update defaultAssumeValid to block 506067 (master...201801-update-assumevalid) https://github.com/bitcoin/bitcoin/pull/12269
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12264: Fix versionbits warning test (master...fix_versionbits_warning_test) https://github.com/bitcoin/bitcoin/pull/12264
< bitcoin-git> bitcoin/master 3bbd843 John Newbery: Improve comments/logging in p2p-versionbits-warning.py
< bitcoin-git> bitcoin/master 1e2e09e John Newbery: Fix intermittent failure in p2p-versionbits-warning.py...
< bitcoin-git> bitcoin/master ef2beb2 John Newbery: Fix flake8 warnings in p2p-versionbits-warning.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/6970b30c6f1d...598a9c4e4dcd
< bitcoin-git> [bitcoin] statebits closed pull request #12267: Update blockchain size in Ravencoin/doc/Readme (master...master) https://github.com/bitcoin/bitcoin/pull/12267
< bitcoin-git> [bitcoin] statebits opened pull request #12267: Update blockchain size in Ravencoin/doc/Readme (master...master) https://github.com/bitcoin/bitcoin/pull/12267
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12266: Move scheduler/threadGroup into common-init instead of per-app (master...2018-01-common-init) https://github.com/bitcoin/bitcoin/pull/12266
< bitcoin-git> [bitcoin] kallewoof opened pull request #12265: [test] fundrawtransaction: lock watch-only shared address (master...test-fundrawtransaction-lockunspent) https://github.com/bitcoin/bitcoin/pull/12265
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11774: [tests] Rename functional tests (master...rename_tests) https://github.com/bitcoin/bitcoin/pull/11774
< bitcoin-git> bitcoin/master 90600bc Anthony Towns: [tests] Rename wallet_* functional tests.
< bitcoin-git> bitcoin/master 61b8f7f Anthony Towns: [tests] Rename p2p_* functional tests.
< bitcoin-git> bitcoin/master ca6523d Anthony Towns: [tests] Rename feature_* functional tests.
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/f359afcc4104...6970b30c6f1d

2018-01-24

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12261: qt: Bump BLOCK_CHAIN_SIZE to 200GB (master...2018_01_block_chain_size) https://github.com/bitcoin/bitcoin/pull/12261
< bitcoin-git> bitcoin/master ba490d2 Wladimir J. van der Laan: qt: Bump BLOCK_CHAIN_SIZE to 200GB...
< bitcoin-git> bitcoin/master f359afc MarcoFalke: Merge #12261: qt: Bump BLOCK_CHAIN_SIZE to 200GB...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7abb0f0929bd...f359afcc4104
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12194: Add change type option to fundrawtransaction (master...2018-01-fundrawtransaction-changetype) https://github.com/bitcoin/bitcoin/pull/12194
< bitcoin-git> bitcoin/master 31dbd5a João Barbosa: [wallet] Add change type to CCoinControl
< bitcoin-git> bitcoin/master 536ddeb João Barbosa: [rpc] Add change_type option to fundrawtransaction
< bitcoin-git> bitcoin/master 16f6f59 João Barbosa: [qa] Test fundrawtransaction with change_type option
< bitcoin-git> [bitcoin] jonasschnelli pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/eadb2dacc3c6...7abb0f0929bd
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12213: Add address type option to addmultisigaddress (master...2018-01-addmultisigaddress-address-type) https://github.com/bitcoin/bitcoin/pull/12213
< bitcoin-git> bitcoin/master eadb2da Jonas Schnelli: Merge #12213: Add address type option to addmultisigaddress...
< bitcoin-git> bitcoin/master f523c6b João Barbosa: [qa] Use address type in addmultisigaddress to avoid addwitnessaddress
< bitcoin-git> bitcoin/master 886a92f João Barbosa: [rpc] Add address type option to addmultisigaddress
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/cc5870a4057f...eadb2dacc3c6
< bitcoin-git> [bitcoin] jnewbery opened pull request #12264: Fix versionbits warning test (master...fix_versionbits_warning_test) https://github.com/bitcoin/bitcoin/pull/12264
< bitcoin-git> [bitcoin] laanwj closed pull request #12251: initwallet: Do not translate highly technical addresstype help (master...Mf1801-walletNoTranslateInitHelp) https://github.com/bitcoin/bitcoin/pull/12251
< bitcoin-git> bitcoin/master cc5870a Wladimir J. van der Laan: Merge #12251: initwallet: Do not translate highly technical addresstype help...
< bitcoin-git> bitcoin/master fa7ecbf MarcoFalke: initwallet: Do not translate highly technical addresstype help
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6e3fe936090d...cc5870a4057f
< bitcoin-git> [bitcoin] laanwj opened pull request #12262: net: Hardcoded seed update (master...2018_01_seed_update) https://github.com/bitcoin/bitcoin/pull/12262
< bitcoin-git> [bitcoin] laanwj opened pull request #12261: qt: Bump BLOCK_CHAIN_SIZE to 200GB (master...2018_01_block_chain_size) https://github.com/bitcoin/bitcoin/pull/12261
< bitcoin-git> [bitcoin] fwolfst opened pull request #12260: [Trivial] link mentioned scripted-diff-commit (developer-doc) (master...LINK_COMMIT_IN_DOC_DEVNOTES) https://github.com/bitcoin/bitcoin/pull/12260
< bitcoin-git> bitcoin/master 6e3fe93 Wladimir J. van der Laan: qt: Update translation source file...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e37ca2be91bd...6e3fe936090d
< bitcoin-git> bitcoin/master 1e0d6e9 Wladimir J. van der Laan: tx: Update transifex slug for 0.16...
< bitcoin-git> [bitcoin] laanwj closed pull request #12250: Make CKey::Load references const (master...pr/keyload) https://github.com/bitcoin/bitcoin/pull/12250
< bitcoin-git> bitcoin/master e37ca2b Wladimir J. van der Laan: Merge #12250: Make CKey::Load references const...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/95941396fff8...e37ca2be91bd
< bitcoin-git> bitcoin/master 04ededf Russell Yanofsky: Make CKey::Load references const...
< bitcoin-git> [bitcoin] laanwj closed pull request #12119: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH (master...bech32-change) https://github.com/bitcoin/bitcoin/pull/12119
< bitcoin-git> bitcoin/master 9594139 Wladimir J. van der Laan: Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH...
< bitcoin-git> bitcoin/master 596c446 Sjors Provoost: [wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/126000ba9e7f...95941396fff8
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12089: qa: Make TestNodeCLI command optional in send_cli (master...Mf1801-qaCliOptions) https://github.com/bitcoin/bitcoin/pull/12089
< bitcoin-git> bitcoin/master 126000b MarcoFalke: Merge #12089: qa: Make TestNodeCLI command optional in send_cli...
< bitcoin-git> bitcoin/master fae7b14 MarcoFalke: qa: Make TestNodeCLI command optional in send_cli
< bitcoin-git> bitcoin/master ffffb10 MarcoFalke: qa: Rename cli.args to cli.options...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/69ec021969a4...126000ba9e7f
< bitcoin-git> [bitcoin] laanwj closed pull request #11415: [RPC] Disallow using addresses in createmultisig (master...createmultisig-no-addr) https://github.com/bitcoin/bitcoin/pull/11415
< bitcoin-git> bitcoin/master 69ec021 Wladimir J. van der Laan: Merge #11415: [RPC] Disallow using addresses in createmultisig...
< bitcoin-git> bitcoin/master 1df206f Andrew Chow: Disallow using addresses in createmultisig...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6e89de5ba7ce...69ec021969a4
< bitcoin-git> [bitcoin] laanwj closed pull request #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding (master...2017-10-seed-service-bits-cleanups) https://github.com/bitcoin/bitcoin/pull/11512
< bitcoin-git> bitcoin/master 62e7642 Matt Corallo: Fall back to oneshot for DNS Seeds which don't support filtering....
< bitcoin-git> bitcoin/master fb6f6b1 Matt Corallo: bluematt's testnet-seed now supports x9 (and is just a static list)
< bitcoin-git> bitcoin/master 51ae766 Matt Corallo: Use GetDesireableServiceFlags in static seeds, document this....
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/8470e64724cb...6e89de5ba7ce
< bitcoin-git> [bitcoin] laanwj closed pull request #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTime (master...2017/09/rescan_locks) https://github.com/bitcoin/bitcoin/pull/11281
< bitcoin-git> bitcoin/master dbf8556 Jonas Schnelli: Add RAII wallet rescan reserver
< bitcoin-git> bitcoin/master bc356b4 Jonas Schnelli: Make sure WalletRescanReserver has successfully reserved the rescan
< bitcoin-git> bitcoin/master 8d0b610 Jonas Schnelli: Avoid pemanent cs_main/cs_wallet lock during wallet rescans
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/b5e4b9b5100e...8470e64724cb
< bitcoin-git> [bitcoin] fanquake closed pull request #12258: Change app name, datadir location/settings (master...master) https://github.com/bitcoin/bitcoin/pull/12258
< bitcoin-git> [bitcoin] tviho opened pull request #12258: Change app name, datadir location/settings (master...master) https://github.com/bitcoin/bitcoin/pull/12258
< bitcoin-git> [bitcoin] kallewoof opened pull request #12257: [wallet] Use destination groups instead of coins in coin select (master...feature-addrgrouped-coinselect) https://github.com/bitcoin/bitcoin/pull/12257
< bitcoin-git> [bitcoin] dongcarl opened pull request #12255: Update bitcoin.service to conform to init.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/12255
< bitcoin-git> [bitcoin] jimpo opened pull request #12254: BIP 158: Compact Block Filters for Light Clients (master...bip-158) https://github.com/bitcoin/bitcoin/pull/12254

2018-01-23

< bitcoin-git> [bitcoin] ajtowns opened pull request #12252: Require all tests to follow naming convention (master...rename_tests_no_leeway) https://github.com/bitcoin/bitcoin/pull/12252
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12251: initwallet: Do not translate highly technical addresstype help (master...Mf1801-walletNoTranslateInitHelp) https://github.com/bitcoin/bitcoin/pull/12251
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12250: Make CKey::Load references const (master...pr/keyload) https://github.com/bitcoin/bitcoin/pull/12250
< bitcoin-git> [bitcoin] fanquake closed pull request #12247: ZSnarks tech integration (master...HODLCoin0.11.3) https://github.com/bitcoin/bitcoin/pull/12247
< bitcoin-git> [bitcoin] karibik opened pull request #12247: ZSnarks tech integration (master...HODLCoin0.11.3) https://github.com/bitcoin/bitcoin/pull/12247
< bitcoin-git> [bitcoin] luke-jr opened pull request #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled (master...separate_utils) https://github.com/bitcoin/bitcoin/pull/12246

2018-01-22

< bitcoin-git> [bitcoin] fanquake closed pull request #12242: 0.8 (0.8...0.8) https://github.com/bitcoin/bitcoin/pull/12242
< bitcoin-git> [bitcoin] russhianhere opened pull request #12242: 0.8 (0.8...0.8) https://github.com/bitcoin/bitcoin/pull/12242
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12187: [Docs] Updating benchmarkmarking.md with an updated sample output (master...benchmark_output) https://github.com/bitcoin/bitcoin/pull/12187
< bitcoin-git> bitcoin/master b5e4b9b MarcoFalke: Merge #12187: [Docs] Updating benchmarkmarking.md with an updated sample output...
< bitcoin-git> bitcoin/master b21244e Jeff Rade: Updating benchmarkmarking.md with an updated sample output and help options
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b987ca4ee495...b5e4b9b5100e
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12227: test_runner: Readable output if create_cache.py fails (master...pr/runcache) https://github.com/bitcoin/bitcoin/pull/12227
< bitcoin-git> bitcoin/master ac96e78 Russell Yanofsky: test_runner: Readable output if create_cache.py fails...
< bitcoin-git> bitcoin/master b987ca4 MarcoFalke: Merge #12227: test_runner: Readable output if create_cache.py fails...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b03013396cb2...b987ca4ee495
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12241: [trivial][docs] Fix incorrect link in /test/ README.md (master...trivial-fix-util-link) https://github.com/bitcoin/bitcoin/pull/12241
< bitcoin-git> bitcoin/master b030133 MarcoFalke: Merge #12241: [trivial][docs] Fix incorrect link in /test/ README.md...
< bitcoin-git> bitcoin/master bf18977 fanquake: [trivial][docs] Fix incorrect link in /test/ README.md
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f4c942e36154...b03013396cb2
< bitcoin-git> [bitcoin] fanquake opened pull request #12241: [trivial][docs] Fix incorrect link in /test/ README.md (master...trivial-fix-util-link) https://github.com/bitcoin/bitcoin/pull/12241
< bitcoin-git> [bitcoin] fanquake closed pull request #10437: [WIP] Implement BIP135 (generalized versionbits) (master...bip135-core-dev-clean1) https://github.com/bitcoin/bitcoin/pull/10437
< bitcoin-git> [bitcoin] mryandao opened pull request #12240: changed fee to be in sats instead of btc (master...fix-getrawmempool-fee-representation) https://github.com/bitcoin/bitcoin/pull/12240
< bitcoin-git> [bitcoin] fanquake closed pull request #12149: Unlock Wallet Implemented. (master...master) https://github.com/bitcoin/bitcoin/pull/12149
< bitcoin-git> [bitcoin] fanquake closed pull request #12238: testing#1 (master...bitcoin_testing) https://github.com/bitcoin/bitcoin/pull/12238
< bitcoin-git> [bitcoin] jangck303 opened pull request #12238: testing#1 (master...bitcoin_testing) https://github.com/bitcoin/bitcoin/pull/12238

2018-01-21

< bitcoin-git> [bitcoin] cryptonexii closed pull request #12236: Latest windows build instructions (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12236
< bitcoin-git> [bitcoin] cryptonexii opened pull request #12236: Latest windows build instructions (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12236

2018-01-20

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12231: rpc: Avoid KeyError in getpeerinfo bytes per msg (master...Mf1801-rpcPeerInfoKeyError) https://github.com/bitcoin/bitcoin/pull/12231
< bitcoin-git> [bitcoin] MCFX2 opened pull request #12232: Improve "Turn Windows Features On or Off" step (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12232

2018-01-19

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12231: rpc: Avoid KeyError in getpeerinfo bytes per msg (master...Mf1801-rpcPeerInfoKeyError) https://github.com/bitcoin/bitcoin/pull/12231
< bitcoin-git> [bitcoin] mmgen closed pull request #12228: Allow wallet file to be a symlink, as was the case before v0.15.0 (master...wallet_symlink) https://github.com/bitcoin/bitcoin/pull/12228
< bitcoin-git> [bitcoin] mmgen opened pull request #12228: Allow wallet file to be a symlink, as was the case before v0.15.0 (master...wallet_symlink) https://github.com/bitcoin/bitcoin/pull/12228
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12227: test_runner: Readable output if create_cache.py fails (master...pr/runcache) https://github.com/bitcoin/bitcoin/pull/12227
< bitcoin-git> [bitcoin] laanwj closed pull request #12220: Error if relative -walletdir is specified (master...pr/wdabs) https://github.com/bitcoin/bitcoin/pull/12220
< bitcoin-git> bitcoin/master f4c942e Wladimir J. van der Laan: Merge #12220: Error if relative -walletdir is specified...
< bitcoin-git> bitcoin/master ec527c6 Russell Yanofsky: Don't allow relative -walletdir paths...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9a97f39afaa8...f4c942e36154
< bitcoin-git> [bitcoin] sdaftuar opened pull request #12225: Mempool cleanups (master...2018-01-mempool-cleanups) https://github.com/bitcoin/bitcoin/pull/12225
< bitcoin-git> [bitcoin] kallewoof closed pull request #11489: [wallet] sendtoaddress output type argument (master...201709_segwitwallet2_sendtoaddress) https://github.com/bitcoin/bitcoin/pull/11489

2018-01-18

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12216: scripted-diff: prefix [address|change]type parameters with 'default' (master...2018/01/defaultaddresstype) https://github.com/bitcoin/bitcoin/pull/12216
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12212: Trivial: Fix spelling in zapwallettxes test description (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12212
< bitcoin-git> bitcoin/master 9a97f39 MarcoFalke: Merge #12212: Trivial: Fix spelling in zapwallettxes test description...
< bitcoin-git> bitcoin/master 7767842 Jeremiah Buddenhagen: Trivial: Fix spelling in zapwallettxes test description...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e839d6570d9d...9a97f39afaa8
< bitcoin-git> [bitcoin] laanwj closed pull request #12166: [docs] Clarify -walletdir usage (master...clarify_walletdir_usage) https://github.com/bitcoin/bitcoin/pull/12166
< bitcoin-git> bitcoin/master e839d65 Wladimir J. van der Laan: Merge #12166: [docs] Clarify -walletdir usage...
< bitcoin-git> bitcoin/master 97c3cad John Newbery: [docs] Clarify -walletdir usage
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/10d10d7fadcf...e839d6570d9d
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12211: Avoid potential null dereference in ReceiveCoinsDialog constructor (master...pr/nullrecv) https://github.com/bitcoin/bitcoin/pull/12211
< bitcoin-git> bitcoin/master 10d10d7 Jonas Schnelli: Merge #12211: Avoid potential null dereference in ReceiveCoinsDialog constructor...
< bitcoin-git> bitcoin/master cc90a4f Russell Yanofsky: Avoid potential null dereference in ReceiveCoinsDialog constructor...
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/898f560b55ab...10d10d7fadcf
< bitcoin-git> [bitcoin] ryanofsky closed pull request #12221: RFC: Rename -walletdir option to -walletsdir (scripted-diff) (master...pr/wdren) https://github.com/bitcoin/bitcoin/pull/12221
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12221: RFC: Rename -walletdir option to -walletsdir (scripted-diff) (master...pr/wdren) https://github.com/bitcoin/bitcoin/pull/12221
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12220: RFC: Error if relative -walletdir is specified (master...pr/wdabs) https://github.com/bitcoin/bitcoin/pull/12220
< bitcoin-git> [bitcoin] laanwj opened pull request #12218: net: Move misbehaving logging to net logging category (master...2018_01_misbehaving_logging) https://github.com/bitcoin/bitcoin/pull/12218
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12217: qa: Add missing syncwithvalidationinterfacequeue to tests (master...Mf1801-qaWalletMempoolAsyncTake2) https://github.com/bitcoin/bitcoin/pull/12217
< bitcoin-git> [bitcoin] laanwj closed pull request #12206: qa: Sync with validationinterface queue in sync_mempools (master...Mf1801-qaWalletMempoolAsync) https://github.com/bitcoin/bitcoin/pull/12206
< bitcoin-git> bitcoin/master 898f560 Wladimir J. van der Laan: Merge #12206: qa: Sync with validationinterface queue in sync_mempools...
< bitcoin-git> bitcoin/master fa1e69e MarcoFalke: qa: Sync with validationinterface queue in sync_mempools
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/17180fa60810...898f560b55ab
< bitcoin-git> [bitcoin] Sjors opened pull request #12216: scripted-diff: prefix [address|change]type parameters with 'default' (master...2018/01/defaultaddresstype) https://github.com/bitcoin/bitcoin/pull/12216
< bitcoin-git> [bitcoin] laanwj closed pull request #12210: wallet: Deprecate addwitnessaddress (master...2018_01_deprecate_addwitnessaddress) https://github.com/bitcoin/bitcoin/pull/12210
< bitcoin-git> bitcoin/master 17180fa Wladimir J. van der Laan: Merge #12210: wallet: Deprecate addwitnessaddress...
< bitcoin-git> bitcoin/master cdf3e03 Wladimir J. van der Laan: wallet: Deprecate addwitnessaddress...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c7978be89964...17180fa60810
< bitcoin-git> [bitcoin] achavala closed pull request #12214: added app files (master...master) https://github.com/bitcoin/bitcoin/pull/12214
< bitcoin-git> [bitcoin] achavala opened pull request #12214: added app files (master...master) https://github.com/bitcoin/bitcoin/pull/12214
< bitcoin-git> [bitcoin] kallewoof reopened pull request #11489: [wallet] sendtoaddress style argument (master...201709_segwitwallet2_sendtoaddress) https://github.com/bitcoin/bitcoin/pull/11489

2018-01-17

< bitcoin-git> [bitcoin] promag opened pull request #12213: 2018 01 addmultisigaddress address type (master...2018-01-addmultisigaddress-address-type) https://github.com/bitcoin/bitcoin/pull/12213
< bitcoin-git> [bitcoin] bitspill opened pull request #12212: fix spelling (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12212
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12211: Avoid potential null dereference in ReceiveCoinsDialog constructor (master...pr/nullrecv) https://github.com/bitcoin/bitcoin/pull/12211
< bitcoin-git> [bitcoin] laanwj opened pull request #12210: wallet: Deprecate addwitnessaddress (master...2018_01_deprecate_addwitnessaddress) https://github.com/bitcoin/bitcoin/pull/12210
< bitcoin-git> [bitcoin] laanwj closed pull request #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bounds (master...wallet-unlock-time-int32) https://github.com/bitcoin/bitcoin/pull/12101
< bitcoin-git> bitcoin/master c7978be Wladimir J. van der Laan: Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bounds...
< bitcoin-git> bitcoin/master 134cdc7 Andrew Chow: Test walletpassphrase timeout bounds and clamping
< bitcoin-git> bitcoin/master 0b63e3c Andrew Chow: Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/adce1de9a6ce...c7978be89964
< bitcoin-git> [bitcoin] laanwj closed pull request #12198: rpc: Add deprecation error for `getinfo` (master...2018_01_getinfo_deprecation_message) https://github.com/bitcoin/bitcoin/pull/12198
< bitcoin-git> bitcoin/master adce1de Wladimir J. van der Laan: Merge #12198: rpc: Add deprecation error for `getinfo`...
< bitcoin-git> bitcoin/master 49e5f3f Wladimir J. van der Laan: rpc: Add deprecation error for `getinfo`...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/062c8b69f4cc...adce1de9a6ce
< jonasschnelli> <bitcoin-git>[bitcoin] luke-jr opened pull request #12208: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default
< bitcoin-git> [bitcoin] luke-jr opened pull request #12208: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default (master...gui_legacy_bech32) https://github.com/bitcoin/bitcoin/pull/12208
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #11991: [qt] Receive: checkbox for bech32 address (master...segwit-qt-bech32-receive) https://github.com/bitcoin/bitcoin/pull/11991
< bitcoin-git> bitcoin/master 062c8b6 Jonas Schnelli: Merge #11991: [qt] Receive: checkbox for bech32 address...
< bitcoin-git> bitcoin/master 63ac890 Sjors Provoost: [qt] receive tab: bech32 address opt-in checkbox...
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cad504bf4c30...062c8b69f4cc
< bitcoin-git> [bitcoin] CryptAxe closed pull request #12207: Start renaming functional tests & update test runner (master...updateTests) https://github.com/bitcoin/bitcoin/pull/12207
< bitcoin-git> [bitcoin] CryptAxe opened pull request #12207: Start renaming functional tests & update test runner (master...updateTests) https://github.com/bitcoin/bitcoin/pull/12207
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12206: qa: Have wallet wait for TransactionAddedToMempool (master...Mf1801-qaWalletMempoolAsync) https://github.com/bitcoin/bitcoin/pull/12206

2018-01-16

< bitcoin-git> [bitcoin] morcos opened pull request #12204: Fix overly eager BIP30 bypass (master...bip30bypassfix) https://github.com/bitcoin/bitcoin/pull/12204
< bitcoin-git> [bitcoin] Sjors opened pull request #12200: Bind functional test nodes to 127.0.0.1 (master...test-framework-bind) https://github.com/bitcoin/bitcoin/pull/12200
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12177: trivial: fix address_type help text of getnewaddress and getrawchangeaddress (master...trivial1) https://github.com/bitcoin/bitcoin/pull/12177
< bitcoin-git> bitcoin/master cad504b MarcoFalke: Merge #12177: trivial: fix address_type help text of getnewaddress and getrawchangeaddress...
< bitcoin-git> bitcoin/master 5f911c5 mruddy: trivial: fix address_type help text of getnewaddress and getrawchangeaddress
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/66e3af709dd4...cad504bf4c30
< bitcoin-git> [bitcoin] laanwj opened pull request #12198: rpc: Add deprecation error for `getinfo` (master...2018_01_getinfo_deprecation_message) https://github.com/bitcoin/bitcoin/pull/12198
< bitcoin-git> [bitcoin] laanwj opened pull request #12197: Log debug build status and warn when running benchmarks (master...2018_01_debug_in_log) https://github.com/bitcoin/bitcoin/pull/12197
< bitcoin-git> [bitcoin] laanwj closed pull request #11904: Add a lock to the wallet directory (master...201712_walletdir_lock) https://github.com/bitcoin/bitcoin/pull/11904
< bitcoin-git> bitcoin/master 64226de MeshCollider: Generalise walletdir lock error message for correctness
< bitcoin-git> bitcoin/master c9ed4bd MeshCollider: Add a test for wallet directory locking
< bitcoin-git> bitcoin/master e60cb99 MeshCollider: Add a lock to the wallet directory
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/bbc91b769973...66e3af709dd4
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12196: Add scantxoutset RPC method (master...2017/12/utxo_sweep) https://github.com/bitcoin/bitcoin/pull/12196

2018-01-15

< bitcoin-git> [bitcoin] laanwj closed pull request #12173: [Qt] Use flexible font size for QRCode image address (master...2018/01/fix_qr_font) https://github.com/bitcoin/bitcoin/pull/12173
< bitcoin-git> bitcoin/master 59f9e2a Jonas Schnelli: Use flexible font size for QRCode image address
< bitcoin-git> bitcoin/master bbc91b7 Wladimir J. van der Laan: Merge #12173: [Qt] Use flexible font size for QRCode image address...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/44080a90a292...bbc91b769973
< bitcoin-git> [bitcoin] promag opened pull request #12194: Add change type option to fundrawtransaction (master...2018-01-fundrawtransaction-changetype) https://github.com/bitcoin/bitcoin/pull/12194
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12193: RPC: Consistently use UniValue.pushKV instead of push_back(Pair()) (karel-3d) (master...Mf1801-univalueDeprecatedPair) https://github.com/bitcoin/bitcoin/pull/12193
< bitcoin-git> [bitcoin] laanwj closed pull request #12118: Sort mempool by min(feerate, ancestor_feerate) (master...2018-01-fix-mempool-score) https://github.com/bitcoin/bitcoin/pull/12118
< bitcoin-git> bitcoin/master 7abfa53 Suhas Daftuar: Add test for new ancestor feerate sort behavior
< bitcoin-git> bitcoin/master 9a51319 Suhas Daftuar: Sort mempool by min(feerate, ancestor_feerate)...
< bitcoin-git> bitcoin/master 6773f92 Suhas Daftuar: Refactor CompareTxMemPoolEntryByDescendantScore
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/4db16ec82793...44080a90a292
< bitcoin-git> [bitcoin] fwolfst opened pull request #12192: Trivial: Issue 12190: Update http URL of MIT license to use https (master...12190-UPDATE_MIT_LINK_TO_HTTPS) https://github.com/bitcoin/bitcoin/pull/12192
< bitcoin-git> [bitcoin] ericallam opened pull request #12189: [Qt] Display transaction fee with sat/vbyte value in SendCoinsDialog (master...sat_vbyte_fee_rate_in_qt) https://github.com/bitcoin/bitcoin/pull/12189
< bitcoin-git> [bitcoin] laanwj closed pull request #11796: [tests] Functional test naming convention (master...soft_rename_tests) https://github.com/bitcoin/bitcoin/pull/11796
< bitcoin-git> bitcoin/master 7250b4e Anthony Towns: [tests] README.md nit fixes
< bitcoin-git> bitcoin/master 1e10854 John Newbery: [tests] [docs] update README for new test naming scheme
< bitcoin-git> bitcoin/master 82b2712 John Newbery: [tests] move witness util functions to blocktools.py...
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/9501dc27b336...4db16ec82793
< bitcoin-git> [bitcoin] laanwj closed pull request #12127: Remove unused mempool index (master...2018-01-remove-unused-index) https://github.com/bitcoin/bitcoin/pull/12127
< bitcoin-git> bitcoin/master 9501dc2 Wladimir J. van der Laan: Merge #12127: Remove unused mempool index...
< bitcoin-git> bitcoin/master 8e617e3 Suhas Daftuar: Remove unused mempool index
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/45cf8a03cb57...9501dc27b336
< bitcoin-git> [bitcoin] jeffrade opened pull request #12187: [Docs] Updating benchmarkmarking.md with an updated sample output (master...benchmark_output) https://github.com/bitcoin/bitcoin/pull/12187
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #10947: [Wallet] Bare segwit scriptPubKey should not considered change by the wallet (master...importaddresssegwit) https://github.com/bitcoin/bitcoin/pull/10947

2018-01-14

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12181: [TRIVIAL] Remove continue statement at the end of loop. (master...redundant_continue) https://github.com/bitcoin/bitcoin/pull/12181
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12184: [TRIVIAL] Drop C headers in favour of C++-compatibility headers. (master...cpp11_includes) https://github.com/bitcoin/bitcoin/pull/12184
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12183: Make use of emplace_back in nonassociative containers. (master...use_emplace) https://github.com/bitcoin/bitcoin/pull/12183
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12182: [TRIVIAL] Remove useless string initialization. (master...remove_useless_string_init) https://github.com/bitcoin/bitcoin/pull/12182
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12181: [TRIVIAL] Remove continue statement at the end of loop. (master...redundant_continue) https://github.com/bitcoin/bitcoin/pull/12181
< bitcoin-git> [bitcoin] achow101 opened pull request #12180: Use vbytes (master...use-vbytes) https://github.com/bitcoin/bitcoin/pull/12180