2021-03-02

< bitcoin-git> bitcoin/master a28c053 fanquake: Merge #21298: guix: Bump time-machine, glibc, and linux-headers
< bitcoin-git> bitcoin/master c33b199 Carl Dong: guix: Bump glibc and linux-headers
< bitcoin-git> bitcoin/master 65363a1 Carl Dong: guix: Rebase on 95aca2991b (1.2.0-12.dffc918)
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d1abe54fcee1...a28c053c885e
< bitcoin-git> [bitcoin] fanquake merged pull request #21323: guix, doc: Update default HOSTS value (master...210301-guixdoc) https://github.com/bitcoin/bitcoin/pull/21323
< bitcoin-git> bitcoin/master d1abe54 fanquake: Merge #21323: guix, doc: Update default HOSTS value
< bitcoin-git> bitcoin/master a0a7a43 Hennadii Stepanov: guix, doc: Update default HOSTS value
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/05e821ee1955...d1abe54fcee1
< gribble> https://github.com/bitcoin/bitcoin/issues/20557 | addrman: Fix new table bucketing during unserialization by jnewbery · Pull Request #20557 · bitcoin/bitcoin · GitHub

2021-03-01

< bitcoin-git> [bitcoin] achow101 opened pull request #21329: descriptor wallet: Cache last hardened xpub and use in normalized descriptors (master...norm-desc-xpub-cache) https://github.com/bitcoin/bitcoin/pull/21329
< bitcoin-git> [bitcoin] jonatack opened pull request #21328: net, refactor: pass uint16 CService::port as uint16 (master...pass-uint16_t-CService-port-as-uint16_t) https://github.com/bitcoin/bitcoin/pull/21328
< bitcoin-git> [gui] achow101 opened pull request #233: qt test: Don't bind to regtest port (master...qttest-other-port) https://github.com/bitcoin-core/gui/pull/233
< bitcoin-git> [bitcoin] laanwj merged pull request #21170: bench: Add benchmark to write JSON into a string (master...2021-02-benchmark-BlockToJsonVerboseWrite) https://github.com/bitcoin/bitcoin/pull/21170
< bitcoin-git> bitcoin/master 05e821e Wladimir J. van der Laan: Merge #21170: bench: Add benchmark to write JSON into a string
< bitcoin-git> bitcoin/master e3e0a24 Martin Ankerl: Add benchmark to write JSON into a string
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad89812c70a9...05e821ee1955
< bitcoin-git> [bitcoin] glozow opened pull request #21327: net_processing: ignore transactions while in IBD (master...2021-02-ibd-txrelay) https://github.com/bitcoin/bitcoin/pull/21327
< bitcoin-git> [bitcoin] dougEfresh closed pull request #21326: doc: remove the word 'experimental' in README (master...master) https://github.com/bitcoin/bitcoin/pull/21326
< bitcoin-git> [bitcoin] dougEfresh opened pull request #21326: doc: remove the word 'experimental' in README (master...master) https://github.com/bitcoin/bitcoin/pull/21326
< bitcoin-git> [bitcoin] fyquah opened pull request #21325: lint: Fix spelling errors in comments (master...fix-spelling-errors) https://github.com/bitcoin/bitcoin/pull/21325
< bitcoin-git> [bitcoin] hebasto opened pull request #21324: doc: Update build instructions for Fedora (master...210301-fedora) https://github.com/bitcoin/bitcoin/pull/21324
< gribble> https://github.com/bitcoin/bitcoin/issues/20197 | p2p: protect onions in AttemptToEvictConnection(), add eviction protection test coverage by jonatack · Pull Request #20197 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20685 | Add I2P support using I2P SAM by vasild · Pull Request #20685 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #21321: guix: Add curl to required tool list (master...210301-curl) https://github.com/bitcoin/bitcoin/pull/21321
< bitcoin-git> bitcoin/master ad89812 Wladimir J. van der Laan: Merge #21321: guix: Add curl to required tool list
< bitcoin-git> bitcoin/master 97f1062 Hennadii Stepanov: guix: Add curl to required tool list
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/362e901a17cc...ad89812c70a9
< bitcoin-git> bitcoin/master a5cfb40 Sebastian Falbesoner: doc: release note for changed {sign,verify}message error codes
< bitcoin-git> [bitcoin] laanwj merged pull request #18466: rpc: fix invalid parameter error codes for {sign,verify}message RPCs (master...20200329-rpc-improve-signverifymessage-error-codes) https://github.com/bitcoin/bitcoin/pull/18466
< bitcoin-git> bitcoin/master 9e399b9 Sebastian Falbesoner: test: check parameter validity in rpc_signmessage.py
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e52ce9f2b312...362e901a17cc
< bitcoin-git> bitcoin/master e62f0c7 Sebastian Falbesoner: rpc: fix {sign,message}verify RPC errors for invalid address/signature
< gribble> https://github.com/bitcoin/bitcoin/issues/21007 | bitcoind: Add -daemonwait option to wait for initialization by laanwj · Pull Request #21007 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #21323: guix, doc: Update default HOSTS value (master...210301-guixdoc) https://github.com/bitcoin/bitcoin/pull/21323
< bitcoin-git> [bitcoin] hebasto opened pull request #21321: guix: Add curl to required tool list (master...210301-curl) https://github.com/bitcoin/bitcoin/pull/21321
< bitcoin-git> [bitcoin] fanquake opened pull request #21320: build: fix libnatpmp macos cross compile (master...fix_libnatpmp_cross_macos) https://github.com/bitcoin/bitcoin/pull/21320
< gribble> https://github.com/bitcoin/bitcoin/issues/19763 | net: dont try to relay to the address originator by vasild · Pull Request #19763 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21111 | Improve OpenRC initscript by parazyd · Pull Request #21111 · bitcoin/bitcoin · GitHub

