2020-06-04

< MarcoFalke> Btw, my short topic was to delete the 0.14 and 0.15 branches because they won't be pushed to anymore and are EOL https://github.com/bitcoin-core/bitcoincore.org/pull/704
< wumpus> ofc. there will be a long stuggle to get it into bitcoin itself and hopefully a lot of people that will review the cryptography and code in detail
< jamesob> I think I would not be wrong in characterizing most people at this meeting as "generally favorable towards schnorr -> bitcoin but unable to provide meaningful commentary on the specifics"
< sipa> jamesob: i think the right question is whether it will be part of bitcoin *in this form*
< elichai2> I think the big "political" question in terms of merging is if anyone believes that BIP340 doesn't have a good chance of landing in bitcoin core
< jamesob> I'm curious if there's anyone here who *doesn't* think schnorr will or should eventually be a part of bitcoin
< elichai2> I'd like to review the new keypair direction but I do hope that BIP340 will actually end up in bitcoin in the end so I think it's ok to move toward merging schnorr to libsecp
< wumpus> there's a lot of expectations around it ending up in bitcoin eventually at least
< sipa> we wouldn't just merge support for anything in libsecp256k1, being a subproject of bitcoin core
< sipa> to me, it feels that there needs to be some confidence that this is the functionality that will eventually make it into bitcoin
< wumpus> someone even did a presentation at a bitcoin coredev meetup about this once, I forgot who
< phantomcircuit> luke-jr, it's literally implemented bitcoin.version.user_agent
< wumpus> wireshark has a bitcoin P2P protocol dissector, for example
< gribble> https://github.com/bitcoin/bitcoin/issues/18797 | Export standard Script flags in bitcoinconsensus by ariard · Pull Request #18797 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18818 | Fix release tarball generated by gitian by luke-jr · Pull Request #18818 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 currently 12 blockers, 3 chasing concept ACK
< 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 ariard digi_james amiti fjahr
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19053: refactor: replace CNode pointers by references within net_processing.{h,cpp} (master...20200522-refactor-use-cnode-references-within-net_processing) https://github.com/bitcoin/bitcoin/pull/19053
< bitcoin-git> bitcoin/master 01b45b2 MarcoFalke: Merge #19053: refactor: replace CNode pointers by references within net_pr...
< bitcoin-git> bitcoin/master 8b3136b Sebastian Falbesoner: refactor: replace CNode pointers by references within net_processing.{h,cp...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/39afe5b1c68c...01b45b2e016f
< bitcoin-git> [bitcoin] fjahr opened pull request #19168: Refactor: Improve setup_clean_chain semantics (master...test_chain) https://github.com/bitcoin/bitcoin/pull/19168
< bitcoin-git> bitcoin/master 39afe5b Wladimir J. van der Laan: Merge #19082: test: Moved the CScriptNum asserts into the unit test in scr...
< bitcoin-git> [bitcoin] laanwj merged pull request #19082: test: Moved the CScriptNum asserts into the unit test in script.py (master...issue24) https://github.com/bitcoin/bitcoin/pull/19082
< bitcoin-git> bitcoin/master 7daffc6 Gillian Chu: [test] CScriptNum Decode Check as Unit Tests
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/365f1082e1e6...39afe5b1c68c
< bitcoin-git> [bitcoin] laanwj merged pull request #19112: rpc: Remove special case for unknown service flags (master...2005-rpcServiceFlagsUnknown) https://github.com/bitcoin/bitcoin/pull/19112
< bitcoin-git> bitcoin/master 365f108 Wladimir J. van der Laan: Merge #19112: rpc: Remove special case for unknown service flags
< bitcoin-git> bitcoin/master fa1433a MarcoFalke: rpc: Remove special case for unknown service flags
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/011fe009f9ee...365f1082e1e6
< bitcoin-git> [bitcoin] laanwj merged pull request #17994: validation: flush undo files after last block write (master...200124-rev-files) https://github.com/bitcoin/bitcoin/pull/17994
< bitcoin-git> bitcoin/master 011fe00 Wladimir J. van der Laan: Merge #17994: validation: flush undo files after last block write
< bitcoin-git> bitcoin/master ac94141 Karl-Johan Alm: validation: delay flushing undo files in syncing node case
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b46fb5cb1058...011fe009f9ee
< bitcoin-git> [bitcoin] laanwj merged pull request #19131: refactor: Fix unreachable code in init arg checks (master...fix-Wunreachable-code-loop-increment) https://github.com/bitcoin/bitcoin/pull/19131
< bitcoin-git> bitcoin/master b46fb5c Wladimir J. van der Laan: Merge #19131: refactor: Fix unreachable code in init arg checks
< bitcoin-git> bitcoin/master eea8114 Jonathan Schoeller: build: Enable unreachable-code-loop-increment
< bitcoin-git> bitcoin/master d15db4b Jonathan Schoeller: refactor: Fix unreachable code in init arg checks
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/584170a3888e...b46fb5cb1058
< bitcoin-git> [bitcoin] fanquake merged pull request #19142: validation: Make VerifyDB level 4 interruptible (master...2006-valVerifyDbInterrupt4) https://github.com/bitcoin/bitcoin/pull/19142
< bitcoin-git> bitcoin/master 584170a fanquake: Merge #19142: validation: Make VerifyDB level 4 interruptible
< bitcoin-git> bitcoin/master fa3b4f9 MarcoFalke: validation: Make VerifyDB level 4 interruptible
< bitcoin-git> bitcoin/master fa1d580 MarcoFalke: validation: Remove unused boost interruption_point
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/76e64525ff38...584170a3888e
< bitcoin-git> [bitcoin] fanquake merged pull request #19159: test: Make valgrind.supp work on aarch64 (master...2006-valgrindAarch64) https://github.com/bitcoin/bitcoin/pull/19159
< bitcoin-git> bitcoin/master 76e6452 fanquake: Merge #19159: test: Make valgrind.supp work on aarch64
< bitcoin-git> bitcoin/master fab7d95 MarcoFalke: test: Make valgrind.supp work on aarch64
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b42bc33d2d4d...76e64525ff38
< gribble> https://github.com/bitcoin/bitcoin/issues/19136 | wallet: add dumpwalletdescriptor RPC by achow101 · Pull Request #19136 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake merged pull request #19152: build: improve build OS configure output (master...fixbuildos) https://github.com/bitcoin/bitcoin/pull/19152
< bitcoin-git> bitcoin/master b42bc33 fanquake: Merge #19152: build: improve build OS configure output
< bitcoin-git> bitcoin/master 0fef60c sachinkm77: build: improved output of configure for build OS
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a1c0e5fce139...b42bc33d2d4d

2020-06-03

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19164: ci: tsan with wallet (master...2006-ciTsanWallet) https://github.com/bitcoin/bitcoin/pull/19164
< bitcoin-git> [bitcoin] vasild closed pull request #19158: sync: remove unneeded LockData::invlockorders (master...remove_invlockorders) https://github.com/bitcoin/bitcoin/pull/19158
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19088: validation: use std::chrono throughout some validation functions (master...validation_chrono) https://github.com/bitcoin/bitcoin/pull/19088
< bitcoin-git> bitcoin/master a1c0e5f MarcoFalke: Merge #19088: validation: use std::chrono throughout some validation funct...
< bitcoin-git> bitcoin/master 789e9dd fanquake: validation: use std::chrono in IsCurrentForFeeEstimation()
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/234fabab9062...a1c0e5fce139
< bitcoin-git> bitcoin/master 47be28c fanquake: validation: use std::chrono in CChainState::FlushStateToDisk()
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19162: ci: tsan gui (master...2006-ciTsanGui) https://github.com/bitcoin/bitcoin/pull/19162
< jonatack> stevenroose: exporting an xpub from bitcoin core not yet but soon with descriptor wallets https://bitcoin.stackexchange.com/questions/90135/how-do-i-export-an-xpub-from-bitcoin-core-for-use-in-btcpayserver
< bitcoin-git> [bitcoin] ryanofsky opened pull request #19160: multiprocess: Add basic spawn and IPC support (master...pr/ipc-echo) https://github.com/bitcoin/bitcoin/pull/19160
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19159: test: Make valgrind.supp work on aarch64 (master...2006-valgrindAarch64) https://github.com/bitcoin/bitcoin/pull/19159
< bitcoin-git> [bitcoin] vasild opened pull request #19158: sync: remove unneeded LockData::invlockorders (master...remove_invlockorders) https://github.com/bitcoin/bitcoin/pull/19158
< bitcoin-git> [bitcoin] fanquake merged pull request #18210: test: type hints in Python tests (master...feature/type-hint-minimum) https://github.com/bitcoin/bitcoin/pull/18210
< bitcoin-git> bitcoin/master 234faba fanquake: Merge #18210: test: type hints in Python tests
< bitcoin-git> bitcoin/master bd7e530 Kiminuo: This PR adds initial support for type hints checking in python scripts.
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/575589a62e39...234fabab9062
< bitcoin-git> [bitcoin] fanquake merged pull request #19041: ci: tsan with -stdlib=libc++-10 (master...2005-ciTsanFix) https://github.com/bitcoin/bitcoin/pull/19041
< bitcoin-git> bitcoin/master fa0d5ee MarcoFalke: ci: Set halt_on_error=1 for tsan
< bitcoin-git> bitcoin/master fa2ffe8 MarcoFalke: ci: Deduplicate DOCKER_EXEC
< bitcoin-git> bitcoin/master fac2eee MarcoFalke: cirrus: Remove no longer needed install step
< bitcoin-git> [bitcoin] fanquake pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/bdedfcf076a6...575589a62e39
< gribble> https://github.com/bitcoin/bitcoin/issues/19157 | Improve deadlock detection · Issue #19157 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18974: test: Check that invalid witness destinations can not be imported (master...2005-testInvalidWitnessDestination) https://github.com/bitcoin/bitcoin/pull/18974
< bitcoin-git> bitcoin/master bdedfcf MarcoFalke: Merge #18974: test: Check that invalid witness destinations can not be imp...
< bitcoin-git> bitcoin/master facede1 MarcoFalke: test: Check that invalid witness destinations can not be imported
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f55294cc165...bdedfcf076a6
< bitcoin-git> bitcoin/master 0f55294 MarcoFalke: Merge #18875: fuzz: Stop nodes in process_message* fuzzers
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18875: fuzz: Stop nodes in process_message* fuzzers (master...2005-fuzzStopNodes) https://github.com/bitcoin/bitcoin/pull/18875
< bitcoin-git> bitcoin/master fab860a MarcoFalke: fuzz: Stop nodes in process_message* fuzzers
< bitcoin-git> bitcoin/master 6666c82 MarcoFalke: fuzz: Give CNode ownership to ConnmanTestMsg in process_message fuzz harne...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/42065518d937...0f55294cc165
< bitcoin-git> [bitcoin] laanwj merged pull request #19146: doc: Remove release note fragments of 0.20.1 release, Add release-notes-0.20.0 (master...2006-docRel) https://github.com/bitcoin/bitcoin/pull/19146
< bitcoin-git> bitcoin/master fa13c18 MarcoFalke: doc: Move 0.21 fragments into the main release notes
< bitcoin-git> bitcoin/master fa1a916 MarcoFalke: doc: Add release-notes-0.20.0.md
< bitcoin-git> bitcoin/master faabc6e MarcoFalke: doc: Remove release notes of 0.20.1 release
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/657b82cef0e8...42065518d937
< bitcoin-git> [bitcoin] laanwj closed pull request #19155: doc: Add historical release notes for 0.20.0 (master...2020_06_relnot_0.20.0) https://github.com/bitcoin/bitcoin/pull/19155
< bitcoin-git> [bitcoin] laanwj opened pull request #19155: doc: Add historical release notes for 0.20.0 (master...2020_06_relnot_0.20.0) https://github.com/bitcoin/bitcoin/pull/19155
< bitcoin-git> [bitcoin] S3RK opened pull request #19153: Feature/mempool compatibility test (master...feature/mempool_compatibility_test) https://github.com/bitcoin/bitcoin/pull/19153
< gribble> https://github.com/bitcoin/bitcoin/issues/428 | Fix for small change outputs by sipa · Pull Request #428 · bitcoin/bitcoin · GitHub
< stevenroose> Review appreciated on https://github.com/rust-bitcoin/rust-bitcoin/pull/428
< bitcoin-git> [bitcoin] skmcontrib opened pull request #19152: build: improve build OS configure output (master...fixbuildos) https://github.com/bitcoin/bitcoin/pull/19152
< fanquake> luke-jr if you upload your bitcoin-0.20.0-osx-unsigned.tar.gz somewhere I can take a look
< bitcoin-git> [bitcoin] fanquake merged pull request #19084: net: improve code documentation for dns seed behaviour (master...202005-dns-seed-doc) https://github.com/bitcoin/bitcoin/pull/19084
< bitcoin-git> bitcoin/master 657b82c fanquake: Merge #19084: net: improve code documentation for dns seed behaviour
< bitcoin-git> bitcoin/master 5cb7ee6 Anthony Towns: net: improve code documentation for dns seed behaviour
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3657aee2d25c...657b82cef0e8

2020-06-02

< bitcoin-git> [bitcoin] ariard opened pull request #19147: Document BanMan with regards to malicious exploitation (master...2020-06-doc-banman-infra) https://github.com/bitcoin/bitcoin/pull/19147
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19146: doc: Remove release note fragments of 0.20.1 release, Add release-notes-0.20.0 (master...2006-docRel) https://github.com/bitcoin/bitcoin/pull/19146
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18982: wallet: Minimal fix to restore conflicted transaction notifications (master...pr/cblock) https://github.com/bitcoin/bitcoin/pull/18982
< bitcoin-git> bitcoin/master 3657aee MarcoFalke: Merge #18982: wallet: Minimal fix to restore conflicted transaction notifi...
< bitcoin-git> bitcoin/master 7eaf86d Russell Yanofsky: trivial: Suggested cleanups to surrounding code
< bitcoin-git> bitcoin/master b604c5c Russell Yanofsky: wallet: Minimal fix to restore conflicted transaction notifications
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5879bfa9a541...3657aee2d25c
< gribble> https://github.com/bitcoin/bitcoin/issues/19116 | [WIP] wallet: use BlockFilterIndex in ScanForWalletTransactions by pstratem · Pull Request #19116 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fjahr opened pull request #19145: [WIP] Allow hash_type options for gettxoutsetinfo (master...csi-3-muhash-rpc) https://github.com/bitcoin/bitcoin/pull/19145
< gribble> https://github.com/bitcoin/bitcoin/issues/18863 | refactor: Drop unused CScriptVisitor return type by promag · Pull Request #18863 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19019: [0.20] Fix GBT: Restore "!segwit" and "csv" to "rules" key (0.20...fix_gbt_buried) https://github.com/bitcoin/bitcoin/pull/19019
< bitcoin-git> bitcoin/0.20 e42c959 MarcoFalke: Merge #19019: [0.20] Fix GBT: Restore "!segwit" and "csv" to "rules" key
< bitcoin-git> bitcoin/0.20 412d5fe Luke Dashjr: QA: feature_segwit: Check that template "rules" includes "!segwit" as appr...
< bitcoin-git> bitcoin/0.20 2abe8cc Luke Dashjr: Bugfix: Include "csv","!segwit" in "rules"
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/a62f0ed64f8b...e42c959c1dcc
< harding> wumpus: PR for the 0.20 release on BitcoinCore.org: https://github.com/bitcoin-core/bitcoincore.org/pull/703
< bitcoin-git> [bitcoin] puchu opened pull request #19144: include QPainterPath to fix compile error with Qt 5.15 (0.20...0.20) https://github.com/bitcoin/bitcoin/pull/19144
< gribble> https://github.com/bitcoin/bitcoin/issues/15845 | wallet: Fast rescan with BIP157 block filters by MarcoFalke · Pull Request #15845 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #19143: tests: Add fuzzing harnesses for CAutoFile, CBufferedFile, LoadExternalBlockFile and other FILE* consumers (master...fuzzers-FILE) https://github.com/bitcoin/bitcoin/pull/19143
< gribble> https://github.com/bitcoin/bitcoin/issues/18818 | Fix release tarball generated by gitian by luke-jr · Pull Request #18818 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19142: validation: Make VerifyDB level 4 interruptible (master...2006-valVerifyDbInterrupt4) https://github.com/bitcoin/bitcoin/pull/19142
< bitcoin-git> [bitcoin] fanquake merged pull request #18792: wallet: Remove boost from PeriodicFlush (master...2004-walletNoBoostPeriodicFlush) https://github.com/bitcoin/bitcoin/pull/18792
< bitcoin-git> bitcoin/master fa1c74f MarcoFalke: wallet: Remove unused boost::thread_interrupted
< bitcoin-git> bitcoin/master fa7b885 MarcoFalke: walletdb: Remove unsed boost/thread
< bitcoin-git> bitcoin/master 5555d97 MarcoFalke: wallet: Make PeriodicFlush uninterruptible
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9e8bd217cd2a...5879bfa9a541
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18815: bench: Add logging benchmark (master...2004-benchLog) https://github.com/bitcoin/bitcoin/pull/18815
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18815: bench: Add logging benchmark (master...2004-benchLog) https://github.com/bitcoin/bitcoin/pull/18815
< bitcoin-git> [bitcoin] hebasto reopened pull request #18898: gui: Display warnings as rich text (master...200506-no-html) https://github.com/bitcoin/bitcoin/pull/18898
< bitcoin-git> [bitcoin] hebasto closed pull request #18898: gui: Display warnings as rich text (master...200506-no-html) https://github.com/bitcoin/bitcoin/pull/18898
< bitcoin-git> [bitcoin] practicalswift opened pull request #19140: tests: Avoid fuzzer-specific nullptr dereference in libevent when handling PROXY requests (master...fuzzers-libevent-proxy) https://github.com/bitcoin/bitcoin/pull/19140
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #13204: Faster sigcache nonce (master...faster-sigcache-nonce) https://github.com/bitcoin/bitcoin/pull/13204
< bitcoin-git> bitcoin/master 152e8ba Jeremy Rubin: Use salted hasher instead of nonce in sigcache
< bitcoin-git> bitcoin/master 9e8bd21 MarcoFalke: Merge #13204: Faster sigcache nonce
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/45a1489997a5...9e8bd217cd2a
< bitcoin-git> bitcoin/master 5495fa5 Jeremy Rubin: Add Hash Padding Microbenchmarks
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19122: test: Add missing sync_blocks to wallet_hd (master...2005-testSyncBlocksHd) https://github.com/bitcoin/bitcoin/pull/19122
< bitcoin-git> bitcoin/master 45a1489 MarcoFalke: Merge #19122: test: Add missing sync_blocks to wallet_hd
< bitcoin-git> bitcoin/master eeeed51 MarcoFalke: test: pep-8 wallet_hd
< bitcoin-git> bitcoin/master fa7d3a8 MarcoFalke: test: Add missing sync_blocks to wallet_hd
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1f7fe59460db...45a1489997a5
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19111: Limit scope of all global std::once_flag (master...2005-NoGlobalOnce) https://github.com/bitcoin/bitcoin/pull/19111
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/44307449f758...1f7fe59460db
< bitcoin-git> bitcoin/master fa9c675 MarcoFalke: Limit scope of all global std::once_flag
< bitcoin-git> bitcoin/master 1f7fe59 MarcoFalke: Merge #19111: Limit scope of all global std::once_flag
< bitcoin-git> [bitcoin] hebasto reopened pull request #18896: qt: Reset toolbar after all wallets are closed (master...200506-toolbar) https://github.com/bitcoin/bitcoin/pull/18896
< bitcoin-git> [bitcoin] hebasto closed pull request #18896: qt: Reset toolbar after all wallets are closed (master...200506-toolbar) https://github.com/bitcoin/bitcoin/pull/18896
< bitcoin-git> [bitcoin] hebasto reopened pull request #18898: gui: Display warnings as rich text (master...200506-no-html) https://github.com/bitcoin/bitcoin/pull/18898
< bitcoin-git> [bitcoin] hebasto closed pull request #18898: gui: Display warnings as rich text (master...200506-no-html) https://github.com/bitcoin/bitcoin/pull/18898
< bitcoin-git> [bitcoin] hebasto reopened pull request #18731: refactor: Make CCheckQueue RAII-styled (master...200421-queue-raii) https://github.com/bitcoin/bitcoin/pull/18731
< bitcoin-git> [bitcoin] hebasto closed pull request #18731: refactor: Make CCheckQueue RAII-styled (master...200421-queue-raii) https://github.com/bitcoin/bitcoin/pull/18731
< bitcoin-git> [bitcoin] laanwj pushed tag v0.20.0: https://github.com/bitcoin/bitcoin/compare/v0.20.0
< bitcoin-git> bitcoin/0.20 a62f0ed Wladimir J. van der Laan: doc: Manpages update pre-final
< bitcoin-git> bitcoin/0.20 808c8d1 Wladimir J. van der Laan: build: Set rc to 0 for -final
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/60e8e74d1085...a62f0ed64f8b
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #19104: gui, refactor: Register Qt meta types in application constructor (master...2020-05-register-metatypes) https://github.com/bitcoin/bitcoin/pull/19104
< bitcoin-git> bitcoin/master 4430744 Jonas Schnelli: Merge #19104: gui, refactor: Register Qt meta types in application constru...
< bitcoin-git> bitcoin/master 4f49d52 João Barbosa: gui, refactor: Register Qt meta types in application constructor
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9bc7751cadbd...44307449f758
< bitcoin-git> [bitcoin] fanquake merged pull request #19138: doc: Merge 0.20.0 release notes from wiki (0.20...2020_06_0.20_relnot) https://github.com/bitcoin/bitcoin/pull/19138
< bitcoin-git> bitcoin/0.20 1dfad42 Wladimir J. van der Laan: doc: Merge 0.20.0 release notes from wiki
< bitcoin-git> bitcoin/0.20 60e8e74 fanquake: Merge #19138: doc: Merge 0.20.0 release notes from wiki
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/6f7f94a27687...60e8e74d1085
< cncr04s> can any one explain this "[00:47:45] cncr04s #bitcoin-core-dev Cannot change nickname while banned/quieted on channel" I have not spoken on this channel in weeks so...
< bitcoin-git> [bitcoin] laanwj opened pull request #19138: doc: Merge 0.20.0 release notes from wiki (0.20...2020_06_0.20_relnot) https://github.com/bitcoin/bitcoin/pull/19138
< aj> oh, i see, bitcoin does 7tx/second because that's 420tx/minute -- blazing fast
< gribble> https://github.com/bitcoin/bitcoin/issues/5050 | contrib: Use batched JSON-RPC in linearize.py for speedup by laanwj · Pull Request #5050 · bitcoin/bitcoin · GitHub

2020-06-01

< bitcoin-git> [bitcoin] fanquake closed pull request #19135: qt: Update bitcoin_pt_BR.ts (master...andersonbr-patch-1) https://github.com/bitcoin/bitcoin/pull/19135
< bitcoin-git> [bitcoin] achow101 opened pull request #19137: wallettool: Add dump and createfromdump commands (master...dumpwalletrecords) https://github.com/bitcoin/bitcoin/pull/19137
< bitcoin-git> [bitcoin] achow101 opened pull request #19136: wallet: add dumpwalletdescriptor RPC (master...export-descriptor) https://github.com/bitcoin/bitcoin/pull/19136
< bitcoin-git> [bitcoin] andersonbr opened pull request #19135: Update bitcoin_pt_BR.ts (master...andersonbr-patch-1) https://github.com/bitcoin/bitcoin/pull/19135
< gribble> https://github.com/bitcoin/bitcoin/issues/19132 | qt: lock cs_main, m_cached_tip_mutex in that order by vasild · Pull Request #19132 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dboures opened pull request #19134: test: Replace global wait_until with mininode.wait_until (master...master) https://github.com/bitcoin/bitcoin/pull/19134
< fanquake> vasild: the 0.20 release is currently based on the 0.20. branch: https://github.com/bitcoin/bitcoin/tree/0.20 (not master), so if the PR introduced the issue (17993) has. only been merged into master, then there is no issue with 0.20.
< gribble> https://github.com/bitcoin/bitcoin/issues/19132 | qt: lock cs_main, m_cached_tip_mutex in that order by vasild · Pull Request #19132 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack opened pull request #19133: rpc, cli, test: add bitcoin-cli -generate command (master...cli-generate-command) https://github.com/bitcoin/bitcoin/pull/19133
< bitcoin-git> [bitcoin] vasild opened pull request #19132: qt: lock cs_main, m_cached_tip_mutex in that order (master...lock_order_m_cached_tip_mutex) https://github.com/bitcoin/bitcoin/pull/19132
< Kiminuo> Hi, can I make my PR https://github.com/bitcoin/bitcoin/pull/18210 more attractive for review somehow? I have just rewritten the first post to articulate more clearly what the PR does.
< gribble> https://github.com/bitcoin/bitcoin/issues/18288 | build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory by practicalswift · Pull Request #18288 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonathanschoeller opened pull request #19131: refactor: Fix unreachable code in init arg checks (master...fix-Wunreachable-code-loop-increment) https://github.com/bitcoin/bitcoin/pull/19131
< bitcoin-git> [bitcoin] fanquake merged pull request #19115: doc: Add release notes for 17219 (master...2005-docRel) https://github.com/bitcoin/bitcoin/pull/19115
< bitcoin-git> bitcoin/master fac0ed1 MarcoFalke: doc: Sync "how to upgrade" with 0.20.0 release notes
< bitcoin-git> bitcoin/master 9bc7751 fanquake: Merge #19115: doc: Add release notes for 17219
< bitcoin-git> bitcoin/master fa86179 MarcoFalke: doc: Add release notes for 17219
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a8327fd71f5c...9bc7751cadbd
< bitcoin-git> bitcoin/master fae2fb2 MarcoFalke: doc: Expand section on Getting Started
< bitcoin-git> [bitcoin] fanquake merged pull request #19072: doc: Expand section on Getting Started (master...2005-docContribClarif) https://github.com/bitcoin/bitcoin/pull/19072
< bitcoin-git> bitcoin/master 100000d MarcoFalke: doc: Add headings to CONTRIBUTING.md
< bitcoin-git> bitcoin/master fab893e MarcoFalke: doc: Fix unrelated typos reported by codespell
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a65b55fa45d4...a8327fd71f5c
< bitcoin-git> [bitcoin] ajtowns opened pull request #19130: doc: make it easier to work out size of bloom filter (master...202005-bloom-doc) https://github.com/bitcoin/bitcoin/pull/19130

2020-05-31

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18994: tests: Add fuzzing harnesses for functions in script/ (master...fuzzers-script-slash) https://github.com/bitcoin/bitcoin/pull/18994
< bitcoin-git> bitcoin/master 43fb8f0 practicalswift: tests: Add fuzzing harness for functions in script/bitcoinconsensus.h
< bitcoin-git> bitcoin/master 8de7271 practicalswift: tests: Fill fuzzing coverage gaps for functions in script/script.h, script...
< bitcoin-git> bitcoin/master c571ecb practicalswift: tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestinatio...
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/07d0e0d59f25...a65b55fa45d4
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19044: net processing: Add support for getcfilters (master...2020-05-cfilters) https://github.com/bitcoin/bitcoin/pull/19044
< bitcoin-git> bitcoin/master 11106a4 Jim Posen: [net processing] Message handling for getcfilters.
< bitcoin-git> bitcoin/master e535670 Jim Posen: [indexes] Fix default [de]serialization of BlockFilter.
< bitcoin-git> bitcoin/master bb911ae John Newbery: [refactor] Pass CNode and CConnman by reference
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/091cc4b94e00...07d0e0d59f25
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16564: test: Always define the raii_event_tests test suite (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16564
< bitcoin-git> bitcoin/master 091cc4b MarcoFalke: Merge #16564: test: Always define the raii_event_tests test suite
< bitcoin-git> bitcoin/master 9a19c9a Craig Andrews: Always define the raii_event_tests test suite
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dec067f5a019...091cc4b94e00
< gribble> https://github.com/bitcoin/bitcoin/issues/19117 | RPC: Add getrpcwhitelist method by luke-jr · Pull Request #19117 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ThomasBucaioni opened pull request #19125: Add info for Arch (master...master) https://github.com/bitcoin/bitcoin/pull/19125
< bitcoin-git> [bitcoin] sachinkm77 opened pull request #19124: doc: Document ALLOW_HOST_PACKAGES dependency option (master...allowHostDoc) https://github.com/bitcoin/bitcoin/pull/19124
< bitcoin-git> [bitcoin] hebasto closed pull request #19029: net: Fix CThreadInterrupt::sleep_for TSan issues (master...200520-interrupts) https://github.com/bitcoin/bitcoin/pull/19029
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16564: test: Always define the raii_event_tests test suite (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16564
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16564: test: Always define the raii_event_tests test suite (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16564
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19122: test: Add missing sync_blocks to wallet_hd (master...2005-testSyncBlocksHd) https://github.com/bitcoin/bitcoin/pull/19122
< bitcoin-git> [bitcoin] luke-jr opened pull request #19120: QA: Support making RPC calls with different authentication (master...qa_rpc_with_auth) https://github.com/bitcoin/bitcoin/pull/19120
< bitcoin-git> [bitcoin] luke-jr opened pull request #19119: Bugfix: QA: TestNodeCLI: Behave the same as authproxy for HTTP Forbidden (master...bugfix_qa_20200531b) https://github.com/bitcoin/bitcoin/pull/19119
< bitcoin-git> [bitcoin] luke-jr opened pull request #19118: Bugfix: QA: Read response data for non-JSON responses in authproxy (master...bugfix_qa_20200531a) https://github.com/bitcoin/bitcoin/pull/19118
< luke-jr> MarcoFalke: how do I get this message? https://github.com/bitcoin/bitcoin/pull/19117#issuecomment-636403530
< bitcoin-git> [bitcoin] luke-jr opened pull request #19117: RPC: Add getrpcwhitelist method (master...rpc_getrpcwhitelist) https://github.com/bitcoin/bitcoin/pull/19117

2020-05-30

< bitcoin-git> [bitcoin] pstratem opened pull request #19116: [WIP] wallet: use BlockFilterIndex in ScanForWalletTransactions (master...2020-05-29-generate-pubkeys) https://github.com/bitcoin/bitcoin/pull/19116
< aqua422> I'm just gonna patch bitcoin core my needs now though
< aqua422> shesek a few million addresses and pretty high volume, yes. At the moment we just have a database where we store all addresses and loop through them on different with bitcoin core running
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18965: tests: implement base58_decode (master...tests_base58decode) https://github.com/bitcoin/bitcoin/pull/18965
< bitcoin-git> bitcoin/master 60ed339 10xcryptodev: tests: implement base58_decode
< bitcoin-git> bitcoin/master dec067f MarcoFalke: Merge #18965: tests: implement base58_decode
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/826fe9c66711...dec067f5a019
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19115: doc: Add release notes for 17219 (master...2005-docRel) https://github.com/bitcoin/bitcoin/pull/19115
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18807: [doc / test / mempool] unbroadcast follow-ups (master...2020-01-unbroadcast-followup) https://github.com/bitcoin/bitcoin/pull/18807
< bitcoin-git> bitcoin/master 00d44a5 Amiti Uttarwar: [test] P2P connection behavior should meet expectations
< bitcoin-git> bitcoin/master dab298d Amiti Uttarwar: [docs] add release notes
< bitcoin-git> bitcoin/master bd093ca Amiti Uttarwar: [test] updates to unbroadcast test
< bitcoin-git> [bitcoin] MarcoFalke pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/e478b11db0b1...826fe9c66711
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19114: scripted-diff: TxoutType C++11 scoped enum class (master...2005-enumClassTxoutType) https://github.com/bitcoin/bitcoin/pull/19114
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19110: test: Explain that a bug should be filed when the tests fail (master...2005-testBug) https://github.com/bitcoin/bitcoin/pull/19110
< bitcoin-git> bitcoin/master e478b11 MarcoFalke: Merge #19110: test: Explain that a bug should be filed when the tests fail...
< bitcoin-git> bitcoin/master fad21a1 MarcoFalke: test: Explain that a bug should be filed when the test fail
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98ebe7896dab...e478b11db0b1
< bitcoin-git> [bitcoin] practicalswift closed pull request #18450: util: Use locale independent ToString(…) instead of locale dependent strprintf(…) for low-level string formatting (master...locale-independence) https://github.com/bitcoin/bitcoin/pull/18450
< bitcoin-git> [bitcoin] fanquake merged pull request #18820: build: Propagate well-known vars into depends (master...2020-04-improve-depends-hosts2) https://github.com/bitcoin/bitcoin/pull/18820
< bitcoin-git> bitcoin/master 1ce74bc Carl Dong: depends: boost: Split target-os from toolset
< bitcoin-git> bitcoin/master 2d4e480 Carl Dong: depends: boost: Specify toolset to bootstrap.sh
< bitcoin-git> bitcoin/master 3d6603e Carl Dong: depends: Propagate well-known vars into depends
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/cb88de3e3d37...98ebe7896dab

2020-05-29

< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19112: rpc: Remove special case for unknown service flags (master...2005-rpcServiceFlagsUnknown) https://github.com/bitcoin/bitcoin/pull/19112
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19111: Limit scope of all global std::once_flag (master...2005-NoGlobalOnce) https://github.com/bitcoin/bitcoin/pull/19111
< gribble> https://github.com/bitcoin/bitcoin/issues/14049 | Enable libsecp256k1 ecdh module, add ECDH function to CKey by jonasschnelli · Pull Request #14049 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19110: test: Explain that a bug should be filed when the tests fail (master...2005-testBug) https://github.com/bitcoin/bitcoin/pull/19110
< gribble> https://github.com/bitcoin/bitcoin/issues/15206 | Immediately disconnect on invalid net message checksum by jonasschnelli · Pull Request #15206 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15197 | Refactor and slightly stricter p2p message processing by jonasschnelli · Pull Request #15197 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14032 | Add p2p layer encryption with ECDH/ChaCha20Poly1305 by jonasschnelli · Pull Request #14032 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14032 | Add p2p layer encryption with ECDH/ChaCha20Poly1305 by jonasschnelli · Pull Request #14032 · bitcoin/bitcoin · GitHub
< vasild> Assertion failed: detected inconsistent lock order at /home/vd/gh/bitcoin/bitcoin/src/sync.cpp:128, details in debug log.
< bitcoin-git> [bitcoin] sipa opened pull request #19109: Only allow getdata of recently announced invs (master...202005_bloom_relay) https://github.com/bitcoin/bitcoin/pull/19109
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18926: test: Pass ArgsManager into getarg_tests (master...replace_global_gArgs_with_local_argsman) https://github.com/bitcoin/bitcoin/pull/18926
< bitcoin-git> bitcoin/master f871f15 glowang: scripted-diff: replace gArgs with argsman
< bitcoin-git> bitcoin/master cb88de3 MarcoFalke: Merge #18926: test: Pass ArgsManager into getarg_tests
< bitcoin-git> bitcoin/master 357f02b glowang: Create a local class inherited from BasicTestingSetup with a localized arg...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8ad5f1c376fe...cb88de3e3d37
< bitcoin-git> bitcoin/master 8ad5f1c Jonas Schnelli: Merge #19106: util: simplify the interface of serviceFlagToStr()
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #19106: util: simplify the interface of serviceFlagToStr() (master...serviceFlagToStr) https://github.com/bitcoin/bitcoin/pull/19106
< bitcoin-git> bitcoin/master fbacad1 Vasil Dimov: util: simplify the interface of serviceFlagToStr()
< bitcoin-git> bitcoin/master 189ae0c Vasil Dimov: util: dedup code in callers of serviceFlagToStr()
< bitcoin-git> [bitcoin] jonasschnelli pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c19fd96694d1...8ad5f1c376fe
< bitcoin-git> [bitcoin] hebasto opened pull request #19108: qt, refactor: Drop unneeded Q_DECLARE_METATYPE (master...200529-metatype) https://github.com/bitcoin/bitcoin/pull/19108
< bitcoin-git> [bitcoin] troygiorshev opened pull request #19107: p2p: Refactor, move all header verification into the network layer, without changing behavior (master...p2p-refactor-header) https://github.com/bitcoin/bitcoin/pull/19107
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19022: test: Fix intermittent failure in feature_dbcrash (master...2005-testFixIntermittentFailDbCrash) https://github.com/bitcoin/bitcoin/pull/19022
< bitcoin-git> bitcoin/master c19fd96 MarcoFalke: Merge #19022: test: Fix intermittent failure in feature_dbcrash
< bitcoin-git> bitcoin/master fa2ca0c MarcoFalke: test: Fix intermittent failure in feature_dbcrash
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e4bfd51acc11...c19fd96694d1
< bitcoin-git> [bitcoin] vasild opened pull request #19106: util: simplify the interface of serviceFlagToStr() (master...serviceFlagToStr) https://github.com/bitcoin/bitcoin/pull/19106
< bitcoin-git> bitcoin/master e4bfd51 Jonas Schnelli: Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC cons...
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console (master...20200327-waitfor) https://github.com/bitcoin/bitcoin/pull/18452
< bitcoin-git> bitcoin/master da73f15 Hennadii Stepanov: qt: Fix shutdown when waitfor* cmds are called from RPC console
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f2e2c5ebcccf...e4bfd51acc11
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #14988: wallet: Fix for confirmed column in csv export for payment to self transactions (master...confirmations_in_csv_export) https://github.com/bitcoin/bitcoin/pull/14988
< bitcoin-git> bitcoin/master f2e2c5e Jonas Schnelli: Merge #14988: wallet: Fix for confirmed column in csv export for payment t...
< bitcoin-git> bitcoin/master 9760293 Ben Carman: wallet: Fix for exported confirmation field in payment to self transactions
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/73407ff65cef...f2e2c5ebcccf
< bitcoin-git> [bitcoin] jonasschnelli reopened pull request #14988: wallet: Fix for confirmed column in csv export for payment to self transactions (master...confirmations_in_csv_export) https://github.com/bitcoin/bitcoin/pull/14988
< bitcoin-git> [bitcoin] fjahr opened pull request #19105: Add Muhash3072 implementation in Python (master...csi-2-muhash-py) https://github.com/bitcoin/bitcoin/pull/19105
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17355: gui: grey out used address in address book (master...oct-19-17174) https://github.com/bitcoin/bitcoin/pull/17355
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17355: gui: grey out used address in address book (master...oct-19-17174) https://github.com/bitcoin/bitcoin/pull/17355
< bitcoin-git> [bitcoin] fanquake merged pull request #16939: p2p: Delay querying DNS seeds (master...201909-avoid-dns-if-addrman-populated) https://github.com/bitcoin/bitcoin/pull/16939
< bitcoin-git> bitcoin/master 73407ff fanquake: Merge #16939: p2p: Delay querying DNS seeds
< bitcoin-git> bitcoin/master fa5894f Anthony Towns: DNS seeds: wait for 5m instead of 11s if 1000+ peers are known
< bitcoin-git> bitcoin/master 96954d1 Anthony Towns: DNS seeds: don't query DNS while network is inactive
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d7f5e01e3093...73407ff65cef
< gribble> https://github.com/bitcoin/bitcoin/issues/19103 | QRCode address in image is not readable · Issue #19103 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13389 | Utils and libraries: Fix #13371 - move umask operation earlier in AppInit() by n2yen · Pull Request #13389 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17127 | util: Correct permissions for datadir and wallets subdir by hebasto · Pull Request #17127 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #18424: qt: Use parent-child relation to manage lifetime of OptionsModel object (master...20200324-options-model) https://github.com/bitcoin/bitcoin/pull/18424
< bitcoin-git> bitcoin/master d7f5e01 Jonas Schnelli: Merge #18424: qt: Use parent-child relation to manage lifetime of OptionsM...
< bitcoin-git> bitcoin/master 8e08d00 Hennadii Stepanov: qt: Use parent-child relation to manage lifetime of OptionsModel object