2019-07-29

< bitcoin-git> [bitcoin] fanquake closed pull request #15104: Tests: Add unit testing for the CompressScript function (master...compress_contract_test3) https://github.com/bitcoin/bitcoin/pull/15104
< bitcoin-git> [bitcoin] fanquake closed pull request #15052: Tests: Contract testing for the procedure AddTimeData and related fixes (master...timedata_contract_test2) https://github.com/bitcoin/bitcoin/pull/15052

2019-07-28

< bitcoin-git> [bitcoin] fanquake merged pull request #16481: logs: add missing space (master...2019-07-init-missing-space) https://github.com/bitcoin/bitcoin/pull/16481
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3489b715120b...5c2885f9b2e3
< bitcoin-git> bitcoin/master 16b3748 David A. Harding: Trivial: add missing space
< bitcoin-git> bitcoin/master 5c2885f fanquake: Merge #16481: Trivial: add missing space
< bitcoin-git> [bitcoin] harding opened pull request #16481: Trivial: add missing space (master...2019-07-init-missing-space) https://github.com/bitcoin/bitcoin/pull/16481
< bitcoin-git> [bitcoin] promag closed pull request #15974: refactor: Avoid UniValue copy constructor (master...2019-05-copy-univalue) https://github.com/bitcoin/bitcoin/pull/15974
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16464: [qa] Ensure we don't generate a too-big block in p2sh sigops test (master...2019-07-fix-feature-block) https://github.com/bitcoin/bitcoin/pull/16464
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94df084f2ac5...3489b715120b
< bitcoin-git> bitcoin/master bf3be52 Suhas Daftuar: [qa] Ensure we don't generate a too-big block in p2sh sigops test
< bitcoin-git> bitcoin/master 3489b71 MarcoFalke: Merge #16464: [qa] Ensure we don't generate a too-big block in p2sh sigops...
< bitcoin-git> [bitcoin] fanquake merged pull request #16468: Exclude depends/Makefile in .gitignore (master...2019-07-gitignore) https://github.com/bitcoin/bitcoin/pull/16468
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/febf3a856bcf...94df084f2ac5
< bitcoin-git> bitcoin/master a339367 João Barbosa: Exclude depends/Makefile in .gitignore
< bitcoin-git> bitcoin/master 94df084 fanquake: Merge #16468: Exclude depends/Makefile in .gitignore
< bitcoin-git> [bitcoin] fanquake opened pull request #16477: build: skip deploying plugins we dont use in macdeployqtplus (master...slim_macdeployqtplus) https://github.com/bitcoin/bitcoin/pull/16477

2019-07-27

< hugohn> https://github.com/achow101/bitcoin/pull/4/files#diff-522490d83dce5375d423b23886e4125eR1700 for the WIP rescanning logic, it's pretty much a mirror of importmulti (compute the lowest timestamp then scan from there)
< bitcoin-git> [bitcoin] hebasto opened pull request #16476: Use ArgsManager::ALLOW_STRING flag explicitly (master...20190727-pr16097-new-flags) https://github.com/bitcoin/bitcoin/pull/16476
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16475: wallet: Enumerate walletdb keys (master...1907-walletDbKeys) https://github.com/bitcoin/bitcoin/pull/16475
< emilengler> Where do I find the bitcoin-qt binary when I compile with --with-gui?
< bitcoin-git> bitcoin/master b3d4f6c Andrew Chow: Log the actual wallet file version
< bitcoin-git> bitcoin/master 35e60e7 Andrew Chow: Remove ReadVersion and WriteVersion
< bitcoin-git> [bitcoin] meshcollider merged pull request #15588: Log the actual wallet file version and no longer publicly expose the "version" record (master...rm-wallet-nfileversion) https://github.com/bitcoin/bitcoin/pull/15588
< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1139e3cb7620...febf3a856bcf
< bitcoin-git> bitcoin/master c88e87c Andrew Chow: Remove nFileVersion from CWalletScanState
< bitcoin-git> [bitcoin] meshcollider merged pull request #16415: Get rid of PendingWalletTx class (master...pr/nopend) https://github.com/bitcoin/bitcoin/pull/16415
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dfb7fd60f261...1139e3cb7620
< bitcoin-git> bitcoin/master 4d94916 Russell Yanofsky: Get rid of PendingWalletTx class.
< bitcoin-git> bitcoin/master 1139e3c MeshCollider: Merge #16415: Get rid of PendingWalletTx class
< bitcoin-git> [bitcoin] meshcollider merged pull request #16402: Remove wallet settings from chainparams (master...1907-walletNoChainParams) https://github.com/bitcoin/bitcoin/pull/16402
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c606e6fc53f7...dfb7fd60f261
< bitcoin-git> bitcoin/master fa4a605 MarcoFalke: Remove wallet settings from chainparams
< bitcoin-git> bitcoin/master dfb7fd6 MeshCollider: Merge #16402: Remove wallet settings from chainparams
< bitcoin-git> [bitcoin] meshcollider merged pull request #15996: rpc: Deprecate totalfee argument in `bumpfee` (master...deprecate_totalfee) https://github.com/bitcoin/bitcoin/pull/15996
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dbf4f3f86a8f...c606e6fc53f7
< bitcoin-git> bitcoin/master a92d9ce Gregory Sanders: deprecate totalFee argument in bumpfee RPC call
< bitcoin-git> bitcoin/master 2f7eb77 Jon Atack: Add RPC bumpfee totalFee deprecation test
< bitcoin-git> bitcoin/master c606e6f MeshCollider: Merge #15996: rpc: Deprecate totalfee argument in `bumpfee`
< bitcoin-git> [bitcoin] hebasto closed pull request #16469: refactoring: Use direct list initialization for Arg struct (master...20190726-remove-arg-ctor) https://github.com/bitcoin/bitcoin/pull/16469