2021-02-28

< gribble> https://github.com/bitcoin/bitcoin/issues/19763 | net: dont try to relay to the address originator by vasild · Pull Request #19763 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] luke-jr opened pull request #21319: RPC/Blockchain: Optimise getblock for simple disk->hex case (master...getblock_optimise) https://github.com/bitcoin/bitcoin/pull/21319
< bitcoin-git> [bitcoin] practicalswift closed pull request #20383: Avoid signed integer overflow and invalid integer negation when loading malformed mempool.dat files (master...signed-integer-malformed-mempool-dat-and-rpc) https://github.com/bitcoin/bitcoin/pull/20383
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21317: util: Make Assume() usable as unary expression (master...2102-utilAssumeUnary) https://github.com/bitcoin/bitcoin/pull/21317
< Talkless> jonatack: didn't you had some sort of "tutorial" for working with Bitcoin PR's?
< bitcoin-git> [bitcoin] fanquake merged 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/master e52ce9f fanquake: Merge #21286: build: Bump minimum Qt version to 5.9.5
< bitcoin-git> bitcoin/master faa06ec Hennadii Stepanov: build: Bump minimum Qt version to 5.9.5
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb67caebe26f...e52ce9f2b312
< gribble> https://github.com/bitcoin/bitcoin/issues/18466 | rpc: fix invalid parameter error codes for {sign,verify}message RPCs by theStack · Pull Request #18466 · bitcoin/bitcoin · GitHub
< bitcoin-git> [gui] RandyMcMillan opened pull request #231: splash: new layout and new icon (master...new-icon) https://github.com/bitcoin-core/gui/pull/231
< bitcoin-git> [bitcoin] luke-jr opened pull request #21313: More robust file/directory syncing and error handling (master...fsync_dir_pt2) https://github.com/bitcoin/bitcoin/pull/21313

2021-02-27

