2021-02-24

< bitcoin-git> bitcoin/master df8f2a1 Hennadii Stepanov: test: Replace accidentally placed bit-OR with logical-OR
< bitcoin-git> bitcoin/master 9307c58 Wladimir J. van der Laan: Merge #21293: test: Replace accidentally placed bit-OR with logical-OR
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b59f2787e533...9307c588d0be
< bitcoin-git> [bitcoin] hebasto opened pull request #21293: test: Replace accidentally placed bit-OR with logical-OR (master...210224-or) https://github.com/bitcoin/bitcoin/pull/21293
< bitcoin-git> [bitcoin] hebasto opened pull request #21292: build, doc: Fix configure script output indentation and typos (master...210224-layout) https://github.com/bitcoin/bitcoin/pull/21292
< gribble> https://github.com/bitcoin/bitcoin/issues/18191 | Change UpdateForDescendants to use Epochs by JeremyRubin · Pull Request #18191 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #18017: txmempool: split epoch logic into class (master...202001-epoch) https://github.com/bitcoin/bitcoin/pull/18017
< bitcoin-git> bitcoin/master fd6580e Anthony Towns: [refactor] txmempool: split epoch logic into class
< bitcoin-git> bitcoin/master b59f278 Wladimir J. van der Laan: Merge #18017: txmempool: split epoch logic into class
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/587c986ccf88...b59f2787e533
< gribble> https://github.com/bitcoin/bitcoin/issues/18017 | txmempool: split epoch logic into class by ajtowns · Pull Request #18017 · bitcoin/bitcoin · GitHub
< bitcoin-git> [gui] laanwj opened pull request #223: qt: Re-add transaction "Edit Label" Action (master...2021-02-readd-edit-label) https://github.com/bitcoin-core/gui/pull/223
< bitcoin-git> [bitcoin] dscotese opened pull request #21289: Update tc.sh (With only an explanatory comment) (master...patch-2) https://github.com/bitcoin/bitcoin/pull/21289

2021-02-23