2019-07-26

< bitcoin-git> [bitcoin] jnewbery opened pull request #16471: [mempool] log correct messages when CPFP fails (master...2019-07-fix-CalculateMempoolAncestors-logging) https://github.com/bitcoin/bitcoin/pull/16471
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16470: test: Fail early on disconnect in mininode.wait_for_* (master...1907-testMininodeNoWaitOnDisconnect) https://github.com/bitcoin/bitcoin/pull/16470
< bitcoin-git> [bitcoin] hebasto opened pull request #16469: refactoring: Use direct list initialization for Arg struct (master...20190726-remove-arg-ctor) https://github.com/bitcoin/bitcoin/pull/16469
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16301: Use CWallet::Import* functions in all import* RPCs (master...imports-use-cwallet-funcs) https://github.com/bitcoin/bitcoin/pull/16301
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a54a12046e98...dbf4f3f86a8f
< bitcoin-git> bitcoin/master ab28e31 Andrew Chow: Change ImportScriptPubKeys' internal to apply_label
< bitcoin-git> bitcoin/master fae7a5b Andrew Chow: Log when an import is being skipped because we already have it
< bitcoin-git> bitcoin/master c6a8274 Andrew Chow: Have importprivkey use CWallet's ImportPrivKeys, ImportScripts, and Import...
< bitcoin-git> [bitcoin] promag opened pull request #16468: Exclude depends/Makefile in .gitignore (master...2019-07-gitignore) https://github.com/bitcoin/bitcoin/pull/16468
< gribble> https://github.com/bitcoin/bitcoin/issues/15713 | refactor: Replace chain relayTransactions/submitMemoryPool by higher method by ariard · Pull Request #15713 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack opened pull request #16467: rpc: sendrawtransaction help privacy note (master...sendrawtransaction-privacy-note) https://github.com/bitcoin/bitcoin/pull/16467
< gribble> https://github.com/bitcoin/bitcoin/issues/16386 | depends: disable unused Qt features by fanquake · Pull Request #16386 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16386: depends: disable unused Qt features (master...slim_qt_597) https://github.com/bitcoin/bitcoin/pull/16386

