2018-03-18

< bitcoin-git> [bitcoin] rex4539 closed pull request #12593: Fix typos and cleanup in various files (master...rex4539-typos) https://github.com/bitcoin/bitcoin/pull/12593
< bitcoin-git> [bitcoin] rex4539 opened pull request #12716: Fix typos and cleanup in various files (master...fix-typos) https://github.com/bitcoin/bitcoin/pull/12716
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #12510: test: Add rpc_bind test to default-run tests (master...2018_02_reinstate_rpcbind_test) https://github.com/bitcoin/bitcoin/pull/12510
< bitcoin-git> [bitcoin] hkjn opened pull request #12715: depends: Add 'make clean' rule (master...clean-depends) https://github.com/bitcoin/bitcoin/pull/12715
< bitcoin-git> [bitcoin] sipa opened pull request #12714: Introduce interface for signing providers (master...201803_signingprovider) https://github.com/bitcoin/bitcoin/pull/12714
< bitcoin-git> [bitcoin] eklitzke opened pull request #12713: Fix unintuitive boolean option parsing behavior (master...bool-option-parsing) https://github.com/bitcoin/bitcoin/pull/12713

2018-03-17

< bitcoin-git> [bitcoin] sipa opened pull request #12712: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12712
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12710: Append scripts to new test_list array to fix bad assignment (master...PR_12437_test_runner_fix) https://github.com/bitcoin/bitcoin/pull/12710
< bitcoin-git> bitcoin/master 00d1680 MarcoFalke: Merge #12710: Append scripts to new test_list array to fix bad assignment...
< bitcoin-git> bitcoin/master b0fec8d Jeff Rade: Append scripts to new test_list array to fix bad assignment
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/585db41e9ab7...00d1680498c5
< bitcoin-git> [bitcoin] WhiteSymmetry opened pull request #12711: Update build-windows.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12711
< bitcoin-git> [bitcoin] jeffrade opened pull request #12710: Append scripts to new test_list array to fix bad assignment (master...PR_12437_test_runner_fix) https://github.com/bitcoin/bitcoin/pull/12710
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12437: [Trivial] Simplify if-else blocks and more descriptive variable naming (master...test_runner_refactor) https://github.com/bitcoin/bitcoin/pull/12437
< bitcoin-git> bitcoin/master 585db41 MarcoFalke: Merge #12437: [Trivial] Simplify if-else blocks and more descriptive variable naming...
< bitcoin-git> bitcoin/master 97bcd36 Jeff Rade: [Trivial] Simplify if-else blocks and more descriptive variable naming
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/af20f9b1d485...585db41e9ab7
< bitcoin-git> [bitcoin] fanquake closed pull request #12707: log: Be less confusing in the way we inform the user that logging has started (master...scrolling-can-be-fun-but-this-is-too-much-fun) https://github.com/bitcoin/bitcoin/pull/12707
< bitcoin-git> [bitcoin] sipa closed pull request #12542: Remove redundant includes. Conform to header include guidelines. (master...include-guidelines) https://github.com/bitcoin/bitcoin/pull/12542

2018-03-16

< bitcoin-git> bitcoin/master af20f9b Pieter Wuille: Merge #12542: Remove redundant includes. Conform to header include guidelines....
< bitcoin-git> bitcoin/master 7ef46d0 practicalswift: Remove redundant includes. Conform to header include guidelines....
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7be9a9a570c1...af20f9b1d485
< bitcoin-git> [bitcoin] instagibbs opened pull request #12709: shuffle sendmany recipients ordering, since caller cannot control (master...shuffleoutputs) https://github.com/bitcoin/bitcoin/pull/12709
< bitcoin-git> [bitcoin] sipa opened pull request #12708: Make verify-commits.sh test that merges are clean (master...201803_cleanmerge) https://github.com/bitcoin/bitcoin/pull/12708
< bitcoin-git> [bitcoin] practicalswift opened pull request #12707: log: Be less confusing in the way we inform the user that logging has started (master...scrolling-can-be-fun-but-this-is-too-much-fun) https://github.com/bitcoin/bitcoin/pull/12707
< bitcoin-git> [bitcoin] kallewoof opened pull request #12705: Importmulti private key support (master...importmulti-wif-support) https://github.com/bitcoin/bitcoin/pull/12705
< bitcoin-git> [bitcoin] bitkevin opened pull request #12704: base58: use map instead of strchr() when decode (master...b58_bitmap) https://github.com/bitcoin/bitcoin/pull/12704
< bitcoin-git> [bitcoin] kallewoof closed pull request #12701: [wallet] importprivkey: explicit rescan for known key (master...importprivkey-explicit-rescan) https://github.com/bitcoin/bitcoin/pull/12701
< bitcoin-git> [bitcoin] kallewoof opened pull request #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti (master...importprivkey-importmulti-hint) https://github.com/bitcoin/bitcoin/pull/12702
< bitcoin-git> [bitcoin] kallewoof opened pull request #12701: [wallet] importprivkey: explicit rescan for known key (master...importprivkey-explicit-rescan) https://github.com/bitcoin/bitcoin/pull/12701

2018-03-15

