2018-12-30

< bitcoin-git> [bitcoin] fanquake closed pull request #15067: Feature vbr (master...feature_VBR) https://github.com/bitcoin/bitcoin/pull/15067
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/623a19bc2b34...16521ce08676
< bitcoin-git> bitcoin/0.17 ddd008d Pieter Wuille: Add PSBT documentation...
< bitcoin-git> bitcoin/0.17 88c566a priscoan: doc: Fix PSBT howto and example parameters...
< bitcoin-git> bitcoin/0.17 fa0c76a bitcoinhodler: Fix minor grammar error in doc...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/fa941016e8c1...623a19bc2b34
< bitcoin-git> bitcoin/0.17 b4602e3 1Il1: fix testmempoolaccept CLI syntax...
< bitcoin-git> bitcoin/0.17 623a19b Wladimir J. van der Laan: Merge #15053: [0.17] Backport #14966...
< bitcoin-git> [bitcoin] bitcoinVBR opened pull request #15067: Feature vbr (master...feature_VBR) https://github.com/bitcoin/bitcoin/pull/15067
< gribble> https://github.com/bitcoin/bitcoin/issues/15053 | [0.17] Backport #14966 by fanquake · Pull Request #15053 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #15065: 0.17: Backport #14123 #14133 #14383 #14597 (0.17...backport-14123-14133-14383-14597) https://github.com/bitcoin/bitcoin/pull/15065
< wumpus> fanquake: blocked on bitcoin and bitcoin-core
< bitcoin-git> [bitcoin] luke-jr opened pull request #15063: GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsing (master...bip70_fallback_to_bip21) https://github.com/bitcoin/bitcoin/pull/15063
< bitcoin-git> [bitcoin] luke-jr opened pull request #15064: [PoC] GUI: Migrate BIP70 merchant info to mapValue["to"] (master...bip70_merchant_to_to) https://github.com/bitcoin/bitcoin/pull/15064
< fanquake> Spamming, troll PRs, now comments like this: https://github.com/bitcoin/bitcoin/issues/15049#issuecomment-450540096

2018-12-29

