2018-06-18

< bitcoin-git> [bitcoin] jnewbery opened pull request #13498: [wallet] Fixups from account API deprecation (master...account_deprecation_fixups) https://github.com/bitcoin/bitcoin/pull/13498
< bitcoin-git> [bitcoin] laanwj closed pull request #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (master...Mf1806-walletPrunedFundsSegfault) https://github.com/bitcoin/bitcoin/pull/13437
< bitcoin-git> bitcoin/master 0882406 Wladimir J. van der Laan: Merge #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds...
< bitcoin-git> bitcoin/master faa18ca MarcoFalke: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ac3224c8eea9...088240685456
< bitcoin-git> [bitcoin] wodry opened pull request #13496: Test: Harden lint-filenames.sh (master...harden-test-lint-filenames.sh) https://github.com/bitcoin/bitcoin/pull/13496
< bitcoin-git> [bitcoin] laanwj closed pull request #13412: Make ReceivedBlockTransactions return void (master...Mf1806-refactorReturnCodeValidation) https://github.com/bitcoin/bitcoin/pull/13412
< bitcoin-git> bitcoin/master ac3224c Wladimir J. van der Laan: Merge #13412: Make ReceivedBlockTransactions return void...
< bitcoin-git> bitcoin/master fafa270 MarcoFalke: Make ReceivedBlockTransactions return void
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/450055bdbdcb...ac3224c8eea9
< bitcoin-git> [bitcoin] laanwj closed pull request #13438: Improve coverage of SHA256 SelfTest code (master...201806_selftestsha) https://github.com/bitcoin/bitcoin/pull/13438
< bitcoin-git> bitcoin/master 450055b Wladimir J. van der Laan: Merge #13438: Improve coverage of SHA256 SelfTest code...
< bitcoin-git> bitcoin/master 1e1eb63 Pieter Wuille: Improve coverage of SHA256 SelfTest code
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2d071f5a7055...450055bdbdcb
< bitcoin-git> [bitcoin] laanwj closed pull request #13443: Removed unused == operator from CMutableTransaction. (master...remove-CMutableTransaction-equals) https://github.com/bitcoin/bitcoin/pull/13443
< bitcoin-git> bitcoin/master 2d071f5 Wladimir J. van der Laan: Merge #13443: Removed unused == operator from CMutableTransaction....
< bitcoin-git> bitcoin/master 55771b7 lucash.dev@gmail.com: Removed unused == operator from CMutableTransaction.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d67eff8002d7...2d071f5a7055
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C (master...lc-all-lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13494
< bitcoin-git> bitcoin/master d67eff8 MarcoFalke: Merge #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C...
< bitcoin-git> bitcoin/master 7b23e6e practicalswift: Follow-up to #13454: Fix broken build by exporting LC_ALL=C
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/45c00f841612...d67eff8002d7
< bitcoin-git> [bitcoin] practicalswift opened pull request #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C (master...lc-all-lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13494
< bitcoin-git> [bitcoin] laanwj closed pull request #13454: Make sure LC_ALL=C is set in all shell scripts (master...avoid-locale-dependent-range-expressions) https://github.com/bitcoin/bitcoin/pull/13454
< bitcoin-git> bitcoin/master 45c00f8 Wladimir J. van der Laan: Merge #13454: Make sure LC_ALL=C is set in all shell scripts...
< bitcoin-git> bitcoin/master 47776a9 practicalswift: Add linter: Make sure all shell scripts opt out of locale dependence using "export LC_ALL=C"
< bitcoin-git> bitcoin/master 3352da8 practicalswift: Add "export LC_ALL=C" to all shell scripts
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/d6cf4bd7eb3b...45c00f841612
< bitcoin-git> [bitcoin] fanquake opened pull request #13493: gui: Add leading 0 to QT_VERSION check for QFontDatabase (master...remove-qtversion-qfontdatabase) https://github.com/bitcoin/bitcoin/pull/13493
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13485: Ensure that http event loop is empty before the loop exit (master...http_shutdown) https://github.com/bitcoin/bitcoin/pull/13485
< bitcoin-git> [bitcoin] promag opened pull request #13492: Fix reply not sent when event loop terminates prematurely (master...2018-06-http-shutdown) https://github.com/bitcoin/bitcoin/pull/13492
< bitcoin-git> [bitcoin] sipa opened pull request #13491: Improve handling of INVALID in IsMine (master...201806_cleanmine) https://github.com/bitcoin/bitcoin/pull/13491
< bitcoin-git> [bitcoin] qmma70 opened pull request #13490: Rewind when active block tip is higher than nStopAtHeight (master...rewind) https://github.com/bitcoin/bitcoin/pull/13490

2018-06-17

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13488: Docs: Improve readability of "Squashing commits" (master...patch-3) https://github.com/bitcoin/bitcoin/pull/13488
< bitcoin-git> bitcoin/master d6cf4bd MarcoFalke: Merge #13488: Docs: Improve readability of "Squashing commits"...
< bitcoin-git> bitcoin/master 42c4996 wodry: Docs: Improve readability of "Squashing commits"...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a90ca4087a6f...d6cf4bd7eb3b
< bitcoin-git> [bitcoin] wodry opened pull request #13488: Docs: Improve readability of "Squashing commits" (master...patch-3) https://github.com/bitcoin/bitcoin/pull/13488
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-common (master...move_util_to_common) https://github.com/bitcoin/bitcoin/pull/13486

2018-06-16

< bitcoin-git> [bitcoin] ken2812221 closed pull request #13390: Tests: Ignore RemoteDisconnected and BadStatusLine when stopping node (master...stop_node) https://github.com/bitcoin/bitcoin/pull/13390
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13485: Ensure that event loop is empty before the loop exit (master...http_shutdown) https://github.com/bitcoin/bitcoin/pull/13485
< bitcoin-git> [bitcoin] luke-jr closed pull request #10730: Move script flag to/from-string logic from tests to script/interpreter (master...scriptflag_strings) https://github.com/bitcoin/bitcoin/pull/10730
< bitcoin-git> [bitcoin] laanwj closed pull request #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python (master...lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13448
< bitcoin-git> bitcoin/master a90ca40 Wladimir J. van der Laan: Merge #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python...
< bitcoin-git> bitcoin/master c8176b3 practicalswift: Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII encoding in Python
< bitcoin-git> bitcoin/master 634bd97 practicalswift: Explicitly specify encoding when opening text files in Python code
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/fa2ea37940ed...a90ca4087a6f
< bitcoin-git> [bitcoin] laanwj closed pull request #13479: contrib: Fix CVE-2018-12356 by hardening the regex (master...master) https://github.com/bitcoin/bitcoin/pull/13479
< bitcoin-git> bitcoin/master fa2ea37 Wladimir J. van der Laan: Merge #13479: contrib: Fix CVE-2018-12356 by hardening the regex...
< bitcoin-git> bitcoin/master 9e2e562 Loganaden Velvindron: Fix CVE-2018-12356 by hardening the regex.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/81069a75bd71...fa2ea37940ed
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13482: Remove boost::program_options dependency (master...program_options) https://github.com/bitcoin/bitcoin/pull/13482

2018-06-15

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13481: doc: Rewrite some validation docs as lock annotations (master...Mf1806-docValLockAnnot) https://github.com/bitcoin/bitcoin/pull/13481
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13465: Avoid concurrency issue when make multiple target (master...no_parallel) https://github.com/bitcoin/bitcoin/pull/13465
< bitcoin-git> bitcoin/master 81069a7 MarcoFalke: Merge #13465: Avoid concurrency issue when make multiple target...
< bitcoin-git> bitcoin/master cf01fd6 Chun Kuan Lee: Avoid concurrency issue
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/be27048a1842...81069a75bd71
< bitcoin-git> [bitcoin] theuni opened pull request #13480: Avoid copies in range-for loops and add a warning to detect them (master...no-for-copies) https://github.com/bitcoin/bitcoin/pull/13480
< bitcoin-git> [bitcoin] loganaden opened pull request #13479: Fix CVE-2018-12356 by hardening the regex. (master...master) https://github.com/bitcoin/bitcoin/pull/13479
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13241: scripted-diff: Avoid temporary copies when looping over std::map (master...pair-const-key) https://github.com/bitcoin/bitcoin/pull/13241
< bitcoin-git> bitcoin/master 9b72c98 Ben Woosley: scripted-diff: Avoid temporary copies when looping over std::map...
< bitcoin-git> bitcoin/master be27048 MarcoFalke: Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/280924e6729b...be27048a1842
< bitcoin-git> bitcoin/master 280924e Wladimir J. van der Laan: doc: Add historical release notes for 0.16.1...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/280924e6729b83b979a1b7384927b4fbc941b2fd
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13402: Document validationinterace callback blocking deadlock potential. (master...2018-05-abc-scheduler-docs) https://github.com/bitcoin/bitcoin/pull/13402
< bitcoin-git> bitcoin/master 43fa355 MarcoFalke: Merge #13402: Document validationinterace callback blocking deadlock potential....
< bitcoin-git> bitcoin/master 25bc961 Matt Corallo: Document validationinterace callback blocking deadlock potential.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/32bf4c619d2a...43fa3554b759
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13450: Add linter: Enforce the source code file naming convention described in the developer notes (master...lint-filenames) https://github.com/bitcoin/bitcoin/pull/13450
< bitcoin-git> bitcoin/master 32bf4c6 MarcoFalke: Merge #13450: Add linter: Enforce the source code file naming convention described in the developer notes...
< bitcoin-git> bitcoin/master ad691f6 practicalswift: Add linter: Enforce the source code file naming convention described in the developer notes
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9501938a4453...32bf4c619d2a
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13476: Fix incorrect shell quoting in FreeBSD build instructions. (master...freebsd-doc) https://github.com/bitcoin/bitcoin/pull/13476
< bitcoin-git> bitcoin/master 9501938 MarcoFalke: Merge #13476: Fix incorrect shell quoting in FreeBSD build instructions....
< bitcoin-git> bitcoin/master c9924a2 murrayn: Fix incorrect shell quoting in FreeBSD build instructions.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2b770080a49f...9501938a4453
< bitcoin-git> [bitcoin] murrayn opened pull request #13476: Fix incorrect shell quoting in FreeBSD build instructions. (master...freebsd-doc) https://github.com/bitcoin/bitcoin/pull/13476
< bitcoin-git> [bitcoin] fanquake closed pull request #13474: For Testing (master...master) https://github.com/bitcoin/bitcoin/pull/13474
< bitcoin-git> [bitcoin] nikhilkumar94 opened pull request #13474: For Testing (master...master) https://github.com/bitcoin/bitcoin/pull/13474
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13422: Drop ParseHashUV in favor of calling ParseHashStr (master...parse-hash-uv) https://github.com/bitcoin/bitcoin/pull/13422
< bitcoin-git> bitcoin/master 2b77008 MarcoFalke: Merge #13422: Drop ParseHashUV in favor of calling ParseHashStr...
< bitcoin-git> bitcoin/master abd2678 Ben Woosley: Drop ParseHashUV in favor of calling ParseHashStr...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1939536eea7a...2b770080a49f

2018-06-14

< bitcoin-git> [bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] Empact reopened pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11639: Rewrite the interface between validation and net_processing wrt DoS (master...2017-10-dos-rewrite) https://github.com/bitcoin/bitcoin/pull/11639
< bitcoin-git> [bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11913: Avoid cs_main during ReadBlockFromDisk Calls (master...2017-12-no-readblockfromdisk-csmain) https://github.com/bitcoin/bitcoin/pull/11913
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #10984: Allow 2 simultaneous (compact-)block downloads (master...2017-08-paralell-block-downloads) https://github.com/bitcoin/bitcoin/pull/10984
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11856: [RFC] I Have a Hammer! (Replace parts of ui_interface with validationinterface) (master...2017-12-remove-cvblockchange) https://github.com/bitcoin/bitcoin/pull/11856
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11775: Move fee estimator into validationinterface/cscheduler thread (master...2017-09-background-feeest) https://github.com/bitcoin/bitcoin/pull/11775
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13460: doc: Remove note to install all boost dev packages (master...Mf1806-docBuildUbuntu) https://github.com/bitcoin/bitcoin/pull/13460
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #13233: Skip PrecomputedTransactionData hashing for cache hits. (master...2018-05-no-needless-precompute) https://github.com/bitcoin/bitcoin/pull/13233
< bitcoin-git> bitcoin/master 1939536 MarcoFalke: Merge #13460: doc: Remove note to install all boost dev packages...
< bitcoin-git> bitcoin/master fa3d39e MarcoFalke: doc: Remove note to install all boost dev packages
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cc7cbd756acd...1939536eea7a
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #12138: Track best-possible-headers (master...2017-10-best-header-tracking) https://github.com/bitcoin/bitcoin/pull/12138
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #11604: [net] Remove ForNode/ForEachNode (master...2017-11-no-foreachnode) https://github.com/bitcoin/bitcoin/pull/11604
< bitcoin-git> [bitcoin] HashUnlimited opened pull request #13472: [devtools translations] catch invalid specifiers (master...HashUnlimited-translate-1) https://github.com/bitcoin/bitcoin/pull/13472
< bitcoin-git> [bitcoin] kristapsk closed pull request #13464: RPC: Allow to specify rescan start timestamp for importaddress, importprivkey and importpubkey (master...rescan-from) https://github.com/bitcoin/bitcoin/pull/13464
< bitcoin-git> [bitcoin] sipa opened pull request #13471: For AVX2 code, also check for AVX, XSAVE, and OS support (master...201806_avxossupport) https://github.com/bitcoin/bitcoin/pull/13471
< bitcoin-git> [bitcoin] laanwj closed pull request #13451: rpc: expose CBlockIndex::nTx in getblock(header) (master...expose_nTx) https://github.com/bitcoin/bitcoin/pull/13451
< bitcoin-git> bitcoin/master cc7cbd7 Wladimir J. van der Laan: Merge #13451: rpc: expose CBlockIndex::nTx in getblock(header)...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4a7e64fc8546...cc7cbd756acd
< bitcoin-git> bitcoin/master 86edf4a Gregory Sanders: expose CBlockIndex::nTx in getblock(header)
< bitcoin-git> [bitcoin] Sjors closed pull request #12404: Prune more aggressively during IBD (master...2018/02/ibd_prune_extra) https://github.com/bitcoin/bitcoin/pull/12404
< bitcoin-git> [bitcoin] Sjors opened pull request #13470: WIP [bench] CCoinsView(Cache): measure various scenarios (master...2018/06/bench_db_cache) https://github.com/bitcoin/bitcoin/pull/13470
< bitcoin-git> [bitcoin] Empact closed pull request #13239: [moveonly] Fix CConnman template methods to be fully-defined in net.h (master...net-template-methods) https://github.com/bitcoin/bitcoin/pull/13239
< bitcoin-git> [bitcoin] fanquake closed pull request #13468: Trivial: Fix locale typos (master...locale-typos) https://github.com/bitcoin/bitcoin/pull/13468
< bitcoin-git> [bitcoin] kaloudis opened pull request #13468: Trivial: Fix locale typos (master...locale-typos) https://github.com/bitcoin/bitcoin/pull/13468
< bitcoin-git> [bitcoin] jnewbery opened pull request #13467: [Tests] Make p2p_segwit easier to debug (master...tidy_up_p2p_segwit) https://github.com/bitcoin/bitcoin/pull/13467
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13465: Avoid concurrency issue when make multiple target (master...no_parallel) https://github.com/bitcoin/bitcoin/pull/13465

2018-06-13

< bitcoin-git> [bitcoin] kristapsk opened pull request #13464: RPC: Allow to specify rescan start timestamp for importaddress, importprivkey and importpubkey (master...rescan-from) https://github.com/bitcoin/bitcoin/pull/13464
< bitcoin-git> [bitcoin] spyder46n2 closed pull request #13463: Merge change from BitCoin #11013 - Fix automake warnings when running autogen.sh (Ubuntu and others) (master...develop) https://github.com/bitcoin/bitcoin/pull/13463
< bitcoin-git> [bitcoin] spyder46n2 opened pull request #13463: Merge change from BitCoin #11013 - Fix automake warnings when running autogen.sh (Ubuntu and others) (master...develop) https://github.com/bitcoin/bitcoin/pull/13463
< bitcoin-git> [bitcoin] Empact opened pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #13461: Wallet: correctly deprecate accounts in getbalance, re-add minconf / include-watch-only (master...2018/06/watch_only_balance) https://github.com/bitcoin/bitcoin/pull/13461
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13460: doc: Remove note to install all boost dev packages (master...Mf1806-docBuildUbuntu) https://github.com/bitcoin/bitcoin/pull/13460
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13441: Prevent shared conf files from failing with different available options in different binaries (master...gargs-disabled-options) https://github.com/bitcoin/bitcoin/pull/13441
< bitcoin-git> bitcoin/master 4a7e64f MarcoFalke: Merge #13441: Prevent shared conf files from failing with different available options in different binaries...
< bitcoin-git> bitcoin/master c2dfbb4 Andrew Chow: Add unavailable options to hidden options category...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b2221381e787...4a7e64fc8546
< bitcoin-git> [bitcoin] laanwj closed pull request #13457: tests: Drop variadic macro (master...Mf1806-qaVariadicMacro) https://github.com/bitcoin/bitcoin/pull/13457
< bitcoin-git> bitcoin/master b222138 Wladimir J. van der Laan: Merge #13457: tests: Drop variadic macro...
< bitcoin-git> bitcoin/master faf52f9 MarcoFalke: tests: Drop variadic macro
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4382f192e5ce...b2221381e787
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13406: travis: Change Mac goal to all deploy (master...travis_make_mac) https://github.com/bitcoin/bitcoin/pull/13406
< bitcoin-git> bitcoin/master 4382f19 MarcoFalke: Merge #13406: travis: Change Mac goal to all deploy...
< bitcoin-git> bitcoin/master 3d69853 Chun Kuan Lee: travis: Change Mac goal to all deploy so that travis can build all executables for Mac.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f532d52d3965...4382f192e5ce
< bitcoin-git> [bitcoin] laanwj opened pull request #13458: gui: Drop qt5 support (master...2018_06_remove_qt4_support) https://github.com/bitcoin/bitcoin/pull/13458
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13350: [tests] Add logging to provide anchor points when debugging p2p_sendheaders (master...testlogging) https://github.com/bitcoin/bitcoin/pull/13350
< bitcoin-git> bitcoin/master f532d52 MarcoFalke: Merge #13350: [tests] Add logging to provide anchor points when debugging p2p_sendheaders...
< bitcoin-git> bitcoin/master 2ce8186 Lowell Manners: [tests] Add logging to provide anchor points when debugging failures....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8eb76f3958e3...f532d52d3965
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13457: tests: Drop variadic macro (master...Mf1806-qaVariadicMacro) https://github.com/bitcoin/bitcoin/pull/13457
< bitcoin-git> [bitcoin] laanwj closed pull request #13445: build: Reset default -g -O2 flags when enable debug (master...debug_cflags) https://github.com/bitcoin/bitcoin/pull/13445
< bitcoin-git> bitcoin/master 8eb76f3 Wladimir J. van der Laan: Merge #13445: build: Reset default -g -O2 flags when enable debug...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cf7ca609234d...8eb76f3958e3
< bitcoin-git> bitcoin/master 9882d1f Chun Kuan Lee: Reset default -g -O2 flags when enable debug
< bitcoin-git> [bitcoin] laanwj closed pull request #13435: When build fails due to lib missing, indicate which one (master...lib-missing) https://github.com/bitcoin/bitcoin/pull/13435
< bitcoin-git> bitcoin/master cf7ca60 Wladimir J. van der Laan: Merge #13435: When build fails due to lib missing, indicate which one...
< bitcoin-git> bitcoin/master 51cd508 Ben Woosley: When build fails due to lib missing, indicate which one...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/caabdea627cf...cf7ca609234d
< bitcoin-git> [bitcoin] laanwj closed pull request #13428: validation: check the specified number of blocks (off-by-one) (master...validation-off-by-one) https://github.com/bitcoin/bitcoin/pull/13428
< bitcoin-git> bitcoin/master caabdea Wladimir J. van der Laan: Merge #13428: validation: check the specified number of blocks (off-by-one)...
< bitcoin-git> bitcoin/master f6f8026 Karl-Johan Alm: validation: check the specified number of blocks (off-by-one)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4b1edd318514...caabdea627cf
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13447: travis: Increase travis_wait time while verifying commits (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13447
< bitcoin-git> bitcoin/master 4b1edd3 MarcoFalke: Merge #13447: travis: Increase travis_wait time while verifying commits...
< bitcoin-git> bitcoin/master 51ed05a Chun Kuan Lee: travis: Increase travis_wait time while verifying commits...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a607d23ae82e...4b1edd318514
< bitcoin-git> bitcoin/0.16 dac5d68 Wladimir J. van der Laan: doc: Last-minute edits to 0.16.1 release notes...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.16: https://github.com/bitcoin/bitcoin/commit/dac5d68fc6cf136e0d7b21b9ed4fa053d54e6059
< bitcoin-git> [bitcoin] fanquake closed pull request #13091: [0.15] doc: Add compilation note to README.md (0.15...0-15-0-readme) https://github.com/bitcoin/bitcoin/pull/13091
< bitcoin-git> [bitcoin] fanquake opened pull request #13455: [0.16.2] Backports (0.16...0-16-2-backports) https://github.com/bitcoin/bitcoin/pull/13455
< bitcoin-git> [bitcoin] practicalswift opened pull request #13454: Add linter: Make sure LC_ALL=C is set when using grep range expressions (master...avoid-locale-dependent-range-expressions) https://github.com/bitcoin/bitcoin/pull/13454
< bitcoin-git> [bitcoin] edsgerlin closed pull request #13444: depends: bump openssl to 1.0.2o (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13444

2018-06-12

< bitcoin-git> [bitcoin] instagibbs opened pull request #13452: have verifytxoutproof check the number of txns in proof structure (master...actuallyverifytxoutproof) https://github.com/bitcoin/bitcoin/pull/13452
< bitcoin-git> [bitcoin] instagibbs opened pull request #13451: expose CBlockIndex::nTx in getblockheader (master...expose_nTx) https://github.com/bitcoin/bitcoin/pull/13451
< bitcoin-git> [bitcoin] practicalswift opened pull request #13450: Add linter: Enforce the source code file naming convention described in the developer notes (master...lint-filenames) https://github.com/bitcoin/bitcoin/pull/13450
< bitcoin-git> [bitcoin] instagibbs opened pull request #13449: [WIP] support new multisig template in wallet for Solver, signing, and sign… (master...largemultisig) https://github.com/bitcoin/bitcoin/pull/13449
< bitcoin-git> [bitcoin] laanwj closed pull request #13393: Enable double-SHA256-for-64-byte code on 32-bit x86 (master...201806_dsha256_i386) https://github.com/bitcoin/bitcoin/pull/13393
< bitcoin-git> bitcoin/master 57ba401 Pieter Wuille: Enable double-SHA256-for-64-byte code on 32-bit x86
< bitcoin-git> bitcoin/master a607d23 Wladimir J. van der Laan: Merge #13393: Enable double-SHA256-for-64-byte code on 32-bit x86...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fa4b9065a829...a607d23ae82e
< bitcoin-git> [bitcoin] practicalswift opened pull request #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python (master...lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13448
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13447: travis: Increase travis_wait time while verifying commits (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13447
< bitcoin-git> [bitcoin] laanwj closed pull request #13066: Migrate verify-commits script to python, run in travis (master...verify-commits) https://github.com/bitcoin/bitcoin/pull/13066
< bitcoin-git> bitcoin/master e5b2cd8 Chun Kuan Lee: Use python instead of slow shell script on verify-commits
< bitcoin-git> bitcoin/master fa4b906 Wladimir J. van der Laan: Merge #13066: Migrate verify-commits script to python, run in travis...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ca2a23387be6...fa4b9065a829
< bitcoin-git> bitcoin/master ca2a233 Wladimir J. van der Laan: Merge #13120: policy: Treat segwit as always active...
< bitcoin-git> [bitcoin] laanwj closed pull request #13120: policy: Treat segwit as always active (master...Mf1805-segwitGenesisPolicy) https://github.com/bitcoin/bitcoin/pull/13120
< bitcoin-git> bitcoin/master fa7a6cf MarcoFalke: policy: Treat segwit as always active
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5315660baef0...ca2a23387be6
< bitcoin-git> [bitcoin] laanwj closed pull request #13440: qa: Log as utf-8 (master...Mf1806-qaLogUtf8) https://github.com/bitcoin/bitcoin/pull/13440
< bitcoin-git> bitcoin/master 5315660 Wladimir J. van der Laan: Merge #13440: qa: Log as utf-8...
< bitcoin-git> bitcoin/master fa8071a MarcoFalke: qa: Log as utf-8
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b22115d9a3b0...5315660baef0
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13312: docs: Add a note about the source code filename naming convention (master...lowercase-filenames) https://github.com/bitcoin/bitcoin/pull/13312
< bitcoin-git> bitcoin/master e567713 practicalswift: Do not use uppercase characters in source code filenames
< bitcoin-git> bitcoin/master b22115d MarcoFalke: Merge #13312: docs: Add a note about the source code filename naming convention...
< bitcoin-git> bitcoin/master 419a198 practicalswift: docs: Add a note about the source code filename naming convention
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/7c32b414b632...b22115d9a3b0
< bitcoin-git> [bitcoin] murrayn opened pull request #13446: Build: remove non-distribution files/directories during make distclean. (master...distclean) https://github.com/bitcoin/bitcoin/pull/13446
< bitcoin-git> [bitcoin] ccdle12 closed pull request #13067: [WIP] Unit test sub-directories - Continued (master...PR-fixes-ccdle12) https://github.com/bitcoin/bitcoin/pull/13067
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13445: build: Reset default -g -O2 flags when enable debug (master...debug_cflags) https://github.com/bitcoin/bitcoin/pull/13445
< bitcoin-git> [bitcoin] edsgerlin opened pull request #13444: depends: bump openssl to 1.0.2o (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13444
< bitcoin-git> [bitcoin] lucash-dev opened pull request #13443: Removed unused == operator from CMutableTransaction. (master...remove-CMutableTransaction-equals) https://github.com/bitcoin/bitcoin/pull/13443

2018-06-11

< bitcoin-git> [bitcoin] sipa opened pull request #13442: Convert the 1-way SSE4 SHA256 code from asm to intrinsics (master...201806_sse4intrin) https://github.com/bitcoin/bitcoin/pull/13442
< bitcoin-git> [bitcoin] achow101 opened pull request #13441: Prevent shared conf files from failing with different available options in different binaries (master...gargs-disabled-options) https://github.com/bitcoin/bitcoin/pull/13441
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13440: qa: Log as utf-8 (master...Mf1806-qaLogUtf8) https://github.com/bitcoin/bitcoin/pull/13440
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #13439: rpc: Avoid "duplicate" return value for invalid submitblock (master...2018-06-marcos-submitblock-fix) https://github.com/bitcoin/bitcoin/pull/13439
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13395: rpc: Avoid "duplicate" return value for invalid submitblock (master...Mf1806-rpcMiningSubmitblock) https://github.com/bitcoin/bitcoin/pull/13395
< bitcoin-git> [bitcoin] sipa opened pull request #13438: Improve coverage of SHA256 SelfTest code (master...201806_selftestsha) https://github.com/bitcoin/bitcoin/pull/13438
< bitcoin-git> [bitcoin] laanwj closed pull request #13230: Simplify include analysis by enforcing the developer guide's include syntax (master...bracket-syntax-includes) https://github.com/bitcoin/bitcoin/pull/13230
< bitcoin-git> bitcoin/master 16e3cd3 practicalswift: Clarify include recommendation
< bitcoin-git> bitcoin/master 6d10f43 practicalswift: Enforce the use of bracket syntax includes ("#include <foo.h>")
< bitcoin-git> bitcoin/master 906bee8 practicalswift: Use bracket syntax includes ("#include <foo.h>")
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/43ae5ee9e4c2...7c32b414b632
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13437: wallet: Erase wtxOrderd wtx pointer on removeprunedfunds (master...Mf1806-walletPrunedFundsSegfault) https://github.com/bitcoin/bitcoin/pull/13437
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13107: Fix Windows locale problem (master...win-enc) https://github.com/bitcoin/bitcoin/pull/13107
< bitcoin-git> [bitcoin] laanwj closed pull request #12634: [refactor] Make TransactionWithinChainLimit more flexible (master...txmempool-chain-limit-value) https://github.com/bitcoin/bitcoin/pull/12634
< bitcoin-git> bitcoin/master 475a385 Karl-Johan Alm: Add GetTransactionAncestry to CTxMemPool for general purpose chain limit checking
< bitcoin-git> bitcoin/master 46847d6 Karl-Johan Alm: mempool: Fix max descendants check...
< bitcoin-git> bitcoin/master b9ef21d Karl-Johan Alm: mempool: Add explicit max_descendants...
< bitcoin-git> [bitcoin] laanwj pushed 10 new commits to master: https://github.com/bitcoin/bitcoin/compare/3f0f39415bd7...43ae5ee9e4c2
< bitcoin-git> [bitcoin] laanwj closed pull request #13060: [wallet] [rpc] Remove getlabeladdress RPC (master...remove_getlabeladdress) https://github.com/bitcoin/bitcoin/pull/13060
< bitcoin-git> bitcoin/master 3f0f394 Wladimir J. van der Laan: Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC...
< bitcoin-git> bitcoin/master 67e0e04 John Newbery: [wallet] [docs] Update release notes for removing `getlabeladdress`
< bitcoin-git> bitcoin/master 8160817 John Newbery: [wallet] [rpc] Remove getlabeladdress RPC...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/26c93edf1de9...3f0f39415bd7
< bitcoin-git> [bitcoin] laanwj closed pull request #13294: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3 (master...openbsd-warnings) https://github.com/bitcoin/bitcoin/pull/13294
< bitcoin-git> bitcoin/master 26c93ed Wladimir J. van der Laan: Merge #13294: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3...
< bitcoin-git> bitcoin/master a426098 practicalswift: Fix compiler warnings emitted when compiling under stock OpenBSD 6.3
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/70a03c635b73...26c93edf1de9
< bitcoin-git> [bitcoin] laanwj closed pull request #13408: crypto: cleanup sha256 build (master...sha2-cleanup) https://github.com/bitcoin/bitcoin/pull/13408
< bitcoin-git> bitcoin/master 70a03c6 Wladimir J. van der Laan: Merge #13408: crypto: cleanup sha256 build...
< bitcoin-git> bitcoin/master f68049d Cory Fields: crypto: cleanup sha256 build...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/531a0337ca93...70a03c635b73
< bitcoin-git> [bitcoin] laanwj closed pull request #13421: qa: Remove portseed_offset from test runner (master...Mf1806-qaPortseedOffset) https://github.com/bitcoin/bitcoin/pull/13421
< bitcoin-git> bitcoin/master 531a033 Wladimir J. van der Laan: Merge #13421: qa: Remove portseed_offset from test runner...
< bitcoin-git> bitcoin/master fa6edfe MarcoFalke: qa: Remove portseed_offset from test runner
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6e249e46789f...531a0337ca93
< bitcoin-git> [bitcoin] laanwj closed pull request #13043: [qt] OptionsDialog: add prune setting (master...2018/04/qt-prune) https://github.com/bitcoin/bitcoin/pull/13043
< bitcoin-git> bitcoin/master 6e249e4 Wladimir J. van der Laan: Merge #13043: [qt] OptionsDialog: add prune setting...
< bitcoin-git> bitcoin/master cbede7d Sjors Provoost: [qt] OptionsDialog: add prune setting
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/56f69360dc98...6e249e46789f
< bitcoin-git> [bitcoin] Empact opened pull request #13435: When build fails due to lib missing, indicate which one (master...lib-missing) https://github.com/bitcoin/bitcoin/pull/13435
< bitcoin-git> [bitcoin] ken2812221 closed pull request #13434: Set default CFLAGS, CXXFLAGS to empty (master...enable_debug) https://github.com/bitcoin/bitcoin/pull/13434
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13434: Set default CFLAGS, CXXFLAGS to empty (master...enable_debug) https://github.com/bitcoin/bitcoin/pull/13434
< bitcoin-git> [bitcoin] kallewoof opened pull request #13431: validation: update pindexState for check level < 3 (master...verifydb_pindexstate_lvl0-2) https://github.com/bitcoin/bitcoin/pull/13431
< bitcoin-git> [bitcoin] kallewoof opened pull request #13430: use IsBlockPruned() where appropriate (master...use-isblockpruned) https://github.com/bitcoin/bitcoin/pull/13430
< bitcoin-git> [bitcoin] Empact opened pull request #13429: Return the script type from Solver (master...solver-return) https://github.com/bitcoin/bitcoin/pull/13429
< bitcoin-git> [bitcoin] kallewoof opened pull request #13428: validation: check the specified number of blocks (off-by-one) (master...validation-off-by-one) https://github.com/bitcoin/bitcoin/pull/13428

2018-06-10

< bitcoin-git> [bitcoin] ken2812221 opened pull request #13426: [WIP, bugfix] Add u8path and u8string to boost to fix #13103 (master...u8path_u8string) https://github.com/bitcoin/bitcoin/pull/13426

2018-06-08

< bitcoin-git> [bitcoin] achow101 opened pull request #13425: Moving final scriptSig construction from CombineSignatures to ProduceSignature (master...sigdata-partial-sigs) https://github.com/bitcoin/bitcoin/pull/13425
< bitcoin-git> [bitcoin] Empact opened pull request #13424: Consistently use ParseHashV to validate hash inputs in rpc (master...parse-hash-v) https://github.com/bitcoin/bitcoin/pull/13424
< bitcoin-git> [bitcoin] skeees opened pull request #13423: [net] Thread safety annotations in net_processing (master...net_processing-thread-annotations) https://github.com/bitcoin/bitcoin/pull/13423
< bitcoin-git> [bitcoin] Empact opened pull request #13422: Drop ParseHashUV in favor of calling ParseHashStr (master...parse-hash-uv) https://github.com/bitcoin/bitcoin/pull/13422
< bitcoin-git> [bitcoin] Empact closed pull request #13420: Consolidate hash parsing into core_io.h (master...parse-hash) https://github.com/bitcoin/bitcoin/pull/13420
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13421: qa: Remove portseed_offset from test runner (master...Mf1806-qaPortseedOffset) https://github.com/bitcoin/bitcoin/pull/13421
< bitcoin-git> [bitcoin] laanwj closed pull request #13374: utils and libraries: checking for bitcoin address in translations (master...check-addr-translations) https://github.com/bitcoin/bitcoin/pull/13374
< bitcoin-git> [bitcoin] laanwj closed pull request #13375: utils and libraries: address check in update-translations.py (master...master) https://github.com/bitcoin/bitcoin/pull/13375
< bitcoin-git> bitcoin/master 56f6936 Wladimir J. van der Laan: Merge #13374: utils and libraries: checking for bitcoin address in translations...
< bitcoin-git> bitcoin/master 85f0135 Max Kaplan: utils: checking for bitcoin addresses in translations...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/121cbaacc28e...56f69360dc98
< bitcoin-git> [bitcoin] marcoagner closed pull request #13410: Qt: removes html tags from tr calls (master...refactor_remove_tr_html_tags) https://github.com/bitcoin/bitcoin/pull/13410
< bitcoin-git> [bitcoin] laanwj closed pull request #13259: refactoring: add a method for determining if a block is pruned or not (master...block-pruned-macro) https://github.com/bitcoin/bitcoin/pull/13259
< bitcoin-git> bitcoin/master 121cbaa Wladimir J. van der Laan: Merge #13259: refactoring: add a method for determining if a block is pruned or not...
< bitcoin-git> bitcoin/master e9a1881 Karl-Johan Alm: refactor: add a function for determining if a block is pruned or not
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/97073f8837f3...121cbaacc28e
< bitcoin-git> [bitcoin] Empact opened pull request #13420: Consolidate hash parsing into core_io.h (master...parse-hash) https://github.com/bitcoin/bitcoin/pull/13420
< bitcoin-git> [bitcoin] lucash-dev opened pull request #13419: [tests] Speed up knapsack_solver_test by not recreating wallet 100 times. (master...speedup-knapsack-solver-test) https://github.com/bitcoin/bitcoin/pull/13419

2018-06-07

< bitcoin-git> [bitcoin] wodry opened pull request #13418: More precise explanation of parameter onlynet (master...patch-2) https://github.com/bitcoin/bitcoin/pull/13418
< bitcoin-git> [bitcoin] wodry closed pull request #13416: More precise explanation of parameter onlynet (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13416
< bitcoin-git> [bitcoin] skeees opened pull request #13417: [net] Tighten scope in net_processing (master...net_processing-disentangle) https://github.com/bitcoin/bitcoin/pull/13417
< bitcoin-git> [bitcoin] wodry opened pull request #13416: More precise explanation of parameter onlynet (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13416
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13415: rpc: Add testblocktemplatevalidity (master...Mf1806-rpcTestblocktemplatevalidity) https://github.com/bitcoin/bitcoin/pull/13415
< bitcoin-git> [bitcoin] rfree-d opened pull request #13414: Support gitlab API in github-merge.py (master...githubmerge_support_gitlab) https://github.com/bitcoin/bitcoin/pull/13414
< bitcoin-git> [bitcoin] laanwj closed pull request #13396: Drop unused arith_uint256 ! operator (master...drop-bool-not) https://github.com/bitcoin/bitcoin/pull/13396
< bitcoin-git> [bitcoin] laanwj closed pull request #13388: util: Implement boolean conversion and !operator for uint* (master...uint_bool) https://github.com/bitcoin/bitcoin/pull/13388
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ea263e1eb030...97073f8837f3
< bitcoin-git> bitcoin/master 2acd1d6 Ben Woosley: Drop uint 256 not operator...
< bitcoin-git> bitcoin/master 97073f8 Wladimir J. van der Laan: Merge #13396: Drop unused arith_uint256 ! operator...
< bitcoin-git> [bitcoin] laanwj closed pull request #13243: Make reusable base class for auxiliary indices (master...index-abstraction) https://github.com/bitcoin/bitcoin/pull/13243
< bitcoin-git> bitcoin/master 61a1226 Jim Posen: index: Extract logic from TxIndex into reusable base class.
< bitcoin-git> bitcoin/master e5af5fc Jim Posen: db: Make reusable base class for index databases.
< bitcoin-git> bitcoin/master 9b0ec1a Jim Posen: db: Remove obsolete methods from CBlockTreeDB.
< bitcoin-git> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/3d3d8ae3a0a9...ea263e1eb030
< bitcoin-git> [bitcoin] skeees opened pull request #13413: [net,mempool] Call AcceptToMemoryPool() asynchronously in p2p (master...mempool-async) https://github.com/bitcoin/bitcoin/pull/13413
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13384: qa: Remove polling loop from test_runner (master...Mf1806-qaTestRunnerConcurrentFuture) https://github.com/bitcoin/bitcoin/pull/13384
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13412: Make ReceivedBlockTransactions return void (master...Mf1806-refactorReturnCodeValidation) https://github.com/bitcoin/bitcoin/pull/13412
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13404: [tests] speed up of tx_validationcache_tests by reusing of CTransaction. (master...speedup-tx_validationcache_tests) https://github.com/bitcoin/bitcoin/pull/13404
< bitcoin-git> bitcoin/master 3d3d8ae MarcoFalke: Merge #13404: [tests] speed up of tx_validationcache_tests by reusing of CTransaction....
< bitcoin-git> bitcoin/master ebebedc lucash.dev@gmail.com: speed up of tx_validationcache_tests by reusing of CTransaction....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f8bcef38fb9b...3d3d8ae3a0a9
< bitcoin-git> [bitcoin] marcoagner opened pull request #13410: Qt: removes html tags from tr calls (master...refactor_remove_tr_html_tags) https://github.com/bitcoin/bitcoin/pull/13410
< bitcoin-git> [bitcoin] laanwj closed pull request #13369: [docs] update transifex doc link (master...fix_transifex_doc_link) https://github.com/bitcoin/bitcoin/pull/13369
< bitcoin-git> bitcoin/master f8bcef3 Wladimir J. van der Laan: Merge #13369: [docs] update transifex doc link...
< bitcoin-git> bitcoin/master 2b30ccc Cristian Mircea Messel: [docs] update transifex doc link
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e1f8dce9939a...f8bcef38fb9b
< bitcoin-git> [bitcoin] laanwj closed pull request #13394: cli: Ignore libevent warnings (master...cli-event) https://github.com/bitcoin/bitcoin/pull/13394
< bitcoin-git> bitcoin/master e1f8dce Wladimir J. van der Laan: Merge #13394: cli: Ignore libevent warnings...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5779dc4f76ad...e1f8dce9939a
< bitcoin-git> bitcoin/master 0231ef6 Cory Fields: cli: Ignore libevent warnings
< bitcoin-git> [bitcoin] laanwj closed pull request #13041: build: Add linter checking for accidental introduction of locale dependence (master...lint-locale-dependence) https://github.com/bitcoin/bitcoin/pull/13041
< bitcoin-git> bitcoin/master 5779dc4 Wladimir J. van der Laan: Merge #13041: build: Add linter checking for accidental introduction of locale dependence...
< bitcoin-git> bitcoin/master 698cfd0 practicalswift: docs: Mention lint-locale-dependence.sh in developer-notes.md
< bitcoin-git> bitcoin/master 0a4ea2f practicalswift: build: Add linter for checking accidental locale dependence
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/e4082d59f53d...5779dc4f76ad
< bitcoin-git> [bitcoin] lucash-dev closed pull request #13050: [tests] improvements to slow unit tests (master...slow-unit-tests-improvement) https://github.com/bitcoin/bitcoin/pull/13050

2018-06-06

< bitcoin-git> [bitcoin] theuni opened pull request #13408: crypto: cleanup sha256 build (master...sha2-cleanup) https://github.com/bitcoin/bitcoin/pull/13408
< bitcoin-git> [bitcoin] skeees opened pull request #13407: [refactor, move-only-ish] Refactor mempool accept/reject logic (master...atmp-p2p-refactor) https://github.com/bitcoin/bitcoin/pull/13407
< bitcoin-git> [bitcoin] eudisd closed pull request #13373: Qt: Update Wallet Encryption Titles To Better Describe Process (master...feature/bitcoin-#13245) https://github.com/bitcoin/bitcoin/pull/13373
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13301: lint: Add linter to error on #include <*.cpp> (master...lint-include-cpp) https://github.com/bitcoin/bitcoin/pull/13301
< bitcoin-git> bitcoin/master e4082d5 MarcoFalke: Merge #13301: lint: Add linter to error on #include <*.cpp>...
< bitcoin-git> bitcoin/master 9d6c9db Ben Woosley: lint: Add linter to error on #include <*.cpp>...