< bitcoin-git> [bitcoin] sipa closed pull request #12683: Fix more constness violations in serialization code (master...201803_moreser) https://github.com/bitcoin/bitcoin/pull/12683
< bitcoin-git> bitcoin/master 7be9a9a Pieter Wuille: Merge #12683: Fix more constness violations in serialization code...
< bitcoin-git> bitcoin/master 172f5fa Pieter Wuille: Support deserializing into temporaries...
< bitcoin-git> bitcoin/master 2761bca Pieter Wuille: Merge READWRITEMANY into READWRITE
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/2bac3e484114...7be9a9a570c1
< bitcoin-git> [bitcoin] sipa closed pull request #12621: Avoid querying unnecessary model data when filtering transactions (master...2018-03-transaction-filter-avoid-querying) https://github.com/bitcoin/bitcoin/pull/12621
< bitcoin-git> bitcoin/master 2bac3e4 Pieter Wuille: Merge #12621: Avoid querying unnecessary model data when filtering transactions...
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df529dcc65e8...2bac3e484114
< bitcoin-git> bitcoin/master 1ee72a8 João Barbosa: qt: Avoid querying unnecessary model data when filtering transactions
< bitcoin-git> [bitcoin] sipa closed pull request #12693: Remove unused variable in SortForBlock (master...unused-sort-for-block-param) https://github.com/bitcoin/bitcoin/pull/12693
< bitcoin-git> bitcoin/master df529dc Pieter Wuille: Merge #12693: Remove unused variable in SortForBlock...
< bitcoin-git> bitcoin/master bb079a0 Drew Rasmussen: Remove unused variable in SortForBlock
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/947c25ead21a...df529dcc65e8
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12700: Document RPC method aliasing (master...pr/alias) https://github.com/bitcoin/bitcoin/pull/12700
< bitcoin-git> [bitcoin] instagibbs opened pull request #12699: Shuffle transaction inputs before returning from SelectCoins (master...shuffleinputs) https://github.com/bitcoin/bitcoin/pull/12699
< bitcoin-git> [bitcoin] laanwj closed pull request #12431: Only call NotifyBlockTip when chainActive changes (master...jamesob/2018-02-prevent-bad-latestblock) https://github.com/bitcoin/bitcoin/pull/12431
< bitcoin-git> bitcoin/master 947c25e Wladimir J. van der Laan: Merge #12431: Only call NotifyBlockTip when chainActive changes...
< bitcoin-git> bitcoin/master f98b543 James O'Beirne: Only call NotifyBlockTip when the active chain changes...
< bitcoin-git> bitcoin/master 152b7fb James O'Beirne: [tests] Add a (failing) test for waitforblockheight...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/e057589dc67f...947c25ead21a
< bitcoin-git> [bitcoin] eklitzke opened pull request #12696: Fix possible data race when committing block files (master...fsync) https://github.com/bitcoin/bitcoin/pull/12696
< bitcoin-git> [bitcoin] eklitzke opened pull request #12695: [build] Fix some strange behavior with --enable-debug (master...enabledebug) https://github.com/bitcoin/bitcoin/pull/12695
< bitcoin-git> [bitcoin] kallewoof closed pull request #10877: [rpc] Verbose flags for chaining and scripting (master...verbose-flagging) https://github.com/bitcoin/bitcoin/pull/10877
< bitcoin-git> [bitcoin] kallewoof closed pull request #10585: [WIP] PoW connection slots (master...pow-connection-slots) https://github.com/bitcoin/bitcoin/pull/10585
< bitcoin-git> [bitcoin] kallewoof closed pull request #10386: [WIP] [wallet] Optional '-avoidreuse' flag which defaults to not reusing addresses in sends (master...feature-white-black-address) https://github.com/bitcoin/bitcoin/pull/10386
< bitcoin-git> [bitcoin] achow101 opened pull request #12694: Actually disable BnB when there are preset inputs (master...fix-preset-coins-bnb) https://github.com/bitcoin/bitcoin/pull/12694
< bitcoin-git> [bitcoin] drewx2 opened pull request #12693: Remove unused variable in SortForBlock (master...unused-sort-for-block-param) https://github.com/bitcoin/bitcoin/pull/12693
< bitcoin-git> [bitcoin] eklitzke opened pull request #12692: Add configure options for various -fsanitize flags (master...sanitize) https://github.com/bitcoin/bitcoin/pull/12692

2018-03-14