< eugene9999> There was a PR (https://github.com/bitcoin/bitcoin/issues/11045) that sought to change this but never got merged. So the switching can "confuse" the fuzzer and gmaxwell said that by hashing the branch targets, the fuzzer may not take certain code paths. Is this because of the known "edge collision" in AFL?
< eugene9999> Hello I asked this question before about fuzzing. Now I'm asking a slightly different question. This q is aimed at anybody well-versed in the fuzzing of bitcoin core and of fuzzing in general (@sipa, @gmaxwell, others?). So bitcoin core currently has a fuzzing harness where a switch is done based on the input to determine the message type to be fuzzed.
< luke-jr> either way, #bitcoin is the place for this
< bitcoin-git> [bitcoin] emilengler opened pull request #15061: [Trivial] Update license year range to 2019 (master...update-license-to-2019) https://github.com/bitcoin/bitcoin/pull/15061
< cluelessperson> So, I'm wanting to put bitcoin core's data dir on NFS to a ZFS storage server
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/96d912bea82a...2741b2b6f468
< bitcoin-git> bitcoin/master fa3e578 MarcoFalke: scripted-diff: Remove unused 'split' parameter to setup_network...
< bitcoin-git> bitcoin/master fa71b38 MarcoFalke: scripted-diff: Rename rpc_timewait to rpc_timeout...
< bitcoin-git> bitcoin/master 4999992 MarcoFalke: whitespace: Split ~300 char line into multiple ones
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15026: [test] Rename rpc_timewait to rpc_timeout (master...Mf1812-testRpcTimeout) https://github.com/bitcoin/bitcoin/pull/15026
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15059: test: Add basic test for BIP34 (master...Mf1812-testBip34) https://github.com/bitcoin/bitcoin/pull/15059
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a1fd87612293...96d912bea82a
< bitcoin-git> bitcoin/master 2474de0 Kristaps Kaupe: Fix running individually through test_runner.py, as suggested by @MarcoFalke (#14732)
< bitcoin-git> bitcoin/master 96d912b MarcoFalke: Merge #14738: Tests: Fix running wallet_listtransactions.py individually through test_runner.py...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14738: Tests: Fix running wallet_listtransactions.py individually through test_runner.py (master...listtransactions) https://github.com/bitcoin/bitcoin/pull/14738
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15057: [rpc] Correct reconsiderblock help text, add test (master...Mf1608-qaAssert) https://github.com/bitcoin/bitcoin/pull/15057
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15056: travis: Run once on trusty (master...Mf1812-travisTrusty) https://github.com/bitcoin/bitcoin/pull/15056
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15056: travis: Run once on trusty (master...Mf1812-travisTrusty) https://github.com/bitcoin/bitcoin/pull/15056
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15022: tests: Upgrade Travis OS to Xenial (master...xenial) https://github.com/bitcoin/bitcoin/pull/15022
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/cbb91cd0ec8e...a1fd87612293
< bitcoin-git> bitcoin/master a3b8b43 Graham Krizek: Update Travis base OS to Xenial...
< bitcoin-git> bitcoin/master aa9aca8 Graham Krizek: If tests are ran with (ASan + LSan), Docker needs access to ptrace...
< bitcoin-git> bitcoin/master b6f0db6 Graham Krizek: Increase timeout of featuer_assumevalid test to fix flaky tests
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13743: refactor: Replace boost::bind with std::bind (master...std-bind) https://github.com/bitcoin/bitcoin/pull/13743
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c9b98bd6e0c...cbb91cd0ec8e
< bitcoin-git> bitcoin/master 2196c51 Chun Kuan Lee: refactor: Use boost::scoped_connection in signal/slot, also prefer range-based loop instead of std::transform
< bitcoin-git> bitcoin/master cb53b82 Chun Kuan Lee: scripted-diff: Replace boost::bind with std::bind...
< bitcoin-git> bitcoin/master cbb91cd MarcoFalke: Merge #13743: refactor: Replace boost::bind with std::bind...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15055: [0.17] Backport #14944 (0.17...backport-017-14944) https://github.com/bitcoin/bitcoin/pull/15055
< bitcoin-git> [bitcoin] fanquake opened pull request #15055: [0.17] Backport #14944 (0.17...backport-017-14944) https://github.com/bitcoin/bitcoin/pull/15055
< bitcoin-git> [bitcoin] DrahtBot opened pull request #15054: Update copyright headers to 2018 (master...DrahtBot_bump_headers) https://github.com/bitcoin/bitcoin/pull/15054
< bitcoin-git> [bitcoin] fanquake opened pull request #15053: [0.17] Backport #14966 (0.17...017-backport-14966) https://github.com/bitcoin/bitcoin/pull/15053
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14966: docs: fix testmempoolaccept CLI syntax (master...patch-2) https://github.com/bitcoin/bitcoin/pull/14966
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ea0b1990d17d...3c9b98bd6e0c
< bitcoin-git> bitcoin/master b74a521 1Il1: fix testmempoolaccept CLI syntax...
< bitcoin-git> bitcoin/master 3c9b98b MarcoFalke: Merge #14966: docs: fix testmempoolaccept CLI syntax...
< bitcoin-git> [bitcoin] fanquake closed pull request #13741: Only allocate a LevelDB block cache if LevelDB will actually use it (master...eklitzke-buffer-cache-rebased) https://github.com/bitcoin/bitcoin/pull/13741
< toeinriver> Anyone knows a good place to find out the next bitcoin core dev meetup?

2018-12-28

< bitcoin-git> [bitcoin] mmachicao closed pull request #14881: Tests: Contract testing for the procedure AddTimeData (master...timedata_contract_test) https://github.com/bitcoin/bitcoin/pull/14881
< bitcoin-git> [bitcoin] mmachicao opened pull request #15052: Tests: Contract testing for the procedure AddTimeData and related fixes (master...timedata_contract_test2) https://github.com/bitcoin/bitcoin/pull/15052
< bitcoin-git> [bitcoin] mmachicao opened pull request #15051: Tests: IsReachable is the inverse of IsLimited (DRY). Includes unit tests (master...net_contract_test2) https://github.com/bitcoin/bitcoin/pull/15051
< bitcoin-git> [bitcoin] mmachicao closed pull request #15044: Tests: IsReachable is the inverse of IsLimited (DRY) (master...net_contract_test) https://github.com/bitcoin/bitcoin/pull/15044
< bitcoin-git> [bitcoin] laanwj closed pull request #14968: http: Fail initialization when any bind fails (master...2018_12_http_bind_error) https://github.com/bitcoin/bitcoin/pull/14968
< bitcoin-git> [bitcoin] laanwj closed pull request #15050: http: Fail initialization when any bind fails (0.17) (0.17...2018_12_http_bind_error_0_17) https://github.com/bitcoin/bitcoin/pull/15050
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14981: rpc: Clarifying RPC getrawtransaction's time help text (master...getrawtransaction_help_text_fix) https://github.com/bitcoin/bitcoin/pull/14981
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/346196b747bd...ea0b1990d17d
< bitcoin-git> bitcoin/master 84104c7 Ben Carman: clarifying getrawtransaction[time] get help text
< bitcoin-git> bitcoin/master ea0b199 MarcoFalke: Merge #14981: rpc: Clarifying RPC getrawtransaction's time help text...
< gribble> https://github.com/bitcoin/bitcoin/issues/14981 | rpc: Clarifying RPC getrawtransactions time help text by benthecarman · Pull Request #14981 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #14944: doc: update NetBSD build instructions for 8.0 (master...doc-netbsd-8) https://github.com/bitcoin/bitcoin/pull/14944
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5d118faabf15...346196b747bd
< bitcoin-git> bitcoin/master be5ca82 fanquake: doc: update NetBSD build instructions for 8.0
< bitcoin-git> bitcoin/master 346196b Wladimir J. van der Laan: Merge #14944: doc: update NetBSD build instructions for 8.0...
< gribble> https://github.com/bitcoin/bitcoin/issues/14945 | [0.17] Backport: PSBT documentation by fanquake · Pull Request #14945 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #14973: doc: Improve Windows native build instructions (master...win_build_doc) https://github.com/bitcoin/bitcoin/pull/14973
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/80d821600535...5d118faabf15
< bitcoin-git> bitcoin/master 5237850 Murray Nesbitt: Modify build instructions to work with Command Prompt as well as...
< bitcoin-git> bitcoin/master 5d118fa Wladimir J. van der Laan: Merge #14973: doc: Improve Windows native build instructions...
< bitcoin-git> [bitcoin] laanwj closed pull request #15012: Docs: Fix minor error in doc/psbt.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15012
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e4850ce1103e...80d821600535
< bitcoin-git> bitcoin/master 72b63bc bitcoinhodler: Fix minor grammar error in doc
< bitcoin-git> bitcoin/master 80d8216 Wladimir J. van der Laan: Merge #15012: Docs: Fix minor error in doc/psbt.md...
< gribble> https://github.com/bitcoin/bitcoin/issues/15012 | Docs: Fix minor error in doc/psbt.md by bitcoinhodler · Pull Request #15012 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #15050: http: Fail initialization when any bind fails (0.17) (0.17...2018_12_http_bind_error_0_17) https://github.com/bitcoin/bitcoin/pull/15050

2018-12-27

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15047: build: Allow to configure --with-sanitizers=fuzzer (master...Mf1812-buildSanFuzz) https://github.com/bitcoin/bitcoin/pull/15047
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14930: test: pruning: Check that verifychain can be called when pruned (master...Mf1812-testPruneVerify) https://github.com/bitcoin/bitcoin/pull/14930
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df73c23f5fac...e4850ce1103e
< bitcoin-git> bitcoin/master fa3e874 MarcoFalke: test: pruning: Check that verifychain can be called when pruned
< bitcoin-git> bitcoin/master e4850ce MarcoFalke: Merge #14930: test: pruning: Check that verifychain can be called when pruned...
< bitcoin-git> [bitcoin] jl2012 opened pull request #15045: [test] Apply maximal flags to tx_valid tests and minimal flags to tx_invalid tests (master...min_txtests_flags) https://github.com/bitcoin/bitcoin/pull/15045
< bitcoin-git> [bitcoin] mmachicao opened pull request #15044: Tests: IsReachable is the inverse of IsLimited (DRY) (master...net_contract_test) https://github.com/bitcoin/bitcoin/pull/15044
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15043: test: Build fuzz targets into seperate executables (master...Mf1812-buildFuzzTargets) https://github.com/bitcoin/bitcoin/pull/15043

2018-12-26

< bitcoin-git> [bitcoin] hebasto opened pull request #15040: qt: Add workaround for QProgressDialog bug on macOS (master...20181226-fix-macos-qprogressdialog) https://github.com/bitcoin/bitcoin/pull/15040
< andytoshi> gmaxwell: roughly ... but i think it doesn't even need RBF to be a problem .. e.g. see russell's mailing list post https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-November/016519.html
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15039: wallet: Avoid leaking nLockTime fingerprint when anti-fee-sniping (master...Mf1812-walletLocktimeFingerprint) https://github.com/bitcoin/bitcoin/pull/15039
< bitcoin-git> [bitcoin] hebasto opened pull request #15038: docs: Get more info about GUI-related issue on Linux (master...20181226-issue-template-gui-linux) https://github.com/bitcoin/bitcoin/pull/15038
< bitcoin-git> [bitcoin] fanquake closed pull request #15036: Mwortham (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15036
< gribble> https://github.com/bitcoin/bitcoin/issues/15036 | Mwortham by markaw67 · Pull Request #15036 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] markaw67 opened pull request #15036: Mwortham (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15036
< jimmysong> similar to jj's attack from breaking bitcoin last year
< sipa> it is store on disk though, in the undo block data in bitcoin core, for as long as the block itself is stored

2018-12-25

< sipa> Guest14218: try #bitcoin or bitcoin.stackexchange.com
< Guest14218> I just want to drop two ideas here, what would make a difference in the future of bitcoin and crypto in general. 1. Solving real world problems through mining, like miners being tied to BOINC projects, so all the computing power is put to good use. 2. Wallets with AI budgeting, that takes care of your money for you, learns your expenses, auto-allocates budgets for economies, has investment schemes for low, medium and hig
< Guest14218> These 2 will give bitcoin and crypto the edge it needs over banks.
< bitcoin-git> [bitcoin] laanwj closed pull request #15033: doc: Add historical release notes for 0.17.1 (master...2018_12_relnot_0.17.1) https://github.com/bitcoin/bitcoin/pull/15033
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f8a3ab3b29fe...df73c23f5fac
< bitcoin-git> bitcoin/master 488563e Wladimir J. van der Laan: doc: Add historical release notes for 0.17.1
< bitcoin-git> bitcoin/master df73c23 Wladimir J. van der Laan: Merge #15033: doc: Add historical release notes for 0.17.1...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.17: https://github.com/bitcoin/bitcoin/commit/fd616d8d08c61daf13671fbb744c74eb23980901
< bitcoin-git> bitcoin/0.17 fd616d8 Wladimir J. van der Laan: doc: Clean out release notes post-0.17.1...
< bitcoin-git> [bitcoin] laanwj opened pull request #15033: doc: Add historical release notes for 0.17.1 (master...2018_12_relnot_0.17.1) https://github.com/bitcoin/bitcoin/pull/15033

2018-12-24

< Dizzle> yo, did any of you work on the Bitcoin Core implementation of getblocktemplate?
< bitcoin-git> [bitcoin] MeshCollider opened pull request #15032: Nit fixes for PR 14565 (master...201812_pr_14565_nits) https://github.com/bitcoin/bitcoin/pull/15032
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/a057cc08fddd...e11856515e7c
< bitcoin-git> bitcoin/0.17 46c162d MarcoFalke: rpc: Avoid creating non-standard raw transactions...
< bitcoin-git> bitcoin/0.17 e118565 MarcoFalke: Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw transactions...
< bitcoin-git> [bitcoin] MeshCollider pushed 2 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/ef70f9b52b85...a057cc08fddd
< bitcoin-git> bitcoin/0.17 ae1b675 Gregory Sanders: importmulti: Don't add internal addresses to address book...
< bitcoin-git> bitcoin/0.17 a057cc0 MeshCollider: Merge #14900: [backport] #14679 importmulti: Don't add internal addresses to address book...
< bitcoin-git> [bitcoin] MeshCollider closed pull request #14565: Overhaul importmulti logic (master...201810_refactor_importmulti) https://github.com/bitcoin/bitcoin/pull/14565
< bitcoin-git> [bitcoin] MeshCollider pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/e2dfeb0146da...f8a3ab3b29fe
< bitcoin-git> bitcoin/master bdacbda Pieter Wuille: Overhaul importmulti logic...
< bitcoin-git> bitcoin/master eacff95 Pieter Wuille: Add release notes
< bitcoin-git> bitcoin/master f8a3ab3 MeshCollider: Merge #14565: Overhaul importmulti logic...
< harding> wumpus: 0.17.1 PR for BitcoinCore.org: https://github.com/bitcoin-core/bitcoincore.org/pull/633
< wumpus> ah yes: adding the release on github.com/bitcoin
< bitcoin-git> [bitcoin] canselcik opened pull request #15031: Removing unnecessary comparison of size_t maxConfirms (master...maxConfirms) https://github.com/bitcoin/bitcoin/pull/15031
< wumpus> gmaxwell: after build of the code-signed binaries: creating and signing SHA256sums, uploading the binaries everywhere, seeding the torrent, release annoucements (mail, twitter, etc), PR and merge release metadata on bitcoincore.org and bitcoin.org, copying and committing the historical release notes to master, ehh and probably some other things I forgot :<
< jonasschnelli> cfields: osx sigs for 0.17.1 are up: https://github.com/bitcoin-core/bitcoin-detached-sigs/pull/21
< bitcoin-git> [bitcoin] gkrizek closed pull request #15022: Build: Upgrade Travis OS to Xenial (master...xenial) https://github.com/bitcoin/bitcoin/pull/15022

2018-12-23

< Eugene9999> why did you recommend splitting the bitcoin fuzz harnesses into one binary per target? I know it’s more efficient but you mentioned also not doing so could “confuse” the fuzzer - what does that mean?
< Eugene9999> Im referencing this old PR https://github.com/bitcoin/bitcoin/issues/11045

2018-12-22

< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #15028: Removed link per issue #15003 (master...fuzzing-md) https://github.com/bitcoin/bitcoin/pull/15028
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/18857b4c4034...e2dfeb0146da
< bitcoin-git> bitcoin/master 66e15e8 Sjors Provoost: Explain GetAncestor check for m_failed_blocks in AcceptBlockHeader
< bitcoin-git> bitcoin/master e2dfeb0 MarcoFalke: Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in AcceptBlockHeader...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13930: doc: Better explain GetAncestor check for m_failed_blocks in AcceptBlockHeader (master...2018/08/validation-chainsplain) https://github.com/bitcoin/bitcoin/pull/13930
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15026: [test] Rename rpc_timewait to rpc_timeout (master...Mf1812-testRpcTimeout) https://github.com/bitcoin/bitcoin/pull/15026
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14960: lint/format-strings: Correctly exclude escaped percent symbols (master...bugfix_lint_fmtstr) https://github.com/bitcoin/bitcoin/pull/14960
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1ac7d599f922...18857b4c4034
< bitcoin-git> bitcoin/master 5728119 Luke Dashjr: lint/format-strings: Correctly exclude escaped percent symbols
< bitcoin-git> bitcoin/master 18857b4 MarcoFalke: Merge #14960: lint/format-strings: Correctly exclude escaped percent symbols...
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/a4564b9b079a...1ac7d599f922
< bitcoin-git> bitcoin/master 9a789d4 practicalswift: policy: Add Clang thread safety annotations for variables guarded by cs_feeEstimator
< bitcoin-git> bitcoin/master 764e42f practicalswift: scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimator...
< bitcoin-git> bitcoin/master dae1423 practicalswift: Add locking annotations to feeStats, shortStats and longStats
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13128: policy: Add Clang thread safety annotations for variables guarded by cs_feeEstimator (master...guarded-by-cs_feeEstimator) https://github.com/bitcoin/bitcoin/pull/13128
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14172: Refactor and add tests for BlockFilter construction (master...blockfilter-refactor) https://github.com/bitcoin/bitcoin/pull/14172
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/cc7ad2f3d9fd...a4564b9b079a
< bitcoin-git> bitcoin/master 20b8129 Jim Posen: blockfilter: Refactor GCS params into struct.
< bitcoin-git> bitcoin/master c306209 Jim Posen: blockfilter: Additional constructors for BlockFilter.
< bitcoin-git> bitcoin/master e4ed8ce Jim Posen: blockfilter: Remove default clause in switch statement....

2018-12-21

< bitcoin-git> [bitcoin] MeshCollider opened pull request #15024: Allow specific private keys to be derived from descriptor (master...201812_descriptor_keys) https://github.com/bitcoin/bitcoin/pull/15024
< bitcoin-git> [bitcoin] luke-jr opened pull request #15023: GUI: Restore RPC Console to non-wallet tray icon menu (master...gui_node_rpcconsole) https://github.com/bitcoin/bitcoin/pull/15023
< gkrizek> Apologies on that pull request ^^ I was trying to do that on my local fork before going to the Bitcoin project. I'm updating the title and contents
< bitcoin-git> [bitcoin] gkrizek closed pull request #15022: Test os update (master...xenial) https://github.com/bitcoin/bitcoin/pull/15022
< bitcoin-git> [bitcoin] gkrizek reopened pull request #15022: Build: Upgrade Travis OS to Xenail (master...xenial) https://github.com/bitcoin/bitcoin/pull/15022
< bitcoin-git> [bitcoin] gkrizek opened pull request #15022: Test os update (master...xenial) https://github.com/bitcoin/bitcoin/pull/15022
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15013: test: Avoid race in p2p_timeouts (master...Mf1812-testP2PnoRace) https://github.com/bitcoin/bitcoin/pull/15013
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/feda41e0a7c4...cc7ad2f3d9fd
< bitcoin-git> bitcoin/master fabcd64 MarcoFalke: test: Avoid racy test p2p_timeouts
< bitcoin-git> bitcoin/master cc7ad2f MarcoFalke: Merge #15013: test: Avoid race in p2p_timeouts...
< bitcoin-git> [bitcoin] gkrizek opened pull request #15020: Build: add names to Travis jobs (master...travis-job-names) https://github.com/bitcoin/bitcoin/pull/15020
< bitcoin-git> [bitcoin] suprraz closed pull request #14991: doc: macos replaces osx (master...doc_build_macos) https://github.com/bitcoin/bitcoin/pull/14991
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10595: Bugfix: RPC/Mining: Use pre-segwit sigops and limits, when working with non-segwit GBT clients (master...gbt_nosegwit_fix) https://github.com/bitcoin/bitcoin/pull/10595
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/45fe39022a65...feda41e0a7c4
< bitcoin-git> bitcoin/master 0025c9e John Newbery: [mining] segwit option must be set in GBT...
< bitcoin-git> bitcoin/master d2ce315 John Newbery: [docs] add release note for change to GBT...
< bitcoin-git> bitcoin/master feda41e MarcoFalke: Merge #14811: Mining: Enforce that segwit option must be set in GBT...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14811: Mining: Enforce that segwit option must be set in GBT (master...remove_non_segwit_mining) https://github.com/bitcoin/bitcoin/pull/14811
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15013: test: Avoid race in p2p_timeouts (master...Mf1812-testP2PnoRace) https://github.com/bitcoin/bitcoin/pull/15013
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15005: test: Bump timeout to run tests in travis thread sanitizer (master...Mf1812-testBumpTimeout) https://github.com/bitcoin/bitcoin/pull/15005
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/86e0a33f5c38...45fe39022a65
< bitcoin-git> bitcoin/master fa05d52 MarcoFalke: test: Bump timeout to run tests in travis thread sanitizer
< bitcoin-git> bitcoin/master 45fe390 MarcoFalke: Merge #15005: test: Bump timeout to run tests in travis thread sanitizer...

2018-12-20

< bitcoin-git> [bitcoin] bitcoinhodler opened pull request #15012: Docs: Fix minor grammar error (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15012
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14653: rpcwallet: Add missing transaction categories to rpc helptexts (master...listtransactions-help) https://github.com/bitcoin/bitcoin/pull/14653
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb52cee29d0d...86e0a33f5c38
< bitcoin-git> bitcoin/master e982f0b andrewtoth: Add all category options to wallet rpc help
< bitcoin-git> bitcoin/master f3f6dde andrewtoth: Test coinbase category in wallet rpcs
< bitcoin-git> bitcoin/master 86e0a33 MarcoFalke: Merge #14653: rpcwallet: Add missing transaction categories to rpc helptexts...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14932: ui: Warn the user on file corruption in mempool.dat (master...Mf1812-testFileCorruption) https://github.com/bitcoin/bitcoin/pull/14932
< provoostenator> timothy: bitcoin-cli could prompt for a password rather than expecting it as an argument
< timothy> (bitcoin-cli already have -stdin)
< timothy> provoostenator: it's not a problem of bitcoin-cli, you cannot disable history in called command
< provoostenator> That would be a change at the bitcoin-cli level.
< bitcoin-git> [bitcoin] jnewbery opened pull request #15010: [wallet] Fix getbalance with minconf (master...fix_getbalance_with_minconf) https://github.com/bitcoin/bitcoin/pull/15010
< jnewbery> wumpus: https://github.com/bitcoin-core/univalue/pull/17 has three ACKs. May be ready for merge?
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< wumpus> though I don't really like more and more 'business rule' kind of functionality leaking into bitcoin core, it reminds me a bit of the account stuff, it's so specific on your applciation
< wumpus> bolting it on in a bitcoin specific way seems a bad idea
< gribble> https://github.com/bitcoin/bitcoin/issues/15006 | Add option to create an encrypted wallet by achow101 · Pull Request #15006 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< jnewbery> achow101: +1. I think we'd want to merge #13100 (and hence complete https://github.com/bitcoin/bitcoin/projects/2) before we enforced that
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub

2018-12-19

< bitcoin-git> [bitcoin] hebasto opened pull request #15007: qt: Notificator class refactoring (master...20181219-notificator-enhancement) https://github.com/bitcoin/bitcoin/pull/15007
< bitcoin-git> [bitcoin] achow101 opened pull request #15006: Add option to create an encrypted wallet (master...create-encrypted-wallet) https://github.com/bitcoin/bitcoin/pull/15006
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15005: test: Bump timeout to run tests in travis thread sanitizer (master...Mf1812-testBumpTimeout) https://github.com/bitcoin/bitcoin/pull/15005
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #15004: [WIP] [do not merge] fix OSX notification bug (master...2018/12/osx_notification_fix) https://github.com/bitcoin/bitcoin/pull/15004
< luke-jr> https://github.com/bitcoin/bitcoin/pull/14228 should probably get backported?
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #15004: [WIP] [do not merge] fix OSX notification bug (master...2018/12/osx_notification_fix) https://github.com/bitcoin/bitcoin/pull/15004
< bitcoin-git> [bitcoin] practicalswift closed pull request #14226: mempool: Fix unintended unsigned integer wraparound in CTxMemPool::UpdateAncestorsOf(bool add, …) when add is false (master...fix-integer-wraparound-in-calculation-of-updateSize-in-UpdateAncestorsOf) https://github.com/bitcoin/bitcoin/pull/14226
< bitcoin-git> [bitcoin] practicalswift closed pull request #13382: util: Don't throw in GetTime{Millis,Micros}(). Mark as noexcept. (master...dont-throw-in-GetTimeMillis-and-GetTimeMicros) https://github.com/bitcoin/bitcoin/pull/13382
< bitcoin-git> [bitcoin] laanwj closed pull request #14993: rpc: Fix data race (UB) in InterruptRPC() (master...rpc-datarace) https://github.com/bitcoin/bitcoin/pull/14993
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f080c65a09a8...cb52cee29d0d
< bitcoin-git> bitcoin/master 6c10037 practicalswift: rpc: Fix data race (UB) in InterruptRPC()
< bitcoin-git> bitcoin/master cb52cee Wladimir J. van der Laan: Merge #14993: rpc: Fix data race (UB) in InterruptRPC()...
< gribble> https://github.com/bitcoin/bitcoin/issues/15002 | 0.17: Backport #14941 by promag · Pull Request #15002 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #15002: 0.17: Backport #14941 (0.17...2018-12-backport-14941) https://github.com/bitcoin/bitcoin/pull/15002
< gribble> https://github.com/bitcoin/bitcoin/issues/14993 | rpc: Fix data race (UB) in InterruptRPC() by practicalswift · Pull Request #14993 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11827 | Address changes should be visible to the user · Issue #11827 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #15000: qt: Fix broken notificator on GNOME (master...20181218-fix-notificator) https://github.com/bitcoin/bitcoin/pull/15000
< gribble> https://github.com/bitcoin/bitcoin/issues/14995 | possible deadlock with walletpassphrase · Issue #14995 · bitcoin/bitcoin · GitHub

2018-12-18

< bitcoin-git> [bitcoin] Empact opened pull request #14998: [WIP] Run CI against ubuntu 14.04 (master...qt52) https://github.com/bitcoin/bitcoin/pull/14998
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d4197812d47d...f080c65a09a8
< bitcoin-git> bitcoin/master fa9a5bc MarcoFalke: RPCHelpMan: Support required arguments after optional ones
< bitcoin-git> bitcoin/master f080c65 MarcoFalke: Merge #14875: RPCHelpMan: Support required arguments after optional ones...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14875: RPCHelpMan: Support required arguments after optional ones (master...Mf1812-rpcOptional) https://github.com/bitcoin/bitcoin/pull/14875
< gribble> https://github.com/bitcoin/bitcoin/issues/14336 | net: implement poll by pstratem · Pull Request #14336 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f055389cb957...d4197812d47d
< bitcoin-git> bitcoin/master fa0d3c4 MarcoFalke: test: Undo thread_local g_insecure_rand_ctx
< bitcoin-git> bitcoin/master fa61202 MarcoFalke: test: Add comment to g_insecure_rand_ctx
< bitcoin-git> bitcoin/master d419781 MarcoFalke: Merge #14985: test: Remove thread_local from test_bitcoin...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14985: test: Remove thread_local from test_bitcoin (master...Mf1812-testNoThreadLocal) https://github.com/bitcoin/bitcoin/pull/14985
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14829: travis: Enable functional tests in the ThreadSanitizer (TSan) build job (master...tsan) https://github.com/bitcoin/bitcoin/pull/14829
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/b545a7e33775...f055389cb957
< bitcoin-git> bitcoin/master 069752b practicalswift: build: Enable functional tests in the ThreadSanitizer (TSan) build job
< bitcoin-git> bitcoin/master 5e5138a Chun Kuan Lee: travis: Use trap and set -e errtrace
< bitcoin-git> bitcoin/master eaf4070 practicalswift: Add suppression for InterruptRPC (fRPCRunning) data race
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14950: docs: add NSIS setup/install steps to windows docs (master...rebase-update-windows-nsis) https://github.com/bitcoin/bitcoin/pull/14950
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e7b88ecbc920...b545a7e33775
< bitcoin-git> bitcoin/master 82687b5 luciana: docs: add NSIS setup/install steps to windows docs
< bitcoin-git> bitcoin/master b545a7e MarcoFalke: Merge #14950: docs: add NSIS setup/install steps to windows docs...
< instagibbs> this seems like an odd magic number in the mempool caching code: https://github.com/bitcoin/bitcoin/blob/master/src/txmempool.cpp#L603
< gribble> https://github.com/bitcoin/bitcoin/issues/14981 | rpc: Clarifying RPC getrawtransactions time help text by benthecarman · Pull Request #14981 · bitcoin/bitcoin · GitHub
< sat11> thx bitcoin
< bitcoin-git> [bitcoin] practicalswift opened pull request #14993: rpc: Fix data race (UB) in InterruptRPC() (master...rpc-datarace) https://github.com/bitcoin/bitcoin/pull/14993
< bitcoin-git> [bitcoin] benthecarman closed pull request #14977: rpc: GetKeyOrigin check in getaddressinfo RPC (master...getaddressinfo_rpc_refactor_GetKeyOrigin) https://github.com/bitcoin/bitcoin/pull/14977
< bitcoin-git> [bitcoin] hebasto closed pull request #14990: qt: Use bilinear filtering for icon (master...20181218-icon-bilinear-filtering) https://github.com/bitcoin/bitcoin/pull/14990
< bitcoin-git> [bitcoin] suprraz opened pull request #14991: Doc build macos (master...doc_build_macos) https://github.com/bitcoin/bitcoin/pull/14991
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #14975: qt: Refactoring with QString::toNSString() (master...20181216-macos-shownotification-refactor) https://github.com/bitcoin/bitcoin/pull/14975
< bitcoin-git> [bitcoin] hebasto opened pull request #14990: qt: Use bilinear filtering for icon (master...20181218-icon-bilinear-filtering) https://github.com/bitcoin/bitcoin/pull/14990
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/27f5a295d740...e7b88ecbc920
< bitcoin-git> bitcoin/master 4d454dc Hennadii Stepanov: Refactoring with QString::toNSString...
< bitcoin-git> bitcoin/master e7b88ec Jonas Schnelli: Merge #14975: qt: Refactoring with QString::toNSString()...
< gkrizek> Looking at the master branch in bitcoin/bitcoin, I see a lot of PRs are merged with failing tests. Why is this? Are the tests just flaky?
< gkrizek> I requested an invite to the Bitcoin Core Slack and haven't heard anything. How can I get an invite? Is IRC or Slack used more?
< bitcoin-git> [bitcoin] MeshCollider closed pull request #14957: wallet: Initialize stop_block in CWallet::ScanForWalletTransactions (master...stop-block-null) https://github.com/bitcoin/bitcoin/pull/14957
< bitcoin-git> [bitcoin] MeshCollider pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b545a6e68965...27f5a295d740
< bitcoin-git> bitcoin/master 8b9171c Ben Woosley: wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactions...
< bitcoin-git> bitcoin/master 27f5a29 MeshCollider: Merge #14957: wallet: Initialize stop_block in CWallet::ScanForWalletTransactions...
< bitcoin-git> [bitcoin] fanquake closed pull request #14989: Delete JSON-RPC-interface.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/14989
< bitcoin-git> [bitcoin] xujc opened pull request #14989: Delete JSON-RPC-interface.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/14989

2018-12-17

< bitcoin-git> [bitcoin] benthecarman opened pull request #14988: Number of confirmations added to transaction csv export (master...confirmations_in_csv_export) https://github.com/bitcoin/bitcoin/pull/14988
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #14987: [rcp] RPCHelpMan: Require documentation of return value at compile time (master...Mf1812-rpcResultFlat) https://github.com/bitcoin/bitcoin/pull/14987
< bitcoin-git> [bitcoin] laanwj deleted 0.11 at 0bace83: https://github.com/bitcoin/bitcoin/commit/0bace83
< bitcoin-git> [bitcoin] laanwj deleted 0.12 at c1b7421: https://github.com/bitcoin/bitcoin/commit/c1b7421
< bitcoin-git> [bitcoin] laanwj deleted 0.13 at b654842: https://github.com/bitcoin/bitcoin/commit/b654842
< gribble> https://github.com/bitcoin/bitcoin/issues/14968 | http: Fail initialization when any bind fails by laanwj · Pull Request #14968 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #14985: test: Remove thread_local from test_bitcoin (master...Mf1812-testNoThreadLocal) https://github.com/bitcoin/bitcoin/pull/14985
< bitcoin-git> [bitcoin] promag opened pull request #14984: rpc: Speedup getrawmempool when verbose=true (master...2018-12-speedup-getrawmempool) https://github.com/bitcoin/bitcoin/pull/14984
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14964: test: Fix race in mempool_accept (master...Mf1812-testRaceMempoolAccept) https://github.com/bitcoin/bitcoin/pull/14964
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bfd7e5409720...b545a6e68965
< bitcoin-git> bitcoin/master faee591 MarcoFalke: test: Fix race in mempool_accept
< bitcoin-git> bitcoin/master b545a6e MarcoFalke: Merge #14964: test: Fix race in mempool_accept...
< gribble> https://github.com/bitcoin/bitcoin/issues/14983 | One Travis instance should run minimum supported QT version · Issue #14983 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14884 | Travis: enforce Python 3.4 support through linter by Sjors · Pull Request #14884 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14573 | qt: Add Window menu by promag · Pull Request #14573 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #14982: rpc: Add getrpcinfo command (master...2018-12-getrpcinfo) https://github.com/bitcoin/bitcoin/pull/14982
< bitcoin-git> [bitcoin] benthecarman opened pull request #14981: Clarifying RPC getrawtransaction's time help text (master...getrawtransaction_help_text_fix) https://github.com/bitcoin/bitcoin/pull/14981
< fanquake> lambolife Ask in #bitcoin instead, that'll be off-topic here.
< lambolife> What's the latest update in Bitcoin's development so far. I'm gonna make a video about not to give Hopium but to present facts. So I;m here
< bitcoin-git> [bitcoin] laanwj closed pull request #14979: [Qt] Restore < Qt5.6 compatibility for addAction (master...2018/12/fix_addaction) https://github.com/bitcoin/bitcoin/pull/14979
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/34241716852d...bfd7e5409720
< bitcoin-git> bitcoin/master 3e21b69 Jonas Schnelli: [Qt] Restore < Qt5.6 compatibility for addAction
< bitcoin-git> bitcoin/master bfd7e54 Wladimir J. van der Laan: Merge #14979: [Qt] Restore < Qt5.6 compatibility for addAction...
< gribble> https://github.com/bitcoin/bitcoin/issues/14979 | [Qt] Restore < Qt5.6 compatibility for addAction by jonasschnelli · Pull Request #14979 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14979 | [Qt] Restore < Qt5.6 compatibility for addAction by jonasschnelli · Pull Request #14979 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14670 | http: Fix HTTP server shutdown by promag · Pull Request #14670 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/7759 | [WIP] rest: Stream entire utxo set by laanwj · Pull Request #7759 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14958 | qa: Remove race between conneting and shutdown on separate connections by promag · Pull Request #14958 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #14979: [Qt] Restore < Qt5.6 compatibility for addAction (master...2018/12/fix_addaction) https://github.com/bitcoin/bitcoin/pull/14979
< bitcoin-git> [bitcoin] gwillen opened pull request #14978: Factor out PSBT utilities from RPCs for use in GUI code; related refactoring. (master...feature-refactor-psbt-rpcs) https://github.com/bitcoin/bitcoin/pull/14978
< Silb> How active is the Bitcoin core irc channel?

2018-12-16

< bitcoin-git> [bitcoin] benthecarman opened pull request #14977: GetKeyOrigin check in getaddressinfo RPC (master...getaddressinfo_rpc_refactor_GetKeyOrigin) https://github.com/bitcoin/bitcoin/pull/14977
< bitcoin-git> [bitcoin] hebasto opened pull request #14975: qt: Refactoring with QString::toNSString() (master...20181216-macos-shownotification-refactor) https://github.com/bitcoin/bitcoin/pull/14975
< bitcoin-git> [bitcoin] benthecarman opened pull request #14974: Removing redundant line: "Windows XP not supported" (master...release_notes_doc) https://github.com/bitcoin/bitcoin/pull/14974
< bitcoin-git> [bitcoin] murrayn opened pull request #14973: Improve Windows native build instructions (master...win_build_doc) https://github.com/bitcoin/bitcoin/pull/14973
< bitcoin-git> [bitcoin] laanwj closed pull request #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935. (master...cuckoocache_tests) https://github.com/bitcoin/bitcoin/pull/14969
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/dba0f4c5c74c...34241716852d
< bitcoin-git> bitcoin/master d98a29e practicalswift: Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
< bitcoin-git> bitcoin/master 3424171 Wladimir J. van der Laan: Merge #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935....
< bitcoin-git> [bitcoin] fellowserf opened pull request #14972: Master (master...master) https://github.com/bitcoin/bitcoin/pull/14972
< bitcoin-git> [bitcoin] fellowserf closed pull request #14972: Master (master...master) https://github.com/bitcoin/bitcoin/pull/14972
< bitcoin-git> [bitcoin] jonasschnelli pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/9133227298ad...dba0f4c5c74c
< bitcoin-git> bitcoin/master 9ea38d0 João Barbosa: qt: Allow to inspect RPCConsole tabs
< bitcoin-git> bitcoin/master a96c0df João Barbosa: qt: Add Window menu