< bitcoin-git> [bitcoin] vladyslavstartsev opened pull request #21312: wallet: remove lock during `listaddressgroupings` (master...listaddressgroupings-no-lock) https://github.com/bitcoin/bitcoin/pull/21312
< bitcoin-git> [bitcoin] theStack opened pull request #21311: rpc: document optional fields for getchaintxstats result (master...2021-rpc-document_optional_getchaintxstats_fields) https://github.com/bitcoin/bitcoin/pull/21311
< gribble> https://github.com/bitcoin/bitcoin/issues/230 | Update German translation to latest git. by TheBlueMatt · Pull Request #230 · bitcoin/bitcoin · GitHub
< bitcoin-git> [gui] hebasto closed pull request #228: Drop unused parameter in GUIUtil::get{Save|Open}FileName (master...210224-file) https://github.com/bitcoin-core/gui/pull/228
< bitcoin-git> [bitcoin] theStack opened pull request #21310: zmq test: fix sync-up by matching notification to generated block (master...2021-zmq-fix_sync_up_procedure) https://github.com/bitcoin/bitcoin/pull/21310
< bitcoin-git> [bitcoin] ivanacostarubio opened pull request #21308: build: removing xcrun from darwin build (master...issue18959) https://github.com/bitcoin/bitcoin/pull/21308
< bitcoin-git> [gui] luke-jr opened pull request #230: Support backup to new text-based database dump format (master...gui_backup_formats) https://github.com/bitcoin-core/gui/pull/230
< bitcoin-git> [gui] hebasto opened pull request #229: Fix regression with initial sorting after pr205 (master...210227-sort) https://github.com/bitcoin-core/gui/pull/229
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21297: test: feature_blockfilterindex_prune.py improvements (master...feature_blockfilterindex_prune-improvements) https://github.com/bitcoin/bitcoin/pull/21297
< bitcoin-git> bitcoin/master fb67cae MarcoFalke: Merge #21297: test: feature_blockfilterindex_prune.py improvements
< bitcoin-git> bitcoin/master 88c4b9b Jon Atack: test: remove unneeded node from feature_blockfilterindex_prune.py
< bitcoin-git> bitcoin/master ace3f4c Jon Atack: test: improve assertions in feature_blockfilterindex_prune.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5ba5becbb5d8...fb67caebe26f
< gribble> https://github.com/bitcoin/bitcoin/issues/21166 | Have SignatureExtractorChecker subclass MutableTransactionSignatureChecker by achow101 · Pull Request #21166 · bitcoin/bitcoin · GitHub

2021-02-26