< bitcoin-git> [bitcoin] eklitzke opened pull request #12689: Smarter default behavior for -printtoconsole (master...console) https://github.com/bitcoin/bitcoin/pull/12689
< bitcoin-git> [bitcoin] dooglus closed pull request #11085: Add 'sethdseed' RPC to initialize or replace HD seed. (master...set_hd_seed) https://github.com/bitcoin/bitcoin/pull/11085
< bitcoin-git> [bitcoin] Sjors closed pull request #12687: Remove unused -testsafemode [AKA: why this PR is wrong] (master...2018-03/testsafemode) https://github.com/bitcoin/bitcoin/pull/12687
< bitcoin-git> [bitcoin] Sjors opened pull request #12687: Remove unused -testsafemode [AKA: why this PR is wrong] (master...2018-03/testsafemode) https://github.com/bitcoin/bitcoin/pull/12687
< bitcoin-git> [bitcoin] laanwj closed pull request #10637: Coin Selection with Murch's algorithm (master...bnb-coin-select) https://github.com/bitcoin/bitcoin/pull/10637
< bitcoin-git> bitcoin/master f84fed8 Andrew Chow: Store effective value, fee, and long term fee in CInputCoin...
< bitcoin-git> bitcoin/master 0185939 Andrew Chow: Implement Branch and Bound coin selection in a new file...
< bitcoin-git> bitcoin/master 12ec29d Andrew Chow: Calculate and store the number of bytes required to spend an input
< bitcoin-git> [bitcoin] laanwj pushed 14 new commits to master: https://github.com/bitcoin/bitcoin/compare/e7721e667260...e057589dc67f
< bitcoin-git> [bitcoin] laanwj closed pull request #12586: docs: Update osx brew install instruction (master...homebrew-python3-python) https://github.com/bitcoin/bitcoin/pull/12586
< bitcoin-git> bitcoin/master e7721e6 Wladimir J. van der Laan: Merge #12586: docs: Update osx brew install instruction...
< bitcoin-git> bitcoin/master 59f4795 fanquake: docs: Update osx brew install instruction
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/de2fcaa89a61...e7721e667260
< bitcoin-git> [bitcoin] laanwj closed pull request #12668: Doc: do update before fetching packages in WSL build guide (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12668
< bitcoin-git> bitcoin/master de2fcaa Wladimir J. van der Laan: Merge #12668: Doc: do update before fetching packages in WSL build guide...
< bitcoin-git> bitcoin/master e29c6c8 Nick Vercammen: Ubuntu xenial first dependencies...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/56cc022112af...de2fcaa89a61
< bitcoin-git> [bitcoin] laanwj closed pull request #12636: backport: #11995 Fix Qt build with Xcode 9 (0.16...qt-fix-backport) https://github.com/bitcoin/bitcoin/pull/12636
< bitcoin-git> [bitcoin] laanwj closed pull request #12080: Add support to search the address book (master...2018-01-searchaddressbook) https://github.com/bitcoin/bitcoin/pull/12080
< bitcoin-git> bitcoin/master 56cc022 Wladimir J. van der Laan: Merge #12080: Add support to search the address book...
< bitcoin-git> bitcoin/master c316fdf João Barbosa: [qt] Add support to search the address book
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/05042d38ba56...56cc022112af
< bitcoin-git> [bitcoin] laanwj closed pull request #12666: configure: UniValue 1.0.4 is required for pushKV(, bool) (master...univalue-1.0.4-required) https://github.com/bitcoin/bitcoin/pull/12666
< bitcoin-git> bitcoin/master 05042d3 Wladimir J. van der Laan: Merge #12666: configure: UniValue 1.0.4 is required for pushKV(, bool)...
< bitcoin-git> bitcoin/master 8172d3a Luke Dashjr: configure: UniValue 1.0.4 is required for pushKV(, bool)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7fb8fb43a630...05042d38ba56
< bitcoin-git> [bitcoin] laanwj closed pull request #12510: test: Add rpc_bind test to default-run tests (master...2018_02_reinstate_rpcbind_test) https://github.com/bitcoin/bitcoin/pull/12510
< bitcoin-git> [bitcoin] fanquake closed pull request #12316: Upgrade depends/build system to use Qt 5.9.4 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12316
< bitcoin-git> [bitcoin] fanquake closed pull request #12685: [gui] script addresses for sending, not signing (master...master) https://github.com/bitcoin/bitcoin/pull/12685
< bitcoin-git> [bitcoin] laanwj closed pull request #12102: Apply hardening measures in bitcoind systemd service file (master...systemd-hardening) https://github.com/bitcoin/bitcoin/pull/12102
< bitcoin-git> bitcoin/master 7fb8fb4 Wladimir J. van der Laan: Merge #12102: Apply hardening measures in bitcoind systemd service file...
< bitcoin-git> bitcoin/master 79ddfad Florian Schmaus: Apply hardening measurements in bitcoind systemd service file...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c4219ff3786e...7fb8fb43a630
< bitcoin-git> [bitcoin] laanwj closed pull request #12625: depends: biplist 1.0.3 (master...biplist-1-0-3) https://github.com/bitcoin/bitcoin/pull/12625
< bitcoin-git> bitcoin/master c4219ff Wladimir J. van der Laan: Merge #12625: depends: biplist 1.0.3...
< bitcoin-git> bitcoin/master 4ef82f1 fanquake: depends: biplist 1.0.3
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ce6ffe196e9b...c4219ff3786e
< bitcoin-git> [bitcoin] laanwj closed pull request #12638: qa: Cache only chain and wallet for regtest datadir (master...Mf1803-qaMempoolCache) https://github.com/bitcoin/bitcoin/pull/12638
< bitcoin-git> bitcoin/master ce6ffe1 Wladimir J. van der Laan: Merge #12638: qa: Cache only chain and wallet for regtest datadir...
< bitcoin-git> bitcoin/master fa23105 MarcoFalke: qa: Cache only chain and wallet for regtest datadir
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9f04c8e23118...ce6ffe196e9b
< bitcoin-git> [bitcoin] practicalswift opened pull request #12686: travis: Generate a trap for signed arithmetic overflows (enable -ftrapv) (master...trapv) https://github.com/bitcoin/bitcoin/pull/12686
< bitcoin-git> [bitcoin] laanwj closed pull request #12682: travis: Clone depth 1 unless $CHECK_DOC (master...Mf1803-travisDepth1) https://github.com/bitcoin/bitcoin/pull/12682
< bitcoin-git> bitcoin/master 9f04c8e Wladimir J. van der Laan: Merge #12682: travis: Clone depth 1 unless $CHECK_DOC...
< bitcoin-git> bitcoin/master fa79016 MarcoFalke: travis: Clone depth 1 unless $CHECK_DOC
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c6fc6656299b...9f04c8e23118
< bitcoin-git> [bitcoin] laanwj closed pull request #12680: Add missing virtual destructor in PeerLogicValidation (master...master-add-missing-vdtor-in-PeerLogicValidation) https://github.com/bitcoin/bitcoin/pull/12680
< bitcoin-git> bitcoin/master c6fc665 Wladimir J. van der Laan: Merge #12680: Add missing virtual destructor in PeerLogicValidation...
< bitcoin-git> bitcoin/master 2b3ea39 Vasil Dimov: Polish interfaces around PeerLogicValidation...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6acd8700bc0e...c6fc6656299b
< bitcoin-git> [bitcoin] bill-walker opened pull request #12685: [gui] script addresses for sending, not signing (master...master) https://github.com/bitcoin/bitcoin/pull/12685
< bitcoin-git> [bitcoin] bill-walker closed pull request #12599: [gui] Use base58 script hash address as example (master...master) https://github.com/bitcoin/bitcoin/pull/12599
< bitcoin-git> bitcoin/master 6acd870 Pieter Wuille: Merge #9680: Unify CWalletTx construction...
< bitcoin-git> bitcoin/master b4bc32a Russell Yanofsky: [wallet] Get rid of CWalletTx default constructor...
< bitcoin-git> bitcoin/master a128bdc Russell Yanofsky: [wallet] Construct CWalletTx objects in CommitTransaction...
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/18462960c0f1...6acd8700bc0e
< bitcoin-git> [bitcoin] sipa opened pull request #12683: Fix more constness violations in serialization code (master...201803_moreser) https://github.com/bitcoin/bitcoin/pull/12683
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER (master...pr/locksmart) https://github.com/bitcoin/bitcoin/pull/12681
< bitcoin-git> bitcoin/master 1846296 MarcoFalke: Merge #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER...
< bitcoin-git> bitcoin/master 33eb907 Russell Yanofsky: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0630974647da...18462960c0f1