< bitcoin-git> [bitcoin] fanquake closed pull request #21288: Create arabmarketcap (master...abdullahnazar-patch-1) https://github.com/bitcoin/bitcoin/pull/21288
< bitcoin-git> [bitcoin] abdullahnazar opened pull request #21288: Create arabmarketcap (master...abdullahnazar-patch-1) https://github.com/bitcoin/bitcoin/pull/21288
< bitcoin-git> [bitcoin] fanquake merged pull request #21285: wallet: fix doc typo in signer option (master...signer-typo) https://github.com/bitcoin/bitcoin/pull/21285
< bitcoin-git> bitcoin/master 587c986 fanquake: Merge #21285: wallet: fix doc typo in signer option
< bitcoin-git> bitcoin/master da30c1b William Casarin: wallet: fix doc typo in signer option
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2e8116149ca4...587c986ccf88
< bitcoin-git> [bitcoin] abdullahnazar opened pull request #21287: Create arabmarketcap (master...abdullahnazar-patch-1-1) https://github.com/bitcoin/bitcoin/pull/21287
< bitcoin-git> [bitcoin] fanquake closed pull request #21287: Create arabmarketcap (master...abdullahnazar-patch-1-1) https://github.com/bitcoin/bitcoin/pull/21287
< gribble> https://github.com/bitcoin/bitcoin/issues/19645 | Allow updating mempool-txn with cheaper witnesses by ariard · Pull Request #19645 · bitcoin/bitcoin · GitHub
< core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
< gribble> https://github.com/bitcoin/bitcoin/issues/21224 | [p2p] Halt processing of unrequested transactions by ariard · Pull Request #21224 · bitcoin/bitcoin · GitHub
< amiti> is the core reasoning to prevent the sorta attack mentioned in this comment: https://github.com/bitcoin/bitcoin/pull/21224#issuecomment-781741925, where a peer who sends a valid txn that activates lots of invalid orphans would take up our CPU time instead of the one who will eventually be punished?
< jnewbery> my last proposal was to move orphan reprocessing to a global work queue: ttps://github.com/bitcoin/bitcoin/pull/19364 , but moving it to the work queue of the peer who sent it also seems fine
< jnewbery> sipa: last time this kind of change was proposed you had concerns about the fact it wouldn't be observationally equivalent: http://www.erisian.com.au/bitcoin-core-dev/log-2020-07-02.html#l-325
< gribble> https://github.com/bitcoin/bitcoin/issues/21224 | [p2p] Halt processing of unrequested transactions by ariard · Pull Request #21224 · bitcoin/bitcoin · GitHub
< jnewbery> would minisketch tests run with `make check` in the bitcoin core?
< gleb> It's under naumenkogs/bitcoin/tree/erlay_refactored, but it's currently not ready yet, as I said.
< gribble> https://github.com/bitcoin/bitcoin/issues/18261 | Erlay: bandwidth-efficient transaction relay protocol by naumenkogs · Pull Request #18261 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/23 | CORS support by gavinandresen · Pull Request #23 · bitcoin/bitcoin · GitHub
< jnewbery> #bitcoin-core-dev Meeting: achow101 aj amiti ariard bluematt cfields Chris_Stewart_5 digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik
< core-meetingbot> Meeting started Tue Feb 23 21:00:18 2021 UTC. The chair is jnewbery. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< provoostenator> I rebased the GUI PR: https://github.com/bitcoin-core/gui/pull/4
< bitcoin-git> [bitcoin] hebasto opened pull request #21286: build: Bump minimum Qt version to 5.9.5 (master...210223-qtmin) https://github.com/bitcoin/bitcoin/pull/21286
< bitcoin-git> [bitcoin] jb55 opened pull request #21285: wallet: fix doc typo in signer option (master...signer-typo) https://github.com/bitcoin/bitcoin/pull/21285
< bitcoin-git> [bitcoin] danben opened pull request #21284: rpc: add the add_inputs option to bumpfee/psbtbumpfee (master...add-add-inputs-option-to-bumpfee) https://github.com/bitcoin/bitcoin/pull/21284
< bitcoin-git> [bitcoin] achow101 opened pull request #21283: Implement BIP 370 PSBTv2 (master...psbt2) https://github.com/bitcoin/bitcoin/pull/21283
< bitcoin-git> [bitcoin] laanwj merged pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> bitcoin/master 2e81161 Wladimir J. van der Laan: Merge #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix...
< bitcoin-git> bitcoin/master 9bac713 Sebastian Falbesoner: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix)
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1b045b5eef9a...2e8116149ca4
< bitcoin-git> bitcoin/master 584fd91 Sebastian Falbesoner: init: only use pipe2 if availabile, check in configure
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21053: rpc, test: document {previous,next}blockhash as optional (master...2021-rpc-test-document-previousnextblockhash-as-optional) https://github.com/bitcoin/bitcoin/pull/21053
< bitcoin-git> bitcoin/master 1b045b5 MarcoFalke: Merge #21053: rpc, test: document {previous,next}blockhash as optional
< bitcoin-git> bitcoin/master ba7e17e Sebastian Falbesoner: rpc, test: document {previous,next}blockhash as optional
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a9335e4f129c...1b045b5eef9a
< bitcoin-git> [gui] jonatack opened pull request #221: qt, refactor: rpcconsole translatable string fixes and improvements (master...qt-rpcconsole-translation-improvements) https://github.com/bitcoin-core/gui/pull/221
< bitcoin-git> [bitcoin] laanwj merged pull request #16546: External signer support - Wallet Box edition (master...2019/08/hww-box2) https://github.com/bitcoin/bitcoin/pull/16546
< bitcoin-git> bitcoin/master 8cf543f Sjors Provoost: wallet: add -signer argument for external signer command
< bitcoin-git> bitcoin/master 87a9794 Sjors Provoost: configure: add --enable-external-signer
< bitcoin-git> bitcoin/master f7eb7ec Sjors Provoost: test: framework: add skip_if_no_external_signer
< bitcoin-git> [bitcoin] laanwj pushed 16 commits to master: https://github.com/bitcoin/bitcoin/compare/78effb37f35f...a9335e4f129c
< linkrage> Hi, I've just compiled bitcoin-0.8.6 from source on Ubuntu 14.04 (on purpose). It doesn't build bitcoin-cli and looks like that's on purpose ? How dow I communicate with bitcoind to set a passphrase on wallet etc. - curl only ?
< bitcoin-git> [bitcoin] glozow opened pull request #21280: test / bug fix in transaction_tests (master...2021-02-test-bug) https://github.com/bitcoin/bitcoin/pull/21280
< michaelfolkson> Norrin: Open to all on P2P. This channel at 21:00 UTC https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-IRC-meetings. No mute required (be respectful obviously)
< bitcoin-git> [gui] hebasto opened pull request #220: qt: Do not translate file extensions (master...210223-fileext) https://github.com/bitcoin-core/gui/pull/220
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21222: log: Clarify log message when file does not exist (master...2102-logFile) https://github.com/bitcoin/bitcoin/pull/21222
< bitcoin-git> bitcoin/master 78effb3 MarcoFalke: Merge #21222: log: Clarify log message when file does not exist
< bitcoin-git> bitcoin/master faf48f2 MarcoFalke: log: Clarify log message when file does not exist
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/84f6c695c6a2...78effb37f35f
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21279: scripted-diff: Regenerate key_io data deterministically (master...2102-testDetGen) https://github.com/bitcoin/bitcoin/pull/21279
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21274: assumptions: Assume C++17 (master...assuming_c++17) https://github.com/bitcoin/bitcoin/pull/21274
< bitcoin-git> bitcoin/master 84f6c69 MarcoFalke: Merge #21274: assumptions: Assume C++17
< bitcoin-git> bitcoin/master 5e531e6 fanquake: assumptions: check C++17 assumption with MSVC
< bitcoin-git> bitcoin/master c7b4648 fanquake: assumptions: assume a C++17 compiler
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c263c3d7d2a4...84f6c695c6a2
< bitcoin-git> [gui] hebasto opened pull request #219: qt: Prevent the main window popup menu (master...210223-toolbar) https://github.com/bitcoin-core/gui/pull/219
< Kiminuo> wumpus, MarcoFalke: Hi, could you have a look if this PR https://github.com/bitcoin/bitcoin/pull/21244 is of any use?
< bitcoin-git> [bitcoin] laanwj merged pull request #19698: test: apply strict verification flags for transaction tests and assert backwards compatibility (master...test-verify-flags) https://github.com/bitcoin/bitcoin/pull/19698
< bitcoin-git> bitcoin/master 158a0b2 gzhao408: Apply maximal validation flags to tx_valid tests
< bitcoin-git> bitcoin/master 19db590 gzhao408: [test] remove unnecessary OP_1s from CSV and CLTV tests
< bitcoin-git> bitcoin/master 0a76a39 gzhao408: [test] fix CSV test missing OP_ADD
< bitcoin-git> [bitcoin] laanwj pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/d386b5423987...c263c3d7d2a4
< bitcoin-git> [gui] MarcoFalke merged pull request #213: qt: Add Copy Address Action to Payment Requests (master...add-copyaddress-requestedpayments) https://github.com/bitcoin-core/gui/pull/213
< bitcoin-git> bitcoin/master d386b54 MarcoFalke: Merge bitcoin-core/gui#213: qt: Add Copy Address Action to Payment Request...
< bitcoin-git> bitcoin/master e348d7e Jarol Rodriguez: qt: Add Copy Address Action to Payment Requests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1e7dd584a5f9...d386b5423987
< bitcoin-git> [bitcoin] S3RK opened pull request #21277: wallet: listdescriptors uses normalized descriptor form (master...listdescriptors_normalized) https://github.com/bitcoin/bitcoin/pull/21277
< bitcoin-git> [bitcoin] fanquake closed pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] 4po reopened pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] 4po closed pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] 4po opened pull request #21276: Update bitcoin.conf (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21276
< bitcoin-git> [bitcoin] fanquake opened pull request #21274: assumptions: Assume C++17 (master...assuming_c++17) https://github.com/bitcoin/bitcoin/pull/21274
< bitcoin-git> [bitcoin] fanquake merged pull request #21263: doc: Clarify that squashing should happen before review (master...2102-docSquash) https://github.com/bitcoin/bitcoin/pull/21263
< bitcoin-git> bitcoin/master 1e7dd58 fanquake: Merge #21263: doc: Clarify that squashing should happen before review
< bitcoin-git> bitcoin/master fa1f3a2 MarcoFalke: doc: Clarify that squashing should happen before review
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3371758af49c...1e7dd584a5f9
< bitcoin-git> [bitcoin] fanquake merged pull request #21078: guix: only download sources for hosts being built (master...guix_selective_download) https://github.com/bitcoin/bitcoin/pull/21078
< bitcoin-git> bitcoin/master 3371758 fanquake: Merge #21078: guix: only download sources for hosts being built
< bitcoin-git> bitcoin/master a6a1b10 fanquake: guix: only download sources for hosts being built
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64343a61105e...3371758af49c
< bitcoin-git> [bitcoin] fanquake merged pull request #21089: guix: Add support for powerpc64{,le} (master...2021-02-guix-ppc64-support) https://github.com/bitcoin/bitcoin/pull/21089
< bitcoin-git> bitcoin/master 64343a6 fanquake: Merge #21089: guix: Add support for powerpc64{,le}
< bitcoin-git> bitcoin/master 95990b9 Carl Dong: guix: Update conservative space requirements
< bitcoin-git> bitcoin/master 5e6df11 Carl Dong: guix: Add support for powerpc64{,le}
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7fca189a2a9a...64343a61105e