2019-07-25

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16465: test: Test p2sh-witness and bech32 in wallet_import_rescan (master...1907-testAllAddressTypesImport) https://github.com/bitcoin/bitcoin/pull/16465
< gribble> https://github.com/bitcoin/bitcoin/issues/16441 | build: remove qt libjpeg check from bitcoin_qt.m4 by fanquake · Pull Request #16441 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fcc4025c1255...a54a12046e98
< bitcoin-git> bitcoin/master 248e22b fanquake: depends: disable unused Qt features
< bitcoin-git> bitcoin/master a54a120 Wladimir J. van der Laan: Merge #16386: depends: disable unused Qt features
< jnewbery_> jonasschnelli: do you plan to update https://github.com/jonasschnelli/bitcoin-core-ci/blob/master/default.yml if the travis.yml file changes
< jonasschnelli> Sources are here: https://github.com/jonasschnelli/bitcoin-core-ci
< gribble> https://github.com/bitcoin/bitcoin/issues/15713 | refactor: Replace chain relayTransactions/submitMemoryPool by higher method by ariard · Pull Request #15713 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16452 | refactor: use RelayTransaction in BroadcastTransaction utility by ariard · Pull Request #16452 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16341 | WIP: Introduce ScriptPubKeyMan interface and use it for key and script management (aka wallet boxes) by achow101 · Pull Request #16341 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15713 | refactor: Replace chain relayTransactions/submitMemoryPool by higher method by ariard · Pull Request #15713 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16363 | test: Add test for BIP30 duplicate tx by MarcoFalke · Pull Request #16363 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15759 | [p2p] Add 2 outbound blocks-only connections by sdaftuar · Pull Request #15759 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 6 blockers, 6 things waiting for concept ACK
< gribble> https://github.com/bitcoin/bitcoin/issues/16421 | Conservatively accept RBF bumps bumping one tx at the package limits by TheBlueMatt · Pull Request #16421 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral
< bitcoin-git> [bitcoin] sdaftuar opened pull request #16464: [qa] Ensure we don't generate a too-big block in p2sh sigops test (master...2019-07-fix-feature-block) https://github.com/bitcoin/bitcoin/pull/16464
< bitcoin-git> [bitcoin] achow101 opened pull request #16463: [BIP 174] Implement serialization support for GLOBAL_XPUB field. (master...bip174-xpub) https://github.com/bitcoin/bitcoin/pull/16463
< moneyball> emilengler: there is a weekly PR review club on wednesdays. IRC channel and other info found here https://bitcoin-core-review-club.github.io/
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16459: [qa] Fix race condition in example_test.py (master...2019-07-fix-example-test) https://github.com/bitcoin/bitcoin/pull/16459
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe001925f803...fcc4025c1255
< bitcoin-git> bitcoin/master d9ab0ff Suhas Daftuar: [qa] Fix race condition in example_test.py
< bitcoin-git> bitcoin/master fcc4025 MarcoFalke: Merge #16459: [qa] Fix race condition in example_test.py
< bitcoin-git> [bitcoin] laanwj closed pull request #16462: jjjj (0.17...0.18) https://github.com/bitcoin/bitcoin/pull/16462
< bitcoin-git> [bitcoin] Chunbao opened pull request #16462: jjjj (0.17...0.18) https://github.com/bitcoin/bitcoin/pull/16462
< bitcoin-git> [bitcoin] promag opened pull request #16461: doc: Fix code example in developer notes (master...2019-07-fix-devnotes) https://github.com/bitcoin/bitcoin/pull/16461
< bitcoin-git> [bitcoin] fanquake closed pull request #16460: 0.17my (0.17...master) https://github.com/bitcoin/bitcoin/pull/16460
< bitcoin-git> [bitcoin] sdaftuar opened pull request #16459: [qa] Fix race condition in example_test.py (master...2019-07-fix-example-test) https://github.com/bitcoin/bitcoin/pull/16459
< bitcoin-git> [bitcoin] Chunbao opened pull request #16460: 0.17my (0.17...master) https://github.com/bitcoin/bitcoin/pull/16460
< bitcoin-git> [bitcoin] Chunbao opened pull request #16458: Fix msvc compiler error C4146 (unary minus operator applied to unsign… (0.17...fix-C4146-in-util-test) https://github.com/bitcoin/bitcoin/pull/16458
< bitcoin-git> [bitcoin] fanquake closed pull request #16457: test (0.18...master) https://github.com/bitcoin/bitcoin/pull/16457
< bitcoin-git> [bitcoin] Chunbao opened pull request #16457: test (0.18...master) https://github.com/bitcoin/bitcoin/pull/16457
< bitcoin-git> [bitcoin] fanquake merged pull request #16455: doc: Remove downgrading warning in release notes, per 0.18 branch (master...1907-docReleaseNotes) https://github.com/bitcoin/bitcoin/pull/16455
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d5a54ce8f0cf...fe001925f803
< bitcoin-git> bitcoin/master 77773ed MarcoFalke: doc: Remove downgrading warning in release notes, per 0.18 branch
< bitcoin-git> bitcoin/master fe00192 fanquake: Merge #16455: doc: Remove downgrading warning in release notes, per 0.18 b...
< bitcoin-git> [bitcoin] fanquake merged pull request #15305: [validation] Crash if disconnecting a block fails (master...2019-01-disconnect-failure-shutdown) https://github.com/bitcoin/bitcoin/pull/15305
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d960d5ca99b7...d5a54ce8f0cf
< bitcoin-git> bitcoin/master 4433ed0 Suhas Daftuar: [validation] Crash if disconnecting a block fails
< bitcoin-git> bitcoin/master a47df13 Suhas Daftuar: [qa] Test disconnect block failure -> shutdown
< bitcoin-git> bitcoin/master d5a54ce fanquake: Merge #15305: [validation] Crash if disconnecting a block fails
< gribble> https://github.com/bitcoin/bitcoin/issues/16392 | WIP build: macOS toolchain update by fanquake · Pull Request #16392 · bitcoin/bitcoin · GitHub