2018-03-13

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12682: travis: Clone depth 1 unless $CHECK_DOC (master...Mf1803-travisDepth1) https://github.com/bitcoin/bitcoin/pull/12682
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12681: Fix ComputeTimeSmart test failure with -DDEBUG_LOCKORDER (master...pr/locksmart) https://github.com/bitcoin/bitcoin/pull/12681
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11772: [tests] Change invalidblockrequest to use BitcoinTestFramework (master...refactor_invalidblockrequest) https://github.com/bitcoin/bitcoin/pull/11772
< bitcoin-git> bitcoin/master 2b7064e John Newbery: [tests] Fix flake8 warnings in invalidblockrequest
< bitcoin-git> bitcoin/master e97b113 John Newbery: [tests] Change invalidblockrequest to use BitcoinTestFramework...
< bitcoin-git> bitcoin/master 54b8c58 Conor Scott: [test] Fix nits leftover from 11771...
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/d42a4fe5aaae...0630974647da
< bitcoin-git> [bitcoin] vasild opened pull request #12680: Trivial: Add missing virtual destructor in PeerLogicValidation (master...master-add-missing-vdtor-in-PeerLogicValidation) https://github.com/bitcoin/bitcoin/pull/12680
< bitcoin-git> [bitcoin] laanwj closed pull request #11041: Add LookupBlockIndex (master...2017-08-lookup-block-index) https://github.com/bitcoin/bitcoin/pull/11041
< bitcoin-git> bitcoin/master f814a3e João Barbosa: Fix cs_main lock in LoadExternalBlockFile...
< bitcoin-git> bitcoin/master c651df8 João Barbosa: Lock cs_main while loading block index in AppInitMain
< bitcoin-git> bitcoin/master 02de6a6 João Barbosa: Assert cs_main is held when accessing mapBlockIndex
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/af88094e4f71...d42a4fe5aaae
< bitcoin-git> [bitcoin] laanwj closed pull request #12658: Sanitize some wallet serialization (master...201803_crazywalletser) https://github.com/bitcoin/bitcoin/pull/12658
< bitcoin-git> bitcoin/master af88094 Wladimir J. van der Laan: Merge #12658: Sanitize some wallet serialization...
< bitcoin-git> bitcoin/master 42343c7 Pieter Wuille: Split up and sanitize CAccountingEntry serialization
< bitcoin-git> bitcoin/master 029ecac Pieter Wuille: Split up and sanitize CWalletTx serialization
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/702e8b70bd87...af88094e4f71
< bitcoin-git> [bitcoin] laanwj closed pull request #11872: [rpc] createrawtransaction: Accept sorted outputs (master...Mf1712-rpcCreateRawSortedOuts) https://github.com/bitcoin/bitcoin/pull/11872
< bitcoin-git> bitcoin/master fac7013 MarcoFalke: rpc: Update createrawtransaction examples
< bitcoin-git> bitcoin/master fa06dfc MarcoFalke: [rpc] createrawtransaction: Accept sorted outputs
< bitcoin-git> bitcoin/master 8acd25d MarcoFalke: rpc: Allow typeAny in RPCTypeCheck
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/0f0229d0c363...702e8b70bd87
< bitcoin-git> [bitcoin] laanwj closed pull request #12643: [qa] util: Remove unused sync_chain (master...Mf1803-qaUtilSyncChain) https://github.com/bitcoin/bitcoin/pull/12643
< bitcoin-git> bitcoin/master fa1436c MarcoFalke: [qa] util: Remove unused sync_chain
< bitcoin-git> bitcoin/master 0f0229d Wladimir J. van der Laan: Merge #12643: [qa] util: Remove unused sync_chain...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0f58d7f3d62f...0f0229d0c363
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12405: travis: Full clone for git subtree check (master...Mf1802-travisSubtree) https://github.com/bitcoin/bitcoin/pull/12405
< bitcoin-git> bitcoin/master 0f58d7f MarcoFalke: Merge #12405: travis: Full clone for git subtree check...
< bitcoin-git> bitcoin/master fa44af5 MarcoFalke: travis: Full clone for git subtree check
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3d16f581538b...0f58d7f3d62f
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12659: Improve Fatal LevelDB Log Messages (master...leveldb_errmsg) https://github.com/bitcoin/bitcoin/pull/12659
< bitcoin-git> bitcoin/master 3d16f58 MarcoFalke: Merge #12659: Improve Fatal LevelDB Log Messages...
< bitcoin-git> bitcoin/master f4b68b3 Evan Klitzke: Log fatal LevelDB errors more verbosely
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ae5bcc7abb14...3d16f581538b
< bitcoin-git> [bitcoin] laanwj closed pull request #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&) (master...remove-redundant-code-in-MutateTxSign) https://github.com/bitcoin/bitcoin/pull/10694
< bitcoin-git> bitcoin/master b1149ee practicalswift: Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)
< bitcoin-git> bitcoin/master ae5bcc7 Wladimir J. van der Laan: Merge #10694: Remove redundant code in MutateTxSign(CMutableTransaction&, const std::string&)...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/66e91420ab23...ae5bcc7abb14
< bitcoin-git> bitcoin/0.16 faf316a Wladimir J. van der Laan: test: Update trust git root...
< bitcoin-git> bitcoin/0.16 46ca8f3 Wladimir J. van der Laan: Merge #12648: [0.16] test: Update trusted git root...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.16: https://github.com/bitcoin/bitcoin/compare/60086ddc34ee...46ca8f383e53
< bitcoin-git> [bitcoin] fanquake closed pull request #12679: 0.15 (master...0.15) https://github.com/bitcoin/bitcoin/pull/12679
< bitcoin-git> [bitcoin] Maivaza opened pull request #12679: 0.15 (master...0.15) https://github.com/bitcoin/bitcoin/pull/12679
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12545: test: Use wait_until to ensure ping goes out (master...ping-timing) https://github.com/bitcoin/bitcoin/pull/12545
< bitcoin-git> bitcoin/master 66e9142 MarcoFalke: Merge #12545: test: Use wait_until to ensure ping goes out...
< bitcoin-git> bitcoin/master 0eb84f3 Ben Woosley: test: Use wait_until to ensure ping goes out...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d8d9162f5bad...66e91420ab23