2021-02-22

< bitcoin-git> [gui] jarolrod opened pull request #217: qt: Make warning label look clickable (master...warning-look-like-button) https://github.com/bitcoin-core/gui/pull/217
< bitcoin-git> [bitcoin] dongcarl opened pull request #21272: guix: Passthrough SDK_PATH into container (master...2021-02-guix-SDK-specify) https://github.com/bitcoin/bitcoin/pull/21272
< bitcoin-git> [bitcoin] dongcarl opened pull request #21271: guix: Explicitly set umask in build container (master...2021-02-guix-umask) https://github.com/bitcoin/bitcoin/pull/21271
< bitcoin-git> [gui] luke-jr opened pull request #216: Support building without embedded monospace font (master...optional_font) https://github.com/bitcoin-core/gui/pull/216
< gribble> https://github.com/bitcoin/bitcoin/issues/23 | CORS support by gavinandresen · Pull Request #23 · bitcoin/bitcoin · GitHub
< jnewbery> reminder that tomorrow's p2p irc meeting is at *21:00 UTC*, not *15:00 UTC*. Please add any proposed topics to https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-IRC-meetings#23-feb-2021
< bitcoin-git> [bitcoin] dongcarl opened pull request #21270: [Bundle 4/n] Prune g_chainman usage in validation-adjacent modules (master...2020-09-libbitcoinruntime-v6) https://github.com/bitcoin/bitcoin/pull/21270
< bitcoin-git> [bitcoin] itzblaze111 opened pull request #21269: add method comments (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21269
< bitcoin-git> bitcoin/master 22e0114 Hennadii Stepanov: qt: Choose monospaced font in C++ code rather in `*.ui` file
< bitcoin-git> bitcoin/master 623de12 Hennadii Stepanov: qt: Make GUIUtil::fixedPitchFont aware of embedded font
< bitcoin-git> bitcoin/master 89e4219 Hennadii Stepanov: gui: Add Roboto Mono font
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/84af29337c37...7fca189a2a9a
< bitcoin-git> [gui] laanwj merged pull request #79: Embed monospaced font (master...200828-mono) https://github.com/bitcoin-core/gui/pull/79
< bitcoin-git> [bitcoin] laanwj merged pull request #21255: contrib: run test-symbol-check for RISC-V (master...riscv_test_symbol_check) https://github.com/bitcoin/bitcoin/pull/21255
< bitcoin-git> bitcoin/master 84af293 Wladimir J. van der Laan: Merge #21255: contrib: run test-symbol-check for RISC-V
< bitcoin-git> bitcoin/master ccb7b6a fanquake: contrib: run test-symbol check for RISCV
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34d70300631e...84af29337c37
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21264: fuzz: Two scripted diff renames (master...2102-fuzzingRenames) https://github.com/bitcoin/bitcoin/pull/21264
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21263: doc: Clarify that squashing should happen before review (master...2102-docSquash) https://github.com/bitcoin/bitcoin/pull/21263
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21202: [validation] Two small clang lock annotation improvements (master...2021-02-locks) https://github.com/bitcoin/bitcoin/pull/21202
< bitcoin-git> bitcoin/master 34d7030 MarcoFalke: Merge #21202: [validation] Two small clang lock annotation improvements
< bitcoin-git> bitcoin/master 25c57d6 Amiti Uttarwar: [doc] Add a note about where lock annotations should go.
< bitcoin-git> bitcoin/master ad5f01b Amiti Uttarwar: [validation] Move the lock annotation from function definition to declarat...
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4b6ca4a35a12...34d70300631e
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and manual peers (master...2101-netLogDisconnect) https://github.com/bitcoin/bitcoin/pull/20845
< bitcoin-git> bitcoin/master 4b6ca4a MarcoFalke: Merge #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except...
< bitcoin-git> bitcoin/master fa55159 MarcoFalke: net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e4a3ca2f483...4b6ca4a35a12
< bitcoin-git> bitcoin/master 5e4a3ca MarcoFalke: Merge bitcoin-core/gui#211: qt: Remove Transactionview Edit Label Action
< bitcoin-git> bitcoin/master 8f96448 Jarol Rodriguez: qt: Remove Transactionview Edit Label Action
< bitcoin-git> [gui] MarcoFalke merged pull request #211: qt: Remove Transactionview Edit Label Action (master...remove-transactionview-editlabel) https://github.com/bitcoin-core/gui/pull/211
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08eec6907a0f...5e4a3ca2f483
< bitcoin-git> [gui] MarcoFalke merged pull request #206: Display fRelayTxes and bip152_highbandwidth_{to, from} in peer details (master...add-fields-to-peer-details) https://github.com/bitcoin-core/gui/pull/206
< wumpus> i'm afraid as bitcoin gets more popular we're going to have to get used to a certain percentage of spam and nonsense PRs which are out of scopre of the project, let's leave it at that