< bitcoin-git> [bitcoin] dongcarl opened pull request #21304: guix: Various user workflow improvements (master...2021-02-guix-clean-script) https://github.com/bitcoin/bitcoin/pull/21304
< bitcoin-git> [bitcoin] laanwj merged 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/master 5ba5bec Wladimir J. van der Laan: Merge #21272: guix: Passthrough SDK_PATH into container
< bitcoin-git> bitcoin/master 13a9fd1 Carl Dong: guix: Passthrough SDK_PATH into container
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d37841cdf3a...5ba5becbb5d8
< gribble> https://github.com/bitcoin/bitcoin/issues/19521 | Coinstats Index by fjahr · Pull Request #19521 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20391 | wallet: introduce setfeerate (an improved settxfee, in sat/vB) by jonatack · Pull Request #20391 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20861 | BIP 350: Implement Bech32m and use it for v1+ segwit addresses by sipa · Pull Request #20861 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21083 | wallet: Avoid requesting fee rates multiple times during coin selection by achow101 · Pull Request #21083 · bitcoin/bitcoin · GitHub
< achow101> #bitcoin-core-dev wallet 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
< shesek> sipa, it was actually you that introduced a more strict checking of pubkeys in https://github.com/bitcoin/bitcoin/pull/13194
< Kiminuo> https://github.com/bitcoin/bitcoin/pull/21244 does anyone want to have a look? :)
< bitcoin-git> [bitcoin] laanwj merged pull request #21277: wallet: listdescriptors uses normalized descriptor form (master...listdescriptors_normalized) https://github.com/bitcoin/bitcoin/pull/21277
< bitcoin-git> bitcoin/master 8d37841 Wladimir J. van der Laan: Merge #21277: wallet: listdescriptors uses normalized descriptor form
< bitcoin-git> bitcoin/master a69c3b3 Ivan Metlushko: wallet: listdescriptors uses normalized descriptor form
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e49117470b77...8d37841cdf3a
< MarcoFalke> An organization owner has approved the following application to access private data in the Bitcoin Core organization:"Travis CI" from Travis CI GmbH
< wumpus> the bitcoin organization does not have this policy enabled at all
< wumpus> i think i understand now: bitcoin-core has a policy enabled where third-party applications (enabled by organization members) have restricted access to the repositories in the organization, by adding an exception to that page, they can at most get the same permissions as the member (but up to what they actually grant)
< wumpus> neither bitcoin nor bitcoin-core has any private repositories at least
< bitcoin-git> [bitcoin] S3RK opened pull request #21302: wallet: createwallet examples for descriptor wallets (master...create_descriptor_help) https://github.com/bitcoin/bitcoin/pull/21302
< achow101> strangely it was already available for the bitcoin org but not bitcoin-core
< bitcoin-git> [bitcoin] jesseposner opened pull request #21301: [WIP] Chacha20 py testing (master...chacha20-py-testing) https://github.com/bitcoin/bitcoin/pull/21301
< bitcoin-git> [bitcoin] dscotese opened pull request #21300: script: Add explanatory comment to tc.sh (master...tc.sh) https://github.com/bitcoin/bitcoin/pull/21300
< bitcoin-git> [bitcoin] dscotese closed pull request #21289: contrib: Add explanatory comment to tc.sh (master...patch-2) https://github.com/bitcoin/bitcoin/pull/21289
< sipa> fanquake: my build matches all your hashes here: https://github.com/bitcoin/bitcoin/pull/21298/#issuecomment-785743515
< gribble> https://github.com/bitcoin/bitcoin/issues/21298 | guix: Bump time-machine, glibc, and linux-headers by dongcarl · Pull Request #21298 · bitcoin/bitcoin · GitHub
< sipa> updating: bitcoin-c33b199456e5/lib/libbitcoinconsensus-0.dll.dbg (deflated 78%)

2021-02-25