2018-03-12

< bitcoin-git> [bitcoin] vasild opened pull request #12678: Scripts and tools: Fix a few compilation issues with Clang 7 and -Werror (master...master-compilation-fixes-with-clang7-werror) https://github.com/bitcoin/bitcoin/pull/12678
< bitcoin-git> [bitcoin] luke-jr opened pull request #12677: RPC: Add ancestor{count,size,fees} to listunspent output (master...listunspent_ancestorinfo) https://github.com/bitcoin/bitcoin/pull/12677
< bitcoin-git> [bitcoin] dexX7 opened pull request #12676: Show "replaceable" flag, when decoding raw transactions (master...rpc-raw-replaceable-flag) https://github.com/bitcoin/bitcoin/pull/12676
< bitcoin-git> [bitcoin] fanquake closed pull request #12675: litecoin (master...master) https://github.com/bitcoin/bitcoin/pull/12675
< bitcoin-git> [bitcoin] kentang8228 opened pull request #12675: litecoin (master...master) https://github.com/bitcoin/bitcoin/pull/12675
< bitcoin-git> [bitcoin] luke-jr opened pull request #12674: RPC: Support addnode onetry without making the connection priviliged (master...rpc_onetry_nonpriv) https://github.com/bitcoin/bitcoin/pull/12674
< bitcoin-git> [bitcoin] fanquake closed pull request #12672: Consensus: Remove unused dependencies (master...removed-unused-deps) https://github.com/bitcoin/bitcoin/pull/12672

2018-03-11

< bitcoin-git> [bitcoin] shmulim opened pull request #12672: Consensus: Remove unused dependencies (master...removed-unused-deps) https://github.com/bitcoin/bitcoin/pull/12672
< bitcoin-git> [bitcoin] practicalswift closed pull request #12671: mempool: Avoid locking mutex that is already held by the same thread (master...avoid-locking-mutex-already-held) https://github.com/bitcoin/bitcoin/pull/12671
< bitcoin-git> [bitcoin] practicalswift opened pull request #12671: mempool: Avoid locking mutex that is already held by the same thread (master...avoid-locking-mutex-already-held) https://github.com/bitcoin/bitcoin/pull/12671
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12572: [script] lint-whitespace: find errors more easily (master...morelinenumber) https://github.com/bitcoin/bitcoin/pull/12572
< bitcoin-git> bitcoin/master d8d9162 MarcoFalke: Merge #12572: [script] lint-whitespace: find errors more easily...
< bitcoin-git> bitcoin/master 0fbed98 Akio Nakamura: [script] lint-whitespace: improve print linenumber...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bb98aec6743e...d8d9162f5bad
< bitcoin-git> [bitcoin] sipa closed pull request #12670: Link (0.9...master) https://github.com/bitcoin/bitcoin/pull/12670
< bitcoin-git> [bitcoin] aaassad opened pull request #12670: Link (0.9...master) https://github.com/bitcoin/bitcoin/pull/12670
< bitcoin-git> [bitcoin] nvercamm opened pull request #12668: Doc: Ubuntu xenial first dependencies (master...patch-1) https://github.com/bitcoin/bitcoin/pull/12668
< bitcoin-git> [bitcoin] eklitzke closed pull request #12664: Rename LevelDB background compaction thread (master...bgcompact) https://github.com/bitcoin/bitcoin/pull/12664

2018-03-10