2019-07-24

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16453: WIP: validation: Run CheckBlockIndex only on success (Fixup) (master...1907-validationCheckBlockIndexSuccess) https://github.com/bitcoin/bitcoin/pull/16453
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16455: doc: Remove downgrading warning in release notes, per 0.18 branch (master...1907-docReleaseNotes) https://github.com/bitcoin/bitcoin/pull/16455
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16453: validation: Run CheckBlockIndex only on success (Fixup) (master...1907-validationCheckBlockIndexSuccess) https://github.com/bitcoin/bitcoin/pull/16453
< gribble> https://github.com/bitcoin/bitcoin/issues/16224 | gui: Bilingual GUI error messages by hebasto · Pull Request #16224 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16362 | Add bilingual_str type by hebasto · Pull Request #16362 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16452: refactor: use RelayTransaction in BroadcastTransaction utility (master...2019-07-reuse-relay-tx) https://github.com/bitcoin/bitcoin/pull/16452
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16452: refactor: use RelayTransaction in BroadcastTransaction utility (master...2019-07-reuse-relay-tx) https://github.com/bitcoin/bitcoin/pull/16452
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.18: https://github.com/bitcoin/bitcoin/compare/a6cba19831da...784e218610d4
< bitcoin-git> bitcoin/0.18 784e218 Wladimir J. van der Laan: doc: Update release notes for rc1
< bitcoin-git> [bitcoin] laanwj closed pull request #16449: doc: Update v4.3> zmq.md fix CVE-2019-6250 (master...patch-22) https://github.com/bitcoin/bitcoin/pull/16449
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16362: Add bilingual_str type (master...20190709-bilingual-part-one) https://github.com/bitcoin/bitcoin/pull/16362
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0626b8cbdf0a...d960d5ca99b7
< bitcoin-git> bitcoin/master 0b86e51 Hennadii Stepanov: Refactor out translation.h
< bitcoin-git> bitcoin/master 7c45e14 Hennadii Stepanov: Add bilingual message type
< bitcoin-git> bitcoin/master 753f7cc Hennadii Stepanov: scripted-diff: Make translation bilingual
< bitcoin-git> [bitcoin] ariard opened pull request #16452: refactor : use RelayTransaction in BroadcastTransaction utility (master...2019-07-reuse-relay-tx) https://github.com/bitcoin/bitcoin/pull/16452
< bitcoin-git> [bitcoin] hebasto closed pull request #16416: -datadir or -datadir="" option implies default datadir (master...20190718-nodatadir) https://github.com/bitcoin/bitcoin/pull/16416
< bitcoin-git> [bitcoin] jnewbery opened pull request #16451: Remove CMerkleTx (master...2019-07-remove-CMerkleTx) https://github.com/bitcoin/bitcoin/pull/16451
< bitcoin-git> [bitcoin] EvertonMelo opened pull request #16449: Update v4.3> zmq.md fix CVE-2019-6250 { doc } (master...patch-22) https://github.com/bitcoin/bitcoin/pull/16449
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16445: test: Skip flaky p2p_invalid_messages test on macOS (master...mac_test) https://github.com/bitcoin/bitcoin/pull/16445
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67923d6b3c1e...0626b8cbdf0a
< bitcoin-git> bitcoin/master c3dfc91 Fabian Jahr: test: Skip flaky p2p_invalid_messages test on macOS
< bitcoin-git> bitcoin/master 0626b8c MarcoFalke: Merge #16445: test: Skip flaky p2p_invalid_messages test on macOS
< wumpus> release notes on the 0.18 branch are entirely blank at the moment https://github.com/bitcoin/bitcoin/blob/0.18/doc/release-notes.md
< bitcoin-git> [bitcoin] fanquake opened pull request #16448: doc: add note on precedence of options in bitcoin.conf (master...options_bitocin_conf) https://github.com/bitcoin/bitcoin/pull/16448