< 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/20078 | test: Convert non-wallet tests to use our python MiniWallet · Issue #20078 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20892 | tests: Run both descriptor and legacy tests within a single test invocation by achow101 · Pull Request #20892 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21083 | wallet: Avoid requesting fee rates multiple times during coin selection by achow101 · Pull Request #21083 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17331 | Use effective values throughout coin selection by achow101 · Pull Request #17331 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19521 | Coinstats Index by fjahr · Pull Request #19521 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/21061 | [p2p] Introduce node rebroadcast module by amitiuttarwar · Pull Request #21061 · bitcoin/bitcoin · GitHub
< wumpus> https://github.com/bitcoin/bitcoin/projects/8 7 blockers, 2 chasing concept ACK
< wumpus> (fwiw, if you want to propose a meeting topic during the week use #proposedmeetingtopic <topic> and it will appear in http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt)
< 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 25 19:00:09 2021 UTC. The chair is wumpus. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< bitcoin-git> [bitcoin] jonatack reopened pull request #21297: test: `feature_blockfilterindex_prune.py` improvements (master...feature_blockfilterindex_prune-improvements) https://github.com/bitcoin/bitcoin/pull/21297
< bitcoin-git> bitcoin/master 70d3c5d Jon Atack: gui: add "Last Block" (CNodeStats::nLastBlockTime) to peer details
< bitcoin-git> bitcoin/master a21be7c Jon Atack: gui: add "Last Tx" (CNodeStats::nLastTXTime) to peer details
< bitcoin-git> bitcoin/master 4dc2fd6 Jon Atack: qt: add RPCConsole::TimeDurationField helper, call systime only once
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c0e44ee8e4ba...e49117470b77
< bitcoin-git> [gui] MarcoFalke merged pull request #226: Add "Last Block" and "Last Tx" rows to peer details area (master...add-last-block-and-last-transaction-to-peer-details) https://github.com/bitcoin-core/gui/pull/226
< bitcoin-git> [bitcoin] MarcoFalke merged 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/master c0e44ee MarcoFalke: Merge #21254: test: Avoid connecting to real network when running tests
< bitcoin-git> bitcoin/master fa730e9 MarcoFalke: test: Avoid connecting to real network when running tests
< bitcoin-git> bitcoin/master fa1b713 MarcoFalke: test: Assume node is running in subtests
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cac10e66d230...c0e44ee8e4ba
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21264: fuzz: Two scripted diff renames (master...2102-fuzzingRenames) https://github.com/bitcoin/bitcoin/pull/21264
< bitcoin-git> bitcoin/master cac10e6 MarcoFalke: Merge #21264: fuzz: Two scripted diff renames
< bitcoin-git> bitcoin/master fae216a MarcoFalke: scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
< bitcoin-git> bitcoin/master fa4fbec MarcoFalke: scripted-diff: Rename PROVIDE_MAIN_FUNCTION -> PROVIDE_FUZZ_MAIN_FUNCTION
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1b1d8bde1c94...cac10e66d230
< bitcoin-git> bitcoin/master 1b1d8bd MarcoFalke: Merge #21252: test: Add missing wait for sync to feature_blockfilterindex_...
< bitcoin-git> [bitcoin] MarcoFalke merged 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/master fa560cc MarcoFalke: test: Intermittent issue in feature_blockfilterindex_prune
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2059d32edbd0...1b1d8bde1c94
< gribble> https://github.com/bitcoin/bitcoin/issues/20197 | p2p: protect onions in AttemptToEvictConnection(), add eviction protection test coverage by jonatack · Pull Request #20197 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/20685 | Add I2P support using I2P SAM by vasild · Pull Request #20685 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack closed pull request #21297: test: `feature_blockfilterindex_prune.py` improvements (master...feature_blockfilterindex_prune-improvements) https://github.com/bitcoin/bitcoin/pull/21297
< bitcoin-git> [bitcoin] laanwj merged pull request #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate() (master...2102-testSpeedUp) https://github.com/bitcoin/bitcoin/pull/21200
< bitcoin-git> bitcoin/master fa4d8f3 MarcoFalke: test: Cache 25 mature coins for ADDRESS_BCRT1_P2WSH_OP_TRUE
< bitcoin-git> bitcoin/master fad2515 MarcoFalke: test: Remove unused bug workaround
< bitcoin-git> bitcoin/master faabce7 MarcoFalke: test: Start only the number of nodes that are needed
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8ca6bd0dac8f...2059d32edbd0
< bitcoin-git> bitcoin/master 8ca6bd0 MarcoFalke: Merge bitcoin-core/gui#223: qt: Re-add and rename transaction "Edit Label"...
< bitcoin-git> bitcoin/master 22664d6 Wladimir J. van der Laan: Revert "qt: Remove Transactionview Edit Label Action"
< bitcoin-git> bitcoin/master 5440c07 Wladimir J. van der Laan: qt: Rename "Edit label" to "Edit address label"
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/09bc7bfed1e6...8ca6bd0dac8f
< bitcoin-git> [gui] MarcoFalke merged pull request #223: qt: Re-add and rename transaction "Edit Label" action (master...2021-02-readd-edit-label) https://github.com/bitcoin-core/gui/pull/223
< bitcoin-git> bitcoin/master 09bc7bf MarcoFalke: Merge bitcoin-core/gui#214: qt: Disable requests context menu actions when...
< bitcoin-git> bitcoin/master bb3da8f Jarol Rodriguez: qt: Disable requests context menu actions when appropriate
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/434065a48344...09bc7bfed1e6
< bitcoin-git> [gui] MarcoFalke merged 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/master 434065a MarcoFalke: Merge bitcoin-core/gui#219: qt: Prevent the main window popup menu
< bitcoin-git> bitcoin/master ca5bd1c Hennadii Stepanov: qt: Prevent the main window popup menu
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56f06a986385...434065a48344
< bitcoin-git> [gui] MarcoFalke merged pull request #219: qt: Prevent the main window popup menu (master...210223-toolbar) https://github.com/bitcoin-core/gui/pull/219
< bitcoin-git> [bitcoin] dongcarl opened pull request #21298: guix: Bump time-machine, glibc, and linux-headers (master...2021-02-bump-guix-and-glibc) https://github.com/bitcoin/bitcoin/pull/21298
< bitcoin-git> [bitcoin] fanquake merged pull request #21271: guix: Explicitly set umask in build container (master...2021-02-guix-umask) https://github.com/bitcoin/bitcoin/pull/21271
< bitcoin-git> bitcoin/master 56f06a9 fanquake: Merge #21271: guix: Explicitly set umask in build container
< bitcoin-git> bitcoin/master d98f459 Carl Dong: guix: Explicitly set umask in build container
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b54a10e777f9...56f06a986385

2021-02-24

< bitcoin-git> [bitcoin] jonatack opened pull request #21297: test: `feature_blockfilterindex_prune.py` improvements (master...feature_blockfilterindex_prune-improvements) https://github.com/bitcoin/bitcoin/pull/21297
< bitcoin-git> [gui] hebasto opened pull request #228: Drop unused parameter in GUIUtil::get{Save|Open}FileName (master...210224-file) https://github.com/bitcoin-core/gui/pull/228
< gribble> https://github.com/bitcoin/bitcoin/issues/19013 | test: add v0.20.1 and v0.21.0 to backwards compatibility test by Sjors · Pull Request #19013 · bitcoin/bitcoin · GitHub
< bitcoin-git> [gui] hebasto opened pull request #227: Add URI info into -help output (master...210224-help) https://github.com/bitcoin-core/gui/pull/227
< bitcoin-git> [gui] jonatack opened pull request #226: Add "Last Block" and "Last Tx" rows to peer details area (master...add-last-block-and-last-transaction-to-peer-details) https://github.com/bitcoin-core/gui/pull/226
< shesek> an easy way to reproduce is HOME=/no/such/folder bitcoin-cli
< belcher> can you use /tmp/.bitcoin/ ?
< belcher> try `sudo bitcoin-cli` :p
< belcher> only joking, a better way might be -datadir=/path/to/.bitcoin/
< shesek> and the error reads boost::filesystem::create_directory: Permission denied: /root/.bitcoin
< shesek> why does bitcoin-cli create ~/.bitcoin?
< bitcoin-git> [bitcoin] Sjors closed pull request #20614: util: RunCommandParseJSON followups (master...2020/12/build-aux) https://github.com/bitcoin/bitcoin/pull/20614
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21292: build, doc: Fix configure script output indentation and typos (master...210224-layout) https://github.com/bitcoin/bitcoin/pull/21292
< bitcoin-git> bitcoin/master b54a10e MarcoFalke: Merge #21292: build, doc: Fix configure script output indentation and typo...
< bitcoin-git> bitcoin/master 8b08d0f Hennadii Stepanov: build, doc: Fix configure script output indentation and typos
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9307c588d0be...b54a10e777f9
< bitcoin-git> [gui] hebasto opened pull request #225: qt: Fix PaymentServer::handleURIOrFile warning message (master...210224-server) https://github.com/bitcoin-core/gui/pull/225
< bitcoin-git> [bitcoin] laanwj merged 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/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.