< bitcoin-git> [bitcoin] luke-jr opened pull request #12666: configure: UniValue 1.0.4 is required for pushKV(, bool) (master...univalue-1.0.4-required) https://github.com/bitcoin/bitcoin/pull/12666
< bitcoin-git> [bitcoin] practicalswift opened pull request #12665: Add compile time checking for all run time locking assertions (master...compile-time-checking-of-runtime-assertions) https://github.com/bitcoin/bitcoin/pull/12665
< bitcoin-git> [bitcoin] eklitzke opened pull request #12664: Rename LevelDB background compaction thread (master...bgcompact) https://github.com/bitcoin/bitcoin/pull/12664
< bitcoin-git> [bitcoin] laanwj closed pull request #12567: util: Print timestamp strings in logs using ISO 8601 formatting (master...iso-8601) https://github.com/bitcoin/bitcoin/pull/12567
< bitcoin-git> bitcoin/master bb98aec Wladimir J. van der Laan: Merge #12567: util: Print timestamp strings in logs using ISO 8601 formatting...
< bitcoin-git> bitcoin/master a7324bd practicalswift: Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/29fad97c320c...bb98aec6743e
< bitcoin-git> [bitcoin] eklitzke opened pull request #12659: Improve Fatal LevelDB Log Messages (master...leveldb_errmsg) https://github.com/bitcoin/bitcoin/pull/12659
< bitcoin-git> [bitcoin] eklitzke closed pull request #12491: Try to use posix_fadvise with CBufferedFile (master...fadvise) https://github.com/bitcoin/bitcoin/pull/12491
< bitcoin-git> [bitcoin] sipa opened pull request #12658: Sanitize some wallet serialize (master...201803_crazywalletser) https://github.com/bitcoin/bitcoin/pull/12658

2018-03-09

< bitcoin-git> [bitcoin] maaku opened pull request #12656: Add scripts for doing gitian builds on any platform using VirtualBox + Vagrant + Packer (master...vagrant) https://github.com/bitcoin/bitcoin/pull/12656
< bitcoin-git> [bitcoin] MeshCollider closed pull request #12654: 0.9 bunnnyboy (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] teamfiness reopened pull request #12654: 0.9 bunnnyboy (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] teamfiness closed pull request #12654: 0.9 bunnnyboy (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] teamfiness opened pull request #12654: 0.9 #03724 (0.10...0.9) https://github.com/bitcoin/bitcoin/pull/12654
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12653: Allow to optional specify the directory for the blocks storage (master...2018/03/blocksdir) https://github.com/bitcoin/bitcoin/pull/12653
< bitcoin-git> [bitcoin] practicalswift opened pull request #12652: bitcoin-cli: Provide a better error message when bitcoind is not running (master...bitcoin-cli-error-message-when-bitcoind-is-not-running) https://github.com/bitcoin/bitcoin/pull/12652

2018-03-08

< bitcoin-git> [bitcoin] 251Labs opened pull request #12650: gui: Fix issue: "default port not shown correctly in settings dialog" (master...patch/12623/default-port-not-shown) https://github.com/bitcoin/bitcoin/pull/12650
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #12644: [Trivial] Fix formatting issue on wallet_listreceivedby (master...trivia) https://github.com/bitcoin/bitcoin/pull/12644
< bitcoin-git> [bitcoin] eklitzke opened pull request #12649: Add documentation about generating flame graphs. (master...flamegraphs) https://github.com/bitcoin/bitcoin/pull/12649
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12648: [0.16] test: Update trusted git root (0.16...Mf1803-016gitTrustedRootBump) https://github.com/bitcoin/bitcoin/pull/12648
< bitcoin-git> [bitcoin] jimpo opened pull request #12647: wallet: Fix possible memory leak in CreateWalletFromFile. (master...wallet-pointer) https://github.com/bitcoin/bitcoin/pull/12647
< bitcoin-git> [bitcoin] NicolasDorier opened pull request #12644: [Trivial] Fix formatting issue on wallet_listreceivedby (master...trivia) https://github.com/bitcoin/bitcoin/pull/12644
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12607: depends: Remove ccache (master...ccache-removal) https://github.com/bitcoin/bitcoin/pull/12607
< bitcoin-git> bitcoin/master 29fad97 MarcoFalke: Merge #12607: depends: Remove ccache...
< bitcoin-git> bitcoin/master cc87967 fanquake: depends: Remove ccache
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a34ac6ae0788...29fad97c320c
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12643: [qa] util: Remove unused sync_chain (master...Mf1803-qaUtilSyncChain) https://github.com/bitcoin/bitcoin/pull/12643

2018-03-07