2019-07-23

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16366: init: Use InitError for all errors in bitcoind/qt (master...1907-initErrorGui) https://github.com/bitcoin/bitcoin/pull/16366
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e6e99d4f757f...67923d6b3c1e
< bitcoin-git> bitcoin/master fad2502 MarcoFalke: init: Use InitError for all errors in bitcoind/qt
< bitcoin-git> bitcoin/master fa6f402 Russell Yanofsky: Call node->initError instead of InitError from GUI code
< bitcoin-git> bitcoin/master 67923d6 MarcoFalke: Merge #16366: init: Use InitError for all errors in bitcoind/qt
< gribble> https://github.com/bitcoin/bitcoin/issues/16301 | Use CWallet::Import* functions in all import* RPCs by achow101 · Pull Request #16301 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16328: rpc: Tidy up reporting of buried and ongoing softforks (master...1907-rpcSoftforks) https://github.com/bitcoin/bitcoin/pull/16328
< bitcoin-git> [bitcoin] fjahr opened pull request #16445: test: Skip flaky p2p_invalid_messages test on macOS (master...mac_test) https://github.com/bitcoin/bitcoin/pull/16445
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16400: [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts (master...2019-07-refactor-atmp) https://github.com/bitcoin/bitcoin/pull/16400
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16400: [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts (master...2019-07-refactor-atmp) https://github.com/bitcoin/bitcoin/pull/16400
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16437: Always connect NotifyEntryRemoved with MempoolEntryRemoved (master...1907-AlwaysNotifyMempoolEntryRemoved) https://github.com/bitcoin/bitcoin/pull/16437
< bitcoin-git> [bitcoin] jamesob opened pull request #16443: refactor: have CCoins* data managed under CChainState (master...2019-07-au-coins-under-chainstate) https://github.com/bitcoin/bitcoin/pull/16443
< gleb> 50 minutes ago I was not aware of bitcoin-devwiki :)
< amiti> as per ryanofsky's comment on the issue, I'm thinking of posting a version of the gist to the dev wiki (https://github.com/bitcoin-core/bitcoin-devwiki/wiki) once its more figured out
< sipa> it may make sense to write a comprehensive "how bitcoin core does transaction broadcasting" for publishing once we've figured everything out
< jonasschnelli> although very Bitcoin Core specific... but probably ok
< amiti> You can also see https://github.com/bitcoin/bitcoin/issues/15734 for more context.
< jnewbery> (this is in the context of https://github.com/bitcoin/bitcoin/pull/15931/commits/827f65ba7a98bc1124a3483f42157df9db0975a7, in which some of those CMerkleTx functions require access to the CWallet class)
< MarcoFalke> If you do that, it might be good to move it to ./primitives/ (see https://github.com/bitcoin/bitcoin/pull/5306#issuecomment-63618817)
< bitcoin-git> [bitcoin] jimpo opened pull request #16442: Serve BIP 157 compact filters (master...bip157-net) https://github.com/bitcoin/bitcoin/pull/16442
< gribble> https://github.com/bitcoin/bitcoin/issues/16404 | qa: Test ZMQ notification after chain reorg by promag · Pull Request #16404 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #16441: Remove qt libjpeg check from bitcoin_qt.m4 (master...remove-qt-libjpeg-check) https://github.com/bitcoin/bitcoin/pull/16441
< aj> fanquake: can you restart https://travis-ci.org/bitcoin/bitcoin/builds/553802498 again? :( :)
< bitcoin-git> bitcoin/master 1ec30b8 Carl Dong: depends: xproto is only directly needed by libXau
< bitcoin-git> bitcoin/master 9a01ab0 Carl Dong: depends: qt: Explicitly stop using Xlib/libX11
< bitcoin-git> bitcoin/master aa53cb7 Carl Dong: depends: libX11: Make package headers-only
< bitcoin-git> [bitcoin] fanquake merged pull request #16408: depends: Prune X packages (master...2019-07-depends-X-pruning) https://github.com/bitcoin/bitcoin/pull/16408
< bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/848f245d04b6...e6e99d4f757f
< bitcoin-git> [bitcoin] kallewoof opened pull request #16440: BIP-322: Generic signed message format (master...feature-generic-signed-message-format) https://github.com/bitcoin/bitcoin/pull/16440
< bitcoin-git> [bitcoin] fanquake merged pull request #16355: refactor: move CCoinsViewErrorCatcher out of init.cpp (master...2019-07-au-coinscatcher) https://github.com/bitcoin/bitcoin/pull/16355
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad4391ca384b...848f245d04b6
< bitcoin-git> bitcoin/master 4f050b9 James O'Beirne: move-onlyish: move CCoinsViewErrorCatcher out of init.cpp
< bitcoin-git> bitcoin/master 848f245 fanquake: Merge #16355: refactor: move CCoinsViewErrorCatcher out of init.cpp
< bitcoin-git> [bitcoin] ajtowns opened pull request #16439: RPC: support "@height" in place of blockhash for getblock etc (master...201907-getblock-at-height) https://github.com/bitcoin/bitcoin/pull/16439
< bitcoin-git> [bitcoin] fanquake merged pull request #16430: doc: Update bips 35, 37 and 111 status (master...1907-docBips) https://github.com/bitcoin/bitcoin/pull/16430
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67737cf22aee...ad4391ca384b
< bitcoin-git> bitcoin/master fa56b21 MarcoFalke: doc: Update bips 35, 37 and 111 status
< bitcoin-git> bitcoin/master ad4391c fanquake: Merge #16430: doc: Update bips 35, 37 and 111 status
< gribble> https://github.com/bitcoin/bitcoin/issues/15713 | refactor: Replace chain relayTransactions/submitMemoryPool by higher method by ariard · Pull Request #15713 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16438: travis: Print memory and number of cpus (master...1907-travisFreeProc) https://github.com/bitcoin/bitcoin/pull/16438
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/51a6e2c41929...67737cf22aee
< bitcoin-git> bitcoin/master fa4010e MarcoFalke: travis: Print memory and number of cpus
< bitcoin-git> bitcoin/master 67737cf MarcoFalke: Merge #16438: travis: Print memory and number of cpus
< fanquake> Maybe I'm misunderstanding how it's setup: https://github.com/bitcoin/bitcoin/pull/16438#issuecomment-514010659
< elichai2> sipa: FYI https://github.com/rust-bitcoin/rust-secp256k1/pull/132 from my very non serious benchmarks it seem to be 10-15 precent faster in verification
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16438: travis: Print memory and number of cpus (master...1907-travisFreeProc) https://github.com/bitcoin/bitcoin/pull/16438
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16438: travis: Print memory and number of cpus (master...1907-travisFreeProc) https://github.com/bitcoin/bitcoin/pull/16438

2019-07-22

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16438: travis: Print memory and number of cpus (master...1907-travisFreeProc) https://github.com/bitcoin/bitcoin/pull/16438
< Raystonn> luke-jr: Is your Bitcoin Core development platform running an ARM processor?
< cfields> Did anyone manage to fetch the v0.18.1rc1 tag from bitcoin-detached-sigs ?
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16437: Always connect NotifyEntryRemoved with MempoolEntryRemoved (master...1907-AlwaysNotifyMempoolEntryRemoved) https://github.com/bitcoin/bitcoin/pull/16437
< dongcarl> provoostenator: I haven't backported to 0.18.1 yet, but good reminder that I should allow building of any bitcoin git repo, not just the current tree!
< dongcarl> jonasschnelli: btw just so you're aware, we have #bitcoin-builds
< dongcarl> This is just speculating a little, I don't know what's really wrong till I have a `ldd bitcoin-qt` or something
< dongcarl> jonasschnelli: Let me know 1. If `bitcoin-qt` starts by itself 2. what the output of `ldd bitcoin-qt` is
< dongcarl> Does `bitcoin-qt` start at least?
< bitcoin-git> [bitcoin] hebasto opened pull request #16436: Do not create payment server if -disablewallet option provided (master...20190722-payment-server) https://github.com/bitcoin/bitcoin/pull/16436
< bitcoin-git> [bitcoin] dongcarl opened pull request #16435: autoconf: Sane `--enable-debug` defaults. (master...2019-07-better-debuggability) https://github.com/bitcoin/bitcoin/pull/16435
< gribble> https://github.com/bitcoin/bitcoin/issues/15305 | [validation] Crash if disconnecting a block fails by sdaftuar · Pull Request #15305 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sdaftuar closed pull request #15505: [p2p] Request NOTFOUND transactions immediately from other outbound peers, when possible (master...2019-02-notfound-requests) https://github.com/bitcoin/bitcoin/pull/15505
< bitcoin-git> [bitcoin] domob1812 opened pull request #16434: Specify AM_CPPFLAGS for ZMQ (master...zmq-cppflags) https://github.com/bitcoin/bitcoin/pull/16434
< gribble> https://github.com/bitcoin/bitcoin/issues/16366 | init: Use InitError for all errors in bitcoind/qt by MarcoFalke · Pull Request #16366 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16433: txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN (master...1907-txmempoolNoUnknownDefault) https://github.com/bitcoin/bitcoin/pull/16433
< bitcoin-git> [bitcoin] hebasto opened pull request #16432: qt: Add privacy to the Overview page (master...20190721-privacy) https://github.com/bitcoin/bitcoin/pull/16432
< bitcoin-git> [bitcoin] torkelrogstad closed pull request #16076: Docs: Add note on precedence of options in bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16076

2019-07-21

< achow101> sipa: meshcollider: any thoughts on how labels should work with imported descriptors? Issue is with labels being applied to newly generated addresses in a descriptor that is set as "active". For some context: https://github.com/achow101/bitcoin/pull/4#discussion_r305564366
< bitcoin-git> [bitcoin] cryptogopher opened pull request #16431: Allow proper linearize-data execution on pruned node (master...master) https://github.com/bitcoin/bitcoin/pull/16431
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16430: doc: Update bips 35, 37 and 111 status (master...1907-docBips) https://github.com/bitcoin/bitcoin/pull/16430
< bitcoin-git> [bitcoin] fanquake closed pull request #16429: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/16429
< bitcoin-git> [bitcoin] hassanwaleed82 opened pull request #16429: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/16429
< bitcoin-git> [bitcoin] fanquake closed pull request #16428: Fix typos across bitcoin repository (master...typo-fixes) https://github.com/bitcoin/bitcoin/pull/16428
< bitcoin-git> [bitcoin] kittenking opened pull request #16428: Fix Typos across bitcoin repository (master...typo-fixes) https://github.com/bitcoin/bitcoin/pull/16428

2019-07-20

< kallewoof> I am considering volunteering to help out the bitcoin/bips repository. It has 108 open PRs, dating back to 2015. Who besides Luke is maintaining that?
< bitcoin-git> [bitcoin] laanwj pushed tag v0.18.1rc1: https://github.com/bitcoin/bitcoin/compare/v0.18.1rc1
< gribble> https://github.com/bitcoin/bitcoin/issues/16414 | 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction by promag · Pull Request #16414 · bitcoin/bitcoin · GitHub
< wumpus> aj: yes, I've solved the issue, it was due to a freebsd package upgrade invalidating the boost shared libraries while invoking bitcoin-cli, so it was trying to parse the wrong thing :-)
< wumpus> aj: 'Shared object "libboost_system.so.1.69.0" not found, required by "bitcoin-cli"' doesn't look like a getblockchaininfo response
< aj> wumpus: "bitcoin-cli getblockchaininfo: invalid response" -- did you resolve that? it looks like that's a "couldn't parse the response as json" error, maybe bitcoind is still starting up?
< bitcoin-git> [bitcoin] ariard opened pull request #16426: Remove Chain::Lock interface (master...2019-07-remove-more-locking-chain) https://github.com/bitcoin/bitcoin/pull/16426
< emilengler> Is Bitcoin Core installing to /usr/local by default? Or does it install to /usr/bin if /usr/local does not exists

2019-07-19

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16409: Remove mempool expiry, treat txs as replaceable instead (master...1907-noExpiryButReplace) https://github.com/bitcoin/bitcoin/pull/16409
< gribble> https://github.com/bitcoin/bitcoin/issues/1 | JSON-RPC support for mobile devices ("ultra-lightweight" clients) · Issue #1 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16425: addrman: Add sleep to while(1) loops (master...1907-addrmanNomNomCpu) https://github.com/bitcoin/bitcoin/pull/16425
< sipa> we use 256-bit values here and there in bitcoin :)
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16425: addrman: Add sleep to while(1) loops (master...1907-addrmanNomNomCpu) https://github.com/bitcoin/bitcoin/pull/16425
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #16424: build: Treat -Wswitch as error when --enable-werror (master...1907-buildSwitchError) https://github.com/bitcoin/bitcoin/pull/16424
< bitcoin-git> [bitcoin] laanwj merged pull request #15681: [mempool] Allow one extra single-ancestor transaction per package (master...2019-03-lightning-policy) https://github.com/bitcoin/bitcoin/pull/15681
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4b1fe7165c8...51a6e2c41929
< bitcoin-git> bitcoin/master 50cede3 Matt Corallo: [mempool] Allow one extra single-ancestor transaction per package
< bitcoin-git> bitcoin/master 51a6e2c Wladimir J. van der Laan: Merge #15681: [mempool] Allow one extra single-ancestor transaction per pa...
< achow101> Could someone help me figure out where the memory leak being reported here is: https://travis-ci.org/bitcoin/bitcoin/jobs/560780816 ?
< wumpus> bitcoin-cli getblockchaininfo: invalid response
< gribble> https://github.com/bitcoin/bitcoin/issues/15681 | [mempool] Allow one extra single-ancestor transaction per package by TheBlueMatt · Pull Request #15681 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.18: https://github.com/bitcoin/bitcoin/compare/063c8ce7a054...a6cba19831da
< bitcoin-git> bitcoin/0.18 641b2ff Wladimir J. van der Laan: qt: pre-rc1 translations update
< bitcoin-git> bitcoin/0.18 aa2d12a Wladimir J. van der Laan: build: Bump version to 0.18.1rc1
< bitcoin-git> bitcoin/0.18 a6cba19 Wladimir J. van der Laan: doc: Update manpages for rc1
< gribble> https://github.com/bitcoin/bitcoin/issues/16414 | 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction by promag · Pull Request #16414 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.18: https://github.com/bitcoin/bitcoin/compare/3f76160087c0...063c8ce7a054
< bitcoin-git> bitcoin/0.18 063c8ce tecnovert: net: Make poll in InterruptibleRecv only filter for POLLIN events.
< bitcoin-git> [bitcoin] laanwj merged pull request #16412: net: Make poll in InterruptibleRecv only filter for POLLIN events. (master...bitcoin-poll) https://github.com/bitcoin/bitcoin/pull/16412
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7b7cf299a9e...f4b1fe7165c8
< bitcoin-git> bitcoin/master a52818c tecnovert: net: Make poll in InterruptibleRecv only filter for POLLIN events.
< bitcoin-git> bitcoin/master f4b1fe7 Wladimir J. van der Laan: Merge #16412: net: Make poll in InterruptibleRecv only filter for POLLIN e...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16422: test: remove redundant setup in addrman_tests (master...addrman_tests) https://github.com/bitcoin/bitcoin/pull/16422
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/59ce537a4994...c7b7cf299a9e
< bitcoin-git> bitcoin/master 5c3c24c zenosage: test: remove redundant setup in addrman_tests
< bitcoin-git> bitcoin/master c7b7cf2 MarcoFalke: Merge #16422: test: remove redundant setup in addrman_tests
< gribble> https://github.com/bitcoin/bitcoin/issues/16411 | Signet support by kallewoof · Pull Request #16411 · bitcoin/bitcoin · GitHub
< fanquake> jonasschnelli: Interesting. Is the source for the site going to live here: https://github.com/jonasschnelli/bitcoin-core-ci?
< jonasschnelli> Would someone mind if I add a webhook to bitcoin/bitcoin (a "readonly" webhook) to drive the CI i have built in the last weeks?
< bitcoin-git> [bitcoin] fanquake merged pull request #16152: Disable bloom filtering by default. (master...2019-06-fix-dos) https://github.com/bitcoin/bitcoin/pull/16152
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/89d7229c9c18...59ce537a4994
< bitcoin-git> bitcoin/master 5efcb77 Matt Corallo: Disable bloom filtering by default.
< bitcoin-git> bitcoin/master f27309f Matt Corallo: Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h
< bitcoin-git> bitcoin/master bead32e Matt Corallo: Add release notes for DEFAULT_BLOOM change
< kallewoof> Just me or is travis not creating new jobs when pushing to a PR branch..? (it creates local instances for my own repo but not for bitcoin).
< jonasschnelli> MarcoFalke: are you sure CCACHE_SIZE is the right directive: https://github.com/bitcoin/bitcoin/blob/master/.travis.yml#L49?
< kallewoof> Would it be horrible to remove the assume valid stuff from bitcoin core? It feels like signature validation is pretty fast these days.
< bitcoin-git> [bitcoin] fanquake merged pull request #16420: QA: Fix race condition in wallet_encryption test (master...2019/07/wallet_enc_test_fix) https://github.com/bitcoin/bitcoin/pull/16420
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5abb59a9a66...89d7229c9c18
< bitcoin-git> bitcoin/master 024ecd7 Jonas Schnelli: QA: Fix race condition in wallet_encryption test
< bitcoin-git> bitcoin/master 89d7229 fanquake: Merge #16420: QA: Fix race condition in wallet_encryption test
< bitcoin-git> [bitcoin] zenosage opened pull request #16422: test: remove redundant setup in addrman_tests (master...addrman_tests) https://github.com/bitcoin/bitcoin/pull/16422

2019-07-18

< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #16323: Call ProcessNewBlock() asynchronously (master...2019-07-background-pnb) https://github.com/bitcoin/bitcoin/pull/16323
< bitcoin-git> [bitcoin] TheBlueMatt closed pull request #16324: Get cs_main out of the critical path in ProcessMessages (master...2019-07-peerstate-initial-moves) https://github.com/bitcoin/bitcoin/pull/16324
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #16421: Conservatively accept RBF bumps bumping one tx at the package limits (master...2019-07-lightning-policy-bump) https://github.com/bitcoin/bitcoin/pull/16421
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16415: Get rid of PendingWalletTx class (master...pr/nopend) https://github.com/bitcoin/bitcoin/pull/16415
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16415: Get rid of PendingWalletTx class (master...pr/nopend) https://github.com/bitcoin/bitcoin/pull/16415
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #16420: QA: Fix race condition in wallet_encryption test (master...2019/07/wallet_enc_test_fix) https://github.com/bitcoin/bitcoin/pull/16420
< gribble> https://github.com/bitcoin/bitcoin/issues/16328 | rpc: Tidy up reporting of buried and ongoing softforks by MarcoFalke · Pull Request #16328 · bitcoin/bitcoin · GitHub
< kallewoof> luke-jr: if you need anything from me on https://github.com/bitcoin/bips/pull/803 let me know. I believe I answered your statement in https://github.com/bitcoin/bips/pull/803#discussion_r304880606
< gribble> https://github.com/bitcoin/bitcoin/issues/16400 | [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts by sdaftuar · Pull Request #16400 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16401 | Package relay by sdaftuar · Pull Request #16401 · bitcoin/bitcoin · GitHub
< tryphe> looking for a relabel, and some brainstorming around file handle counts, if possible: https://github.com/bitcoin/bitcoin/pull/16003 :)
< MarcoFalke> sdaftuar: It is mentioned on bitcoin.org
< gribble> https://github.com/bitcoin/bitcoin/issues/15706 | build: Check QT library version by lucayepa · Pull Request #15706 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16412 | net: Make poll in InterruptibleRecv only filter for POLLIN events. by tecnovert · Pull Request #16412 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15911 | Use wallet RBF default for walletcreatefundedpsbt by Sjors · Pull Request #15911 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16414 | 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction by promag · Pull Request #16414 · bitcoin/bitcoin · GitHub
< sdaftuar> if you only analyze this from the perspective of the latest version of Bitcoin Core, for instance, you only get a one-sided view
< gribble> https://github.com/bitcoin/bitcoin/issues/16409 | Remove mempool expiry, treat txs as replaceable instead by MarcoFalke · Pull Request #16409 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16202 | Refactor network message deserialization by jonasschnelli · Pull Request #16202 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16411 | Signet support by kallewoof · Pull Request #16411 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16355 | refactor: move CCoinsViewErrorCatcher out of init.cpp by jamesob · Pull Request #16355 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral
< bitcoin-git> [bitcoin] hebasto opened pull request #16416: Negated -datadir option implies default datadir (master...20190718-nodatadir) https://github.com/bitcoin/bitcoin/pull/16416
< bitcoin-git> [bitcoin] ryanofsky opened pull request #16415: Get rid of PendingWalletTx class (master...pr/nopend) https://github.com/bitcoin/bitcoin/pull/16415
< gribble> https://github.com/bitcoin/bitcoin/issues/16411 | Signet support by kallewoof · Pull Request #16411 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #16414: 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction (0.18...2019-07-backport-16322) https://github.com/bitcoin/bitcoin/pull/16414
< gribble> https://github.com/bitcoin/bitcoin/issues/15990 | Add tests and documentation for blocksonly by MarcoFalke · Pull Request #15990 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16412 | net: Make poll in InterruptibleRecv only filter for POLLIN events. by tecnovert · Pull Request #16412 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15778 | [wallet] Move maxtxfee from node to wallet by jnewbery · Pull Request #15778 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15638 | Move-only: Pull wallet code out of libbitcoin_server by ryanofsky · Pull Request #15638 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16257 | [wallet] abort when attempting to fund a transaction above -maxtxfee by Sjors · Pull Request #16257 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16322 | wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction by promag · Pull Request #16322 · bitcoin/bitcoin · GitHub
< promag> regarding 0.18.1, just to be clear, https://github.com/bitcoin/bitcoin/pull/13339#issuecomment-504653790 is a no go?
< bitcoin-git> [bitcoin] fanquake merged pull request #16406: 0.18: fix: tor: Call event_base_loopbreak from the event's callback (0.18...2019-07-backport-16405) https://github.com/bitcoin/bitcoin/pull/16406
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to 0.18: https://github.com/bitcoin/bitcoin/compare/410774ab89fd...3f76160087c0
< bitcoin-git> bitcoin/0.18 b2711b9 João Barbosa: fix: tor: Call event_base_loopbreak from the event's callback
< bitcoin-git> bitcoin/0.18 3f76160 fanquake: Merge #16406: 0.18: fix: tor: Call event_base_loopbreak from the event's c...