2021-02-21

< michaelfolkson> Regardless if there is no legal uncertainty with the bitcoin.org link we should probably just link to that. Or respond with a drafted statement to closed PRs to calm the anger
< luke-jr> michaelfolkson: indeed, that's strictly abusive of Bitcoin and harms the entire network permanently.
< luke-jr> michaelfolkson: shrug. I don't see any harm in a link to bitcoin.org, but it's also not worth fighting about if others disagree.
< michaelfolkson> But if bitcoin.org is superior from a legal uncertainty perspective maybe we should add that? I'm not entirely sure what is going on behind the scenes with CSW nonsense and I'm certainly no legal expert
< michaelfolkson> luke-jr: Should we just add a link to bitcoin.org then? I suggested a StackExchange link https://github.com/bitcoin/bitcoin/pull/21210#discussion_r578425782
< luke-jr> michaelfolkson: doesn't seem to be any basis for legal uncertainty if it's just a link, especially to bitcoin.org where Satoshi himself published it
< michaelfolkson> "Thank you for your pull request to Bitcoin Core. We have received many similar pull requests to add a link to the white paper but due to legal uncertainty and in the interests of not taking up any more of reviewers' time we will be instantly closing any such pull requests."
< sipa> Biodragon: no, try https://bitcoin.stackexchange.com
< Biodragon> is this an appropriate channel to ask a question about bitcoin addresses/protocol?
< bitcoin-git> [bitcoin] laanwj closed pull request #21256: Add wp link in README (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21256
< bitcoin-git> [bitcoin] percy-g2 opened pull request #21256: Add wp link in README (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21256
< bitcoin-git> [bitcoin] theStack reopened pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> [bitcoin] theStack closed pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> [bitcoin] fanquake opened pull request #21255: contrib: run test-symbol-check for RISC-V (master...riscv_test_symbol_check) https://github.com/bitcoin/bitcoin/pull/21255
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21254: test: Avoid connecting to real network when running tests (master...2102-testNoTelemetry) https://github.com/bitcoin/bitcoin/pull/21254
< bitcoin-git> [bitcoin] fanquake closed pull request #21253: Add whitepaper link in README.md (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21253
< bitcoin-git> [bitcoin] prayank23 opened pull request #21253: Add whitepaper link in README.md (master...whitepaper-link) https://github.com/bitcoin/bitcoin/pull/21253
< hebasto> Talkless: for all user-visible strings we must use `tr()`; also there is a dedicated channel ##bitcoin-core-gui :)
< bitcoin-git> [bitcoin] fanquake closed pull request #21251: doc: Add whitepaper with images in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21251
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21252: test: Add missing wait for sync to feature_blockfilterindex_prune (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21252
< bitcoin-git> [bitcoin] x00x00 opened pull request #21251: doc: Add whitepaper with images in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21251
< bitcoin-git> [bitcoin] theStack opened pull request #21250: build: make HAVE_O_CLOEXEC available outside LevelDB (bugfix) (master...2021-02-build-pass-have_o_cloexec) https://github.com/bitcoin/bitcoin/pull/21250
< bitcoin-git> [bitcoin] fanquake merged pull request #21243: ci: Avoid invoking curl on the host (master...2102-ciCurl) https://github.com/bitcoin/bitcoin/pull/21243
< bitcoin-git> bitcoin/master fa330d8 MarcoFalke: ci: Avoid invoking curl on the host
< bitcoin-git> bitcoin/master 5bb64ac fanquake: Merge #21243: ci: Avoid invoking curl on the host
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/828bb776d29c...5bb64acd9d3c
< bitcoin-git> [bitcoin] fanquake closed pull request #21249: doc: Add Whitepaper in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21249

2021-02-20

< bitcoin-git> [bitcoin] prayank23 opened pull request #21249: doc: Add Whitepaper in Docs (master...whitepaper) https://github.com/bitcoin/bitcoin/pull/21249
< gribble> https://github.com/bitcoin/bitcoin/issues/19820 | Transactions propagation design goals · Issue #19820 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21224 | [p2p] Halt processing of unrequested transactions by ariard · Pull Request #21224 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #21246: Correction for VerifyTaprootCommitment comments (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21246
< wumpus> fwiw: src/bitcoin-cli -regtest listdescriptors | grep desc output : https://0bin.net/paste/97jvm8Rd#xEeTLSVcFbRGQqFCk67duPb85ynsnSkk4fkTl6I+ZyZ
< gribble> https://github.com/bitcoin/bitcoin/issues/19136 | wallet: add parent_desc to getaddressinfo by achow101 · Pull Request #19136 · bitcoin/bitcoin · GitHub
< wumpus> i think what i need is a way to generate a *derived xpub* for a custom path in the wallet, i can do this with external tooling (e.g. darosior's bip32 python module), but afaik not from bitcoin core itself?
< wumpus> PSA: the devwiki has been closed to bitcoin-core members only, if you require access to it please ask here to be added to the "wiki editors" or "frequent contributors" group (both give write access to the wiki)
< wumpus> i'm sure there are some public block chain APIs you can use but that's very much off topic here #bitcoin for general questions
< wumpus> michaelfolkson: though you're right that the dev wiki is noet the place for 'finalized' documentation, we have other places for that: the 'doc' folder in the repository for things directly related to e.g. RPC functionality, and https://github.com/bitcoin-core/docs for less tightly coupled docs
< wumpus> michaelfolkson: also thanks for reminding me to set it to editable to bitcoin-core members only
< bitcoin-git> [bitcoin] fyquah opened pull request #21245: rpc: Add level 3 verbosity to getblock RPC call. (master...verbosity-level-3-getblock) https://github.com/bitcoin/bitcoin/pull/21245
< bitcoin-git> [bitcoin] kiminuo opened pull request #21244: GetDataDir: Accept ArgsManager as a parameter. (master...feature/2021-02-get-data-dir-args) https://github.com/bitcoin/bitcoin/pull/21244
< bitcoin-git> [bitcoin] jnewbery closed pull request #20411: test: Fix Version Message Deserialization Discrepancy (master...2020-11-test-framework-version-msg-fix) https://github.com/bitcoin/bitcoin/pull/20411
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21243: ci: Avoid invoking curl on the host (master...2102-ciCurl) https://github.com/bitcoin/bitcoin/pull/21243
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validation functions (master...2020-09-reduce-validation-mempool-ccsactiveglobal-usage) https://github.com/bitcoin/bitcoin/pull/20750
< bitcoin-git> bitcoin/master 252b489 Carl Dong: validation: Pass in coins tip to CheckInputsFromMempoolAndCache
< bitcoin-git> bitcoin/master 73a6d2b Carl Dong: validation: Pass in chainstate to IsCurrentForFeeEstimation
< bitcoin-git> bitcoin/master d1f932b Carl Dong: validation: Pass in coins cache to ::LimitMempoolSize
< bitcoin-git> [bitcoin] MarcoFalke pushed 21 commits to master: https://github.com/bitcoin/bitcoin/compare/c46fe4d1073c...828bb776d29c
< MarcoFalke> PSA. I am tracking non-exploitable (and exploitable) issues on https://github.com/bitcoin-core/bitcoin-devwiki/wiki/Fuzz-Trophies-(vulnerabilities) both for transparency and for our own benefit to understand the usefulness of fuzzing. This will hopefully help us to deploy new fuzzing resources more educated and with more impact.
< sipa> this channel is about development of bitcoin core
< Abrax> its bitcoin.com
< copumpkin> given who owns bitcoin.com, I'm not sure folks in here are terribly interested
< Abrax> irc.bitcoin.com
< Abrax> bitcoin has an official irc server now
< bitcoin-git> [bitcoin] dongcarl opened pull request #21239: guix: Add codesigning support for osx+win (master...2021-01-guix-win-sign) https://github.com/bitcoin/bitcoin/pull/21239

2021-02-19

< bitcoin-git> [bitcoin] RonSherfey opened pull request #21237: edit 1 (master...master) https://github.com/bitcoin/bitcoin/pull/21237
< darosior> achow101: could you give me a quick conceptual feedback on https://github.com/bitcoin/bitcoin/pull/20867 when you have a minute ? (pinging you since the bot did on the PR)
< bitcoin-git> [bitcoin] laanwj merged pull request #21088: guix: Jump forwards in time-machine and adapt (master...2021-02-bump-time-machine) https://github.com/bitcoin/bitcoin/pull/21088
< bitcoin-git> bitcoin/master c46fe4d Wladimir J. van der Laan: Merge #21088: guix: Jump forwards in time-machine and adapt
< bitcoin-git> bitcoin/master d02076b Carl Dong: guix: Jump forwards in time-machine and adapt
< bitcoin-git> bitcoin/master f8ca8c5 Carl Dong: guix: Supply --keep-failed for debugging
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f1c339d452f8...c46fe4d1073c
< bitcoin-git> [bitcoin] jnewbery opened pull request #21236: Net processing: Extract `addr` send functionality into MaybeSendAddr() (master...2021-02-maybe-send-addr) https://github.com/bitcoin/bitcoin/pull/21236
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21211: test: Move P2WSH_OP_TRUE to shared test library (master...2102-testMoveScript) https://github.com/bitcoin/bitcoin/pull/21211
< bitcoin-git> bitcoin/master f1c339d MarcoFalke: Merge #21211: test: Move P2WSH_OP_TRUE to shared test library
< bitcoin-git> bitcoin/master 22220ef MarcoFalke: test: Move P2WSH_OP_TRUE to shared test library
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09eb46c9430b...f1c339d452f8
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21187: Net processing: Only call PushAddress() from net_processing (master...2021-02-getpeerlocaladdr) https://github.com/bitcoin/bitcoin/pull/21187
< bitcoin-git> bitcoin/master 09eb46c MarcoFalke: Merge #21187: Net processing: Only call PushAddress() from net_processing
< bitcoin-git> bitcoin/master 3e68efa John Newbery: [net] Move checks from GetLocalAddrForPeer to caller
< bitcoin-git> bitcoin/master d21d2b2 John Newbery: [net] Change AdvertiseLocal to GetLocalAddrForPeer
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6a680a6236e0...09eb46c9430b
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21226: build: Fix fuzz binary compilation under windows (master...compile-fuzz-binary-windows) https://github.com/bitcoin/bitcoin/pull/21226
< bitcoin-git> bitcoin/master 6a680a6 MarcoFalke: Merge #21226: build: Fix fuzz binary compilation under windows
< bitcoin-git> bitcoin/master 56ace90 Dan Benjamin: Fix fuzz binary compilation under windows
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1c2f619a687...6a680a6236e0
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21221: [tools] Allow argument/parameter bin packing in clang-format (master...2021-02-bin-pack-args) https://github.com/bitcoin/bitcoin/pull/21221
< bitcoin-git> bitcoin/master f1c2f61 MarcoFalke: Merge #21221: [tools] Allow argument/parameter bin packing in clang-format...
< bitcoin-git> bitcoin/master 876ac3f John Newbery: [tools] Allow argument/parameter bin packing in clang-format
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f093310b2e18...f1c2f619a687
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21235: p2p: Clarify disconnect log message in ProcessGetBlockData, remove send bool (master...2102-logDisconnect) https://github.com/bitcoin/bitcoin/pull/21235
< bitcoin-git> [bitcoin] fanquake merged pull request #21228: test: Avoid comparision of integers with different signs (master...2021/02/minertest_U_fix) https://github.com/bitcoin/bitcoin/pull/21228
< bitcoin-git> bitcoin/master f093310 fanquake: Merge #21228: test: Avoid comparision of integers with different signs
< bitcoin-git> bitcoin/master bedb8d8 Jonas Schnelli: Avoid comparision of integers with different signs
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56fe4bb3c52e...f093310b2e18
< bitcoin-git> [bitcoin] fanquake closed pull request #20976: doc: fix broken link to whitepaper in README (master...fix-wp-link) https://github.com/bitcoin/bitcoin/pull/20976
< bitcoin-git> [bitcoin] laanwj merged pull request #21210: doc: Rework internal and external links (master...2102-docLinks) https://github.com/bitcoin/bitcoin/pull/21210
< bitcoin-git> bitcoin/master 56fe4bb Wladimir J. van der Laan: Merge #21210: doc: Rework internal and external links
< bitcoin-git> bitcoin/master 77772a1 MarcoFalke: doc: Rework internal and external links
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04e01606e31b...56fe4bb3c52e
< bitcoin-git> [bitcoin] fanquake merged pull request #21205: build: actually fail when Boost is missing (master...actually_fail_when_boost_missing) https://github.com/bitcoin/bitcoin/pull/21205
< bitcoin-git> bitcoin/master 04e0160 fanquake: Merge #21205: build: actually fail when Boost is missing
< bitcoin-git> bitcoin/master c5da274 fanquake: build: actually stop configure if Boost isn't available
< bitcoin-git> bitcoin/master cad8b52 fanquake: build: explicitly install libboost-dev package
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9f3ffa29389a...04e01606e31b
< bitcoin-git> [bitcoin] fanquake closed pull request #21233: Add msbuild to path (master...master) https://github.com/bitcoin/bitcoin/pull/21233
< bitcoin-git> [bitcoin] RonSherfey opened pull request #21233: Add msbuild to path (master...master) https://github.com/bitcoin/bitcoin/pull/21233
< bitcoin-git> [bitcoin] vasild closed pull request #21223: style: make clang-format break long lines (master...clang-format-ColumnLimit) https://github.com/bitcoin/bitcoin/pull/21223
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21230
< bitcoin-git> bitcoin/master fa24247 MarcoFalke: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection
< bitcoin-git> bitcoin/master fab6995 MarcoFalke: test: Make test actually test something
< bitcoin-git> bitcoin/master fae8f35 MarcoFalke: test: pep8 touched test
< bitcoin-git> [bitcoin] jonasschnelli pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3a2d5bfeb38e...9f3ffa29389a
< bitcoin-git> [gui] jarolrod opened pull request #214: qt: Disable requests context menu actions when appropriate (master...disable-contextactions-novalue) https://github.com/bitcoin-core/gui/pull/214
< bitcoin-git> [bitcoin] ali-ahari-hashemi opened pull request #21232: index: display specific error message when fatal index error occurs (master...2021/specific_indexerror_message) https://github.com/bitcoin/bitcoin/pull/21232
< bitcoin-git> [bitcoin] fyquah opened pull request #21231: Add /opt/homebrew to path to look for boost libraries (master...modify-boost-path-for-m1-macs) https://github.com/bitcoin/bitcoin/pull/21231
< bitcoin-git> [gui] jarolrod opened pull request #213: qt: Add Copy Address Action to Payment Requests (master...add-copyaddress-requestedpayments) https://github.com/bitcoin-core/gui/pull/213
< bitcoin-git> [bitcoin] meshcollider merged pull request #21201: rpc: Disallow sendtoaddress and sendmany when private keys disabled (master...fix-sendmoney) https://github.com/bitcoin/bitcoin/pull/21201
< bitcoin-git> bitcoin/master 3a2d5bf Samuel Dobson: Merge #21201: rpc: Disallow sendtoaddress and sendmany when private keys d...
< bitcoin-git> bitcoin/master 6bfbc97 Jon Atack: test: disallow sendtoaddress/sendmany when private keys disabled
< bitcoin-git> bitcoin/master 0997019 Andrew Chow: Disallow sendtoaddress and sendmany when private keys disabled
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b805dbb0b9c9...3a2d5bfeb38e

2021-02-18

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21230: test: Fix NODE_NETWORK_LIMITED_MIN_BLOCKS disconnection (master...2102-testFix) https://github.com/bitcoin/bitcoin/pull/21230
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #21228: Avoid comparision of integers with different signs (master...2021/02/minertest_U_fix) https://github.com/bitcoin/bitcoin/pull/21228
< core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
< michaelfolkson> I'd like to make clear that multiple Bitcoin Core contributors effectively NACKed lot=true in the meeting and as far as I could make out only one Bitcoin Core contributor effectively NACKed lot=false
< bitcoin-git> [bitcoin] fanquake closed pull request #21225: doc: Remove dead whitepaper link from README (master...doc_remove_whitepaper_link) https://github.com/bitcoin/bitcoin/pull/21225
< luke-jr> sdaftuar: to implement a protocol distinct from what the Bitcoin community defines for Bitcoin would constitute ceasing to be a Bitcoin implementation
< gribble> https://github.com/bitcoin/bitcoin/issues/20556 | rpc: Properly document return values (submitblock, gettxout, getblocktemplate, scantxoutset) by MarcoFalke · Pull Request #20556 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16546 | External signer support - Wallet Box edition by Sjors · Pull Request #16546 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20833 | rpc/validation: enable packages through testmempoolaccept by glozow · Pull Request #20833 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21146 | validation/coins: limit MemPoolAccept access to coins cache + make it responsible for uncaching by glozow · Pull Request #21146 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16546 | External signer support - Wallet Box edition by Sjors · Pull Request #16546 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 has 6 blockers, no bugfixes, 2 chasing concept ACK
< wumpus> #bitcoin-core-dev Meeting: achow101 aj amiti ariard bluematt cfields Chris_Stewart_5 digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik
< core-meetingbot> Meeting started Thu Feb 18 19:00:29 2021 UTC. The chair is wumpus. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< gribble> https://github.com/bitcoin/bitcoin/issues/16546 | External signer support - Wallet Box edition by Sjors · Pull Request #16546 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] danben opened pull request #21226: build: Fix fuzz binary compilation under windows (master...compile-fuzz-binary-windows) https://github.com/bitcoin/bitcoin/pull/21226
< bitcoin-git> [bitcoin] wodry closed pull request #21102: Log: Add debug log category tag (master...log-debug-category) https://github.com/bitcoin/bitcoin/pull/21102
< bitcoin-git> [bitcoin] antanst opened pull request #21225: doc: Remove dead whitepaper link from README (master...doc_remove_whitepaper_link) https://github.com/bitcoin/bitcoin/pull/21225
< bitcoin-git> [bitcoin] jonatack closed pull request #21181: p2p: if no anchors.dat file, log a message instead of an error (master...log-message-instead-of-error-if-missing-anchors) https://github.com/bitcoin/bitcoin/pull/21181
< bitcoin-git> [bitcoin] ariard opened pull request #21224: [p2p] Halt processing of unrequested transactions (master...2021-02-halt-processing-unrequested) https://github.com/bitcoin/bitcoin/pull/21224
< bitcoin-git> [bitcoin] laanwj merged pull request #19809: log: Prefix log messages with function name and source code location if -logsourcelocations is set (master...logfunctionnames) https://github.com/bitcoin/bitcoin/pull/19809
< bitcoin-git> bitcoin/master b805dbb Wladimir J. van der Laan: Merge #19809: log: Prefix log messages with function name and source code ...
< bitcoin-git> bitcoin/master b4511e2 practicalswift: log: Prefix log messages with function name if -logsourcelocations is set
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/860f9168034f...b805dbb0b9c9
< bitcoin-git> [bitcoin] vasild opened pull request #21223: style: make clang-format break long lines (master...clang-format-ColumnLimit) https://github.com/bitcoin/bitcoin/pull/21223
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21222: log: Clarify log message when file does not exist (master...2102-logFile) https://github.com/bitcoin/bitcoin/pull/21222
< bitcoin-git> [bitcoin] laanwj merged pull request #20524: test: Move MIN_VERSION_SUPPORTED to p2p.py (master...2020-11-subversion-string) https://github.com/bitcoin/bitcoin/pull/20524
< bitcoin-git> bitcoin/master 9b4054c John Newbery: [test] Move MY_SUBVERSION to p2p.py
< bitcoin-git> bitcoin/master 7e158a6 John Newbery: [test] Move MY_VERSION to p2p.py
< bitcoin-git> bitcoin/master 6523111 John Newbery: [test] Move MIN_VERSION_SUPPORTED to p2p.py
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/db656db2ed5a...860f9168034f
< bitcoin-git> [bitcoin] jnewbery opened pull request #21221: [tools] Allow argument/parameter bin packing in clang-format (master...2021-02-bin-pack-args) https://github.com/bitcoin/bitcoin/pull/21221
< gribble> https://github.com/bitcoin/bitcoin/issues/16546 | External signer support - Wallet Box edition by Sjors · Pull Request #16546 · bitcoin/bitcoin · GitHub
< jonasschnelli> meshcollider: just add "githubmerge.pushmirrors=git@github.com:bitcoin-core/gui.git" to your git config (the merge script will pick this up)
< bitcoin-git> [bitcoin] meshcollider merged pull request #19136: wallet: add parent_desc to getaddressinfo (master...export-descriptor) https://github.com/bitcoin/bitcoin/pull/19136
< bitcoin-git> bitcoin/master e4ac869 Andrew Chow: rpc: Add parent descriptor to getaddressinfo output
< bitcoin-git> bitcoin/master bbe4a36 Andrew Chow: wallet: Add GetDescriptorString to DescriptorScriptPubKeyMan
< bitcoin-git> bitcoin/master 9be1437 Andrew Chow: descriptors: Add ToNormalizedString and tests
< bitcoin-git> [bitcoin] meshcollider pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/9017d55e7c32...db656db2ed5a
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #15946: Allow maintaining the blockfilterindex when using prune (master...2019/05/prune_blockfilter) https://github.com/bitcoin/bitcoin/pull/15946
< bitcoin-git> bitcoin/master 5e11226 Jonas Schnelli: Avoid pruning below the blockfilterindex sync height
< bitcoin-git> bitcoin/master 6abe9f5 Jonas Schnelli: Allow blockfilter in conjunction with prune
< bitcoin-git> bitcoin/master 00d57ff Jonas Schnelli: Avoid accessing nullpointer in BaseIndex::GetSummary()
< bitcoin-git> [bitcoin] jonasschnelli pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/cd66d8b1d8b5...9017d55e7c32
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size (master...20201119-refactor-replace-sizeof-by-std_size) https://github.com/bitcoin/bitcoin/pull/20429
< bitcoin-git> bitcoin/master e829c9a Sebastian Falbesoner: refactor: replace sizeof(a)/sizeof(a[0]) by std::size (C++17)
< bitcoin-git> bitcoin/master 365539c Sebastian Falbesoner: refactor: init vectors via std::{begin,end} to avoid pointer arithmetic
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/372dd8da2475...cd66d8b1d8b5
< bitcoin-git> bitcoin/master 63d4ee1 Sebastian Falbesoner: refactor: iterate arrays via C++11 range-based for loops if idx is not nee...
< bitcoin-git> [gui] jarolrod opened pull request #211: qt: Remove Transactionview Edit Label Action (master...remove-transactionview-editlabel) https://github.com/bitcoin-core/gui/pull/211

2021-02-17

< bitcoin-git> [bitcoin] fanquake closed pull request #21219: Update README.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/21219