< bitcoin-git> bitcoin/0.16 60086dd MarcoFalke: Merge #12637: backport: #12556 fix version typo in getpeerinfo RPC call help...
< bitcoin-git> bitcoin/0.16 e730b82 Tamas Blummer: fix version typo...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to 0.16: https://github.com/bitcoin/bitcoin/compare/72a3290c9012...60086ddc34ee
< bitcoin-git> [bitcoin] promag opened pull request #12639: Reduce cs_main lock in listunspent (master...2018-03-reduce-cs_main_lock-listunspent) https://github.com/bitcoin/bitcoin/pull/12639
< bitcoin-git> [bitcoin] laanwj closed pull request #10367: [WIP] [test] Test abortrescan command. (master...test-abort-rescan-2) https://github.com/bitcoin/bitcoin/pull/10367
< bitcoin-git> [bitcoin] laanwj closed pull request #10353: Refactor script interpreter flags to use new CScriptFlags class for stricter checking (master...scriptflags) https://github.com/bitcoin/bitcoin/pull/10353
< bitcoin-git> [bitcoin] laanwj closed pull request #10366: [test] Remove all * imports (master...tests-unstar-imports) https://github.com/bitcoin/bitcoin/pull/10366
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12638: qa: Remove mempool.dat from cached regtest datadir (master...Mf1803-qaMempoolCache) https://github.com/bitcoin/bitcoin/pull/12638
< bitcoin-git> [bitcoin] laanwj closed pull request #11892: [Qt] Warn if fallback fee has been used (master...2017/12/qt_warn_fallbackfee) https://github.com/bitcoin/bitcoin/pull/11892
< bitcoin-git> [bitcoin] laanwj closed 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/master a34ac6a Wladimir J. van der Laan: Merge #9598: Improve readability by removing redundant casts to same type (on all platforms)...
< bitcoin-git> bitcoin/master 06edc23 practicalswift: Improve readability by removing redundant casts to same type (on all platforms)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/efa18a230d48...a34ac6ae0788
< bitcoin-git> [bitcoin] laanwj closed pull request #12626: Limit the number of IPs addrman learns from each DNS seeder (master...master) https://github.com/bitcoin/bitcoin/pull/12626
< bitcoin-git> bitcoin/master efa18a2 Wladimir J. van der Laan: Merge #12626: Limit the number of IPs addrman learns from each DNS seeder...
< bitcoin-git> bitcoin/master 46e7f80 e0: Limit the number of IPs we use from each DNS seeder...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/842f61a675db...efa18a230d48
< bitcoin-git> [bitcoin] fanquake opened pull request #12637: backport: #12556 fix version typo in getpeerinfo RPC call help (0.16...backport-fix-version-typo) https://github.com/bitcoin/bitcoin/pull/12637
< bitcoin-git> [bitcoin] fanquake opened pull request #12636: backport: #11995 Fix Qt build with Xcode 9 (0.16...qt-fix-backport) https://github.com/bitcoin/bitcoin/pull/12636
< bitcoin-git> [bitcoin] laanwj closed pull request #11900: [script] simplify CheckMinimalPush checks, add safety assert (master...checkminimal) https://github.com/bitcoin/bitcoin/pull/11900
< bitcoin-git> bitcoin/master 842f61a Wladimir J. van der Laan: Merge #11900: [script] simplify CheckMinimalPush checks, add safety assert...
< bitcoin-git> bitcoin/master 0749808 Gregory Sanders: CheckMinimalPush comments are prescriptive
< bitcoin-git> bitcoin/master 176db61 Gregory Sanders: simplify CheckMinimalPush checks, add safety assert
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/98bc27fb5998...842f61a675db
< bitcoin-git> [bitcoin] laanwj closed pull request #11687: External wallet files (master...pr/wfile) https://github.com/bitcoin/bitcoin/pull/11687
< bitcoin-git> bitcoin/master be8ab7d Russell Yanofsky: Create new wallet databases as directories rather than files...
< bitcoin-git> bitcoin/master 26c06f2 Russell Yanofsky: Allow wallet files not in -walletdir directory...
< bitcoin-git> bitcoin/master d8a99f6 Russell Yanofsky: Allow wallet files in multiple directories...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/8a43bdcffd8d...98bc27fb5998
< bitcoin-git> [bitcoin] kallewoof opened pull request #12634: [refactor] Make TransactionWithinChainLimit more flexible (master...txmempool-chain-limit-value) https://github.com/bitcoin/bitcoin/pull/12634
< bitcoin-git> [bitcoin] laanwj closed pull request #12620: Remove TransactionTableModel::TxIDRole (master...2018-03-remove-txidrole) https://github.com/bitcoin/bitcoin/pull/12620
< bitcoin-git> bitcoin/master 8a43bdc Wladimir J. van der Laan: Merge #12620: Remove TransactionTableModel::TxIDRole...
< bitcoin-git> bitcoin/master 3b26b6a João Barbosa: qt: Remove TransactionTableModel::TxIDRole
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/791c3ea61b4e...8a43bdcffd8d
< bitcoin-git> [bitcoin] btcdrak opened pull request #12633: Reserve 16 bits of nversion in blockheader (master...reservedbits) https://github.com/bitcoin/bitcoin/pull/12633
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12627: qa: Fix some tests to work on native windows (master...Mf1803-qaWindowsTests) https://github.com/bitcoin/bitcoin/pull/12627
< bitcoin-git> bitcoin/master 791c3ea MarcoFalke: Merge #12627: qa: Fix some tests to work on native windows...
< bitcoin-git> bitcoin/master fa3528a MarcoFalke: qa: Fix some tests to work on native windows
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/da9a2f5cd903...791c3ea61b4e
< bitcoin-git> [bitcoin] laanwj closed pull request #11630: Simplify Base32 and Base64 conversions (master...201711_simpleconvert) https://github.com/bitcoin/bitcoin/pull/11630
< bitcoin-git> bitcoin/master da9a2f5 Wladimir J. van der Laan: Merge #11630: Simplify Base32 and Base64 conversions...
< bitcoin-git> bitcoin/master b3ea8cc Pieter Wuille: Simplify Base32 and Base64 conversions
< bitcoin-git> bitcoin/master 3296a3b Pieter Wuille: Generalize ConvertBits
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/a312e201ba56...da9a2f5cd903
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12631: [gitian] Alphabetize signing keys & add kallewoof key (master...kallewoof-key) https://github.com/bitcoin/bitcoin/pull/12631
< bitcoin-git> bitcoin/master e690cf4 Karl-Johan Alm: [gitian] Add kallewoof key for signing
< bitcoin-git> bitcoin/master a312e20 MarcoFalke: Merge #12631: [gitian] Alphabetize signing keys & add kallewoof key...
< bitcoin-git> bitcoin/master 92fa6d2 Karl-Johan Alm: [gitian] Re-order keys by owner first name alphabetic order
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/4ca7c1e4ac60...a312e201ba56
< bitcoin-git> bitcoin/master 4ca7c1e Wladimir J. van der Laan: Merge #9991: listreceivedbyaddress Filter Address...
< bitcoin-git> bitcoin/master 8ee0812 Jeremy Rubin: Add address filtering to listreceivedbyaddress
< bitcoin-git> bitcoin/master f087613 Jeremy Rubin: Add tests of listreceivedbyaddress address filtering
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3fa24bb217b2...4ca7c1e4ac60
< bitcoin-git> [bitcoin] laanwj closed pull request #12204: Fix overly eager BIP30 bypass (master...bip30bypassfix) https://github.com/bitcoin/bitcoin/pull/12204
< bitcoin-git> bitcoin/master 3fa24bb Wladimir J. van der Laan: Merge #12204: Fix overly eager BIP30 bypass...
< bitcoin-git> bitcoin/master 5b8b387 Alex Morcos: Fix overly eager BIP30 bypass
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0f7167989d60...3fa24bb217b2
< bitcoin-git> [bitcoin] kallewoof opened pull request #12631: [gitian] Add kallewoof key for signing (master...kallewoof-key) https://github.com/bitcoin/bitcoin/pull/12631
< bitcoin-git> [bitcoin] laanwj closed pull request #12482: [tests] bind functional test nodes to 127.0.0.1 (master...2018/02/test-framework-bind) https://github.com/bitcoin/bitcoin/pull/12482
< bitcoin-git> bitcoin/master 0f71679 Wladimir J. van der Laan: Merge #12482: [tests] bind functional test nodes to 127.0.0.1...
< bitcoin-git> bitcoin/master b156ff7 Sjors Provoost: [tests] bind functional test nodes to 127.0.0.1...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8a709fba9bfa...0f7167989d60
< bitcoin-git> [bitcoin] laanwj closed pull request #12619: doc: Give hint about gitian not able to download (master...patch-2) https://github.com/bitcoin/bitcoin/pull/12619
< bitcoin-git> bitcoin/master 8a709fb Wladimir J. van der Laan: Merge #12619: doc: Give hint about gitian not able to download...
< bitcoin-git> bitcoin/master 08e0855 kallewoof: Give hint about gitian not able to download...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b225010a808d...8a709fba9bfa
< bitcoin-git> [bitcoin] dagurval closed pull request #12629: [qa] Fix race condition in p2p_compactblocks (master...qa-race) https://github.com/bitcoin/bitcoin/pull/12629
< bitcoin-git> [bitcoin] murrayn opened pull request #12630: Provide useful error message if datadir is not writable. (master...datadir_writable) https://github.com/bitcoin/bitcoin/pull/12630
< bitcoin-git> [bitcoin] dagurval opened pull request #12629: [qa] Fix race condition in p2p_compactblocks (master...qa-race) https://github.com/bitcoin/bitcoin/pull/12629

2018-03-06

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12627: qa: Fix some tests to work on native windows (master...Mf1803-qaWindowsTests) https://github.com/bitcoin/bitcoin/pull/12627
< bitcoin-git> [bitcoin] EthanHeilman opened pull request #12626: Limit the number of IPs addrman learns from each DNS seeder (master...master) https://github.com/bitcoin/bitcoin/pull/12626
< bitcoin-git> [bitcoin] fanquake opened pull request #12625: depends: biplist 1.0.3 (master...biplist-1-0-3) https://github.com/bitcoin/bitcoin/pull/12625
< bitcoin-git> [bitcoin] laanwj closed pull request #11372: Address encoding cleanup (master...201709_addr_cleanup) https://github.com/bitcoin/bitcoin/pull/11372
< bitcoin-git> bitcoin/master 119b0f8 Pieter Wuille: Split key_io (address/key encodings) off from base58
< bitcoin-git> bitcoin/master 32e69fa Pieter Wuille: Replace CBitcoinSecret with {Encode,Decode}Secret
< bitcoin-git> bitcoin/master ebfe217 Pieter Wuille: Stop using CBase58Data for ext keys
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/29088b14ee4b...b225010a808d
< bitcoin-git> [bitcoin] laanwj closed pull request #12600: Add a test for large tx output scripts with segwit input. (master...feature/segwit_big_txout_script) https://github.com/bitcoin/bitcoin/pull/12600
< bitcoin-git> bitcoin/master 5f8cc0d Richard Kiss: Add a test for large tx output scripts with segwit input.
< bitcoin-git> bitcoin/master 29088b1 Wladimir J. van der Laan: Merge #12600: Add a test for large tx output scripts with segwit input....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/17c44b208f1c...29088b14ee4b
< bitcoin-git> [bitcoin] laanwj closed pull request #12098: [scripts] lint-whitespace: add param to check last N commits (master...lint-whitespace-n-commits) https://github.com/bitcoin/bitcoin/pull/12098
< bitcoin-git> bitcoin/master 17c44b2 Wladimir J. van der Laan: Merge #12098: [scripts] lint-whitespace: add param to check last N commits...
< bitcoin-git> bitcoin/master 8dbf740 Sjors Provoost: [scripts] lint-whitespace: check last N commits or unstaged changes...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/14475e2dcdc8...17c44b208f1c
< bitcoin-git> [bitcoin] laanwj closed pull request #12097: [scripts] lint-whitespace: use perl instead of grep -P (master...lint-whitespace-no-grep-P) https://github.com/bitcoin/bitcoin/pull/12097
< bitcoin-git> bitcoin/master 14475e2 Wladimir J. van der Laan: Merge #12097: [scripts] lint-whitespace: use perl instead of grep -P...