2021-06-15

< bitcoin-git> bitcoin/master eb63b1d fanquake: Merge bitcoin/bitcoin#22247: Switch Appveyor CI to VS2019 stable image
< bitcoin-git> bitcoin/master aab7fd0 Aaron Clauson: Switch Appveyor CI to VS2019 stable image
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f68f02db919...eb63b1db2c4d
< achow101> the gui also has "Help" > "About Bitcoin Core" which has a link to the license on opensource.org
< achow101> the license gets put in C:\Program Files\Bitcoin\COPYING.txt
< BlueMatt> Does the bitcoin core windows installer show you the software license?

2021-06-14

< hebasto> MarcoFalke: jonasschnelli: it seems changes in https://github.com/bitcoin-core/qa-assets on 2021-06-13 broke fuzz build on https://bitcoinbuilds.org
< bitcoin-git> bitcoin/master e4c916a Luke Dashjr: Bugfix: GUI: Use a different shortcut for "1 d&ay" banning, due to conflic...
< bitcoin-git> bitcoin/master 02b5263 Luke Dashjr: GUI: Restore keyboard shortcuts for context menu entries
< bitcoin-git> bitcoin/master 94e7cdd Luke Dashjr: GUI: Add keyboard shortcuts for other context menus
< bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3a2c84a6b514...3f68f02db919
< bitcoin-git> [gui] hebasto merged pull request #362: Add keyboard shortcuts to context menus (master...kbshortcuts_context) https://github.com/bitcoin-core/gui/pull/362
< bitcoin-git> [gui] hebasto opened pull request #365: Draw "eye" sign at the beginning of watch-only addresses (master...210614-tx) https://github.com/bitcoin-core/gui/pull/365
< bitcoin-git> [bitcoin] sipsorcery opened pull request #22247: Switch Appveyor CI to VS2019 stable image (master...appveyor-image-stable) https://github.com/bitcoin/bitcoin/pull/22247
< Alina-malina> there was a mindmap for bitcoin core source code
< jamesob> Alina-malina: that's a question for #bitcoin
< Alina-malina> guys do you remember the name of that program/protocol, that was right before bitcoin appeared in 2009? like it was something-brokers or something?
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #22245: [p2p] Stop sending SENDADDRV2 message to block-relay-only peers (master...2021-06-sendaddrv2) https://github.com/bitcoin/bitcoin/pull/22245
< bitcoin-git> [bitcoin] laanwj opened pull request #22244: devtools: Correctly extract symbol versions in symbol-check (master...2021-06-pixie) https://github.com/bitcoin/bitcoin/pull/22244
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22242: Move CBlockTreeDB to node/blockstorage (master...2106-blockstorage) https://github.com/bitcoin/bitcoin/pull/22242
< bitcoin-git> [bitcoin] mikkildlebl opened pull request #22241: MacOS Monterey(12.0 beta) support confirmed (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22241
< bitcoin-git> [bitcoin] hebasto opened pull request #22240: build: Re-enable -Wdeprecated-copy (master...210614-revert) https://github.com/bitcoin/bitcoin/pull/22240
< bitcoin-git> bitcoin/master 0670397 Hennadii Stepanov: Make CAddrMan::Check private
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19238: refactor: Make CAddrMan::cs non-recursive (master...200610-addrman-mx) https://github.com/bitcoin/bitcoin/pull/19238
< bitcoin-git> bitcoin/master efc6fac Hennadii Stepanov: refactor: Avoid recursive locking in CAddrMan::size
< bitcoin-git> bitcoin/master 2da9554 Hennadii Stepanov: test: Drop excessive locking in CAddrManTest::SimConnFail
< bitcoin-git> [bitcoin] MarcoFalke pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/5c4f0c4d46f0...3a2c84a6b514
< bitcoin-git> [gui] hebasto closed pull request #307: Make row color alternating in the Peers tab optional (master...210501-stripes) https://github.com/bitcoin-core/gui/pull/307
<@gribble> https://github.com/bitcoin/bitcoin/issues/6103 | Add ZeroMQ notifications by promag · Pull Request #6103 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/5303 | Add ZMQ support. Report blocks and transactions via ZMQ. by jgarzik · Pull Request #5303 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/4594 | Adds publishing blocks and transactions over ZMQ by jmcorgan · Pull Request #4594 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #21261: p2p: update inbound eviction protection for multiple networks, add I2P peers (master...protect-i2p-peers-from-eviction) https://github.com/bitcoin/bitcoin/pull/21261
< bitcoin-git> bitcoin/master 4a19f50 Jon Atack: test: add ALL_NETWORKS to test utilities
< bitcoin-git> bitcoin/master 519e76b Jon Atack: test: speed up and simplify peer_eviction_test
< bitcoin-git> bitcoin/master 1cde800 Jon Atack: p2p, refactor: rm redundant erase_size calculation in SelectNodeToEvict()
< bitcoin-git> [bitcoin] laanwj pushed 18 commits to master: https://github.com/bitcoin/bitcoin/compare/de5512e28df2...5c4f0c4d46f0
< bitcoin-git> [bitcoin] fanquake closed pull request #22239: Bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/22239
< bitcoin-git> [bitcoin] Andipandi111 opened pull request #22239: Bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/22239
< elichai2> pubhashtx, I took 20 because in the end I'm gathering some stats on transactions(for research purposes) and it's not too useful to me to get transactions in a big delay after the node gets them (I should've probably hacked my data gathering into bitcoin core), so I'd rather miss transactions than get them in delay
<@gribble> https://github.com/bitcoin/bitcoin/issues/21461 | fuzz: Make it possible to execute each file in a directory without fuzz engine · Issue #21461 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/12314 | Bech32 address generation in regtest does not have the prefix `tb` · Issue #12314 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #22238: build: improve detection of eBPF support (master...no_probes_darwin_for_now) https://github.com/bitcoin/bitcoin/pull/22238
< bitcoin-git> [bitcoin] fanquake merged pull request #22230: build: Fix MSVC linker /SubSystem option for bitcoin-qt.exe (master...210612-msvc) https://github.com/bitcoin/bitcoin/pull/22230
< bitcoin-git> bitcoin/master de5512e fanquake: Merge bitcoin/bitcoin#22230: build: Fix MSVC linker /SubSystem option for ...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad2ab88ccc3a...de5512e28df2
< bitcoin-git> bitcoin/master 9edd713 Hennadii Stepanov: build: Fix MSVC linker /SubSystem option for bitcoin-qt.exe
< bitcoin-git> [bitcoin] fanquake merged pull request #22224: Update msvc and appveyor builds to use Qt5.12.11 binaries (master...msvc_qt5.12.11) https://github.com/bitcoin/bitcoin/pull/22224
< bitcoin-git> bitcoin/master ad2ab88 fanquake: Merge bitcoin/bitcoin#22224: Update msvc and appveyor builds to use Qt5.12...
< bitcoin-git> bitcoin/master e25ea54 Aaron Clauson: Update msvc and appveyor builds to use Qt5.12.11 binaries.
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d75a1df6178a...ad2ab88ccc3a

2021-06-13

< bitcoin-git> [bitcoin] dgoncharov opened pull request #22237: build: Avoid remaking makefiles. (master...avoid_rebuilding_makefiles) https://github.com/bitcoin/bitcoin/pull/22237
< bitcoin-git> [bitcoin] josibake opened pull request #22235: script: add script to generate example bitcoin.conf (master...josibake-auto-generate-example-bitcoin-conf-file) https://github.com/bitcoin/bitcoin/pull/22235
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21941: fuzz: Call const member functions in addrman fuzz test only once (master...2105-fuzzAddrConst) https://github.com/bitcoin/bitcoin/pull/21941
< bitcoin-git> bitcoin/master d75a1df MarcoFalke: Merge bitcoin/bitcoin#21941: fuzz: Call const member functions in addrman ...
< bitcoin-git> bitcoin/master faf7623 MarcoFalke: fuzz: Call const member functions in addrman fuzz test only once
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/964d91b193f8...d75a1df6178a
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22130: test: refactor: dedup utility function chain_transaction() (master...20210601-test-dedup_chain_transaction) https://github.com/bitcoin/bitcoin/pull/22130
< bitcoin-git> bitcoin/master 964d91b MarcoFalke: Merge bitcoin/bitcoin#22130: test: refactor: dedup utility function chain_...
< bitcoin-git> bitcoin/master 01eedf3 Sebastian Falbesoner: test: doc: improve doc for chain_transaction() helper
< bitcoin-git> bitcoin/master 6e63e36 Sebastian Falbesoner: test: refactor: dedup utility function chain_transaction()
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9c1ec689f353...964d91b193f8
< bitcoin-git> [bitcoin] dgoncharov opened pull request #22234: build: Mark print-% target as phony. (master...mark_print_as_phony) https://github.com/bitcoin/bitcoin/pull/22234
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22232: refactor: Pass interpreter flags as uint32_t instead of signed int (master...2106-refactorFlags) https://github.com/bitcoin/bitcoin/pull/22232
< elichai2> I'm sometimes getting big jumps in (zmq) sequence numbers, for example, I was listening to `hashtx` with a buffer of 20 on the bitcoin core side, and suddenly I got a message with sequence number 4139 while the one before it had 3038
< elichai2> which channel is best for asking about details on the zmq interface? #bitcoin? (I remembered there was a #bitcoin-dev, but I can't join it) or is here also fine?
< elichai2> oh I apparently forgot that zmq addresses need to have a protocol prefix (eg "tcp://IP:PORT"), and bitcoin core didn't complain about it
< elichai2> Are the binaries from bitcoin.org compiled with zmq support?
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22102: Remove `Warning:` from warning message printed for unknown new rules (master...warning-msg) https://github.com/bitcoin/bitcoin/pull/22102
< bitcoin-git> bitcoin/master 9c1ec68 MarcoFalke: Merge bitcoin/bitcoin#22102: Remove `Warning:` from warning message printe...
< bitcoin-git> bitcoin/master 6d7e46c Prayank: Remove `Warning:`
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b0e5fbf6fad8...9c1ec689f353

2021-06-12

< bitcoin-git> [bitcoin] hebasto opened pull request #22231: refactor: Separate AppInitStartClients from AppInitMain (master...210612-start) https://github.com/bitcoin/bitcoin/pull/22231
< bitcoin-git> [gui] luke-jr opened pull request #363: Peers window: Show direction in a new column, with clearer icon (master...qt_peers_directionarrow) https://github.com/bitcoin-core/gui/pull/363
< bitcoin-git> [gui] luke-jr opened pull request #362: Add keyboard shortcuts to context menus (master...kbshortcuts_context) https://github.com/bitcoin-core/gui/pull/362
<@gribble> https://github.com/bitcoin/bitcoin/issues/263 | 0.3.22rc2 Says 0.0005 in the warning dialog but takes 0.01 as a fee for small transactions. · Issue #263 · bitcoin/bitcoin · GitHub
< luke-jr> hebasto: what's the rationale for removing key shortcuts in https://github.com/bitcoin-core/gui/pull/263 ?
< bitcoin-git> [bitcoin] laanwj merged pull request #22156: Allow tr() import only when Taproot is active (master...disallow-tr-privkey-import) https://github.com/bitcoin/bitcoin/pull/22156
< bitcoin-git> bitcoin/master b0e5fbf W. J. van der Laan: Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is active...
< bitcoin-git> bitcoin/master fbf485c Andrew Chow: Allow tr() import only when Taproot is active
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f3fbc062f97...b0e5fbf6fad8
< bitcoin-git> [bitcoin] hebasto opened pull request #22230: build: Fix MSVC linker /SubSystem option for bitcoin-qt.exe (master...210612-msvc) https://github.com/bitcoin/bitcoin/pull/22230
< bitcoin-git> [gui] hebasto merged pull request #333: refactor: Signal-slot connections cleanup (master...210515-slots) https://github.com/bitcoin-core/gui/pull/333
< bitcoin-git> bitcoin/master bd50ff9 Hennadii Stepanov: qt: Drop redundant OverviewPage::handleOutOfSyncWarningClicks slot
< bitcoin-git> bitcoin/master f507681 Hennadii Stepanov: qt: Connect WalletView signal to BitcoinGUI slot directly
< bitcoin-git> bitcoin/master 793f195 Hennadii Stepanov: qt: Drop redundant WalletView::requestedSyncWarningInfo slot
< bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4bff49bbb1d4...6f3fbc062f97
< bitcoin-git> [bitcoin] laanwj merged pull request #22172: doc: update tor.md, release notes with removal of tor v2 support (master...tor-v2-removal-documentation) https://github.com/bitcoin/bitcoin/pull/22172
< bitcoin-git> bitcoin/master 4bff49b W. J. van der Laan: Merge bitcoin/bitcoin#22172: doc: update tor.md, release notes with remova...
< bitcoin-git> bitcoin/master 2ad034a Jon Atack: doc: update release notes with removal of tor v2 support
< bitcoin-git> bitcoin/master 49938ee Jon Atack: doc: update tor.md with removal of tor v2 support
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/96f828ba4d69...4bff49bbb1d4
<@gribble> https://github.com/bitcoin/bitcoin/issues/22172 | doc: update tor.md, release notes with removal of tor v2 support by jonatack · Pull Request #22172 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 96f828b fanquake: Merge bitcoin/bitcoin#22221: refactor: Pass block reference instead of poi...
< bitcoin-git> [bitcoin] fanquake merged pull request #22221: refactor: Pass block reference instead of pointer to PeerManagerImpl::BlockRequested (master...2106-netBlock) https://github.com/bitcoin/bitcoin/pull/22221
< bitcoin-git> bitcoin/master fa334b4 MarcoFalke: refactor: Pass block reference instead of pointer to PeerManagerImpl::Bloc...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1a369f006fd0...96f828ba4d69
< bitcoin-git> [bitcoin] fanquake opened pull request #22229: test: consolidate to f-strings (part 1) (master...consolidate_to_f_strings) https://github.com/bitcoin/bitcoin/pull/22229
< bitcoin-git> [bitcoin] fanquake merged pull request #18722: addrman: improve performance by using more suitable containers (master...addrman_map) https://github.com/bitcoin/bitcoin/pull/18722
< bitcoin-git> bitcoin/master 1a369f0 fanquake: Merge bitcoin/bitcoin#18722: addrman: improve performance by using more su...
< bitcoin-git> bitcoin/master a92485b Vasil Dimov: addrman: use unordered_map instead of map
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9795e8ec8c27...1a369f006fd0
< bitcoin-git> [bitcoin] fanquake merged pull request #22214: refactor: Rearrange fillPSBT arguments (master...pr/ipc-fill) https://github.com/bitcoin/bitcoin/pull/22214
< bitcoin-git> bitcoin/master 9795e8e fanquake: Merge bitcoin/bitcoin#22214: refactor: Rearrange fillPSBT arguments
< bitcoin-git> bitcoin/master f47e802 Russell Yanofsky: Rearrange fillPSBT arguments
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a55904a80c35...9795e8ec8c27
< bitcoin-git> [bitcoin] fanquake merged pull request #21866: [Bundle 7/7] validation: Farewell, global Chainstate! (master...2020-10-libbitcoinruntime-v9) https://github.com/bitcoin/bitcoin/pull/21866
< bitcoin-git> bitcoin/master 4d99b61 Carl Dong: test/miner_tests: Pass in chain tip to CreateBlockIndex
< bitcoin-git> bitcoin/master f0dd5e6 Carl Dong: test/util: Use existing chainman in ::PrepareBlock
< bitcoin-git> bitcoin/master 464c313 Carl Dong: init: Use existing chainman
< bitcoin-git> [bitcoin] fanquake pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/a8c8dbc98fa9...a55904a80c35

2021-06-11

< bitcoin-git> bitcoin/master a8c8dbc Hennadii Stepanov: Merge bitcoin-core/gui#361: Fix gui segfault caused by bitcoin/bitcoin#222...
< bitcoin-git> bitcoin/master d7f3b1a Russell Yanofsky: Fix gui segfault caused by bitcoin/bitcoin#22216
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f66eceaecf46...a8c8dbc98fa9
< bitcoin-git> [gui] hebasto merged pull request #361: Fix gui segfault caused by bitcoin/bitcoin#22216 (master...pr/ipc-guicrash) https://github.com/bitcoin-core/gui/pull/361
< bitcoin-git> [gui] ryanofsky opened pull request #361: Fix gui segfault caused by bitcoin/bitcoin#22216 (master...pr/ipc-guicrash) https://github.com/bitcoin-core/gui/pull/361
< bitcoin-git> [bitcoin] jamesob opened pull request #22226: doc: add unittest core dump instructions (master...2021-06-tests-core-dump) https://github.com/bitcoin/bitcoin/pull/22226
< bitcoin-git> [bitcoin] sipsorcery opened pull request #22224: Update msvc and appveyor builds to use Qt5.12.11 binaries (master...msvc_qt5.12.11) https://github.com/bitcoin/bitcoin/pull/22224
< michaelfolkson> earnestly: Having same issue as this? https://github.com/bitcoin/bitcoin/issues/22170
< Kiminuo> https://github.com/bitcoin/bitcoin/blob/master/doc/benchmarking.md#running - mentions: For benchmarks purposes you only need to compile `bitcoin_bench`. Beware of configuring without `--enable-debug` as this would impact benchmarking by unlatching log printers and lock analysis.
< michaelfolkson> Taking the Taproot descriptor from the examples https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md#examples
<@gribble> https://github.com/bitcoin/bitcoin/issues/22156 | Allow tr() import only when Taproot is active by achow101 · Pull Request #22156 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22221: refactor: Pass block reference instead of pointer to PeerManagerImpl::BlockRequested (master...2106-netBlock) https://github.com/bitcoin/bitcoin/pull/22221
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22216: refactor: Make SetupServerArgs callable without NodeContext (master...pr/ipc-sargs) https://github.com/bitcoin/bitcoin/pull/22216
< bitcoin-git> bitcoin/master 493fb47 Russell Yanofsky: Make SetupServerArgs callable without NodeContext
< bitcoin-git> bitcoin/master f66ecea MarcoFalke: Merge bitcoin/bitcoin#22216: refactor: Make SetupServerArgs callable witho...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6985038046cd...f66eceaecf46
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22118: test: check anchors.dat when node starts for the first time (master...2021-05-improv-anchors-test) https://github.com/bitcoin/bitcoin/pull/22118
< bitcoin-git> bitcoin/master 6985038 MarcoFalke: Merge bitcoin/bitcoin#22118: test: check anchors.dat when node starts for ...
< bitcoin-git> bitcoin/master ef99d03 bruno: test: check anchors.dat when node starts for the first time
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce8276b5316b...6985038046cd
< bitcoin-git> [bitcoin] fanquake opened pull request #22220: util: make ParseMoney return a std::optional<CAmount> (master...parse_money_optional) https://github.com/bitcoin/bitcoin/pull/22220
< bitcoin-git> [bitcoin] fanquake merged pull request #22190: Use latest signapple commit (master...update-signapple-commit) https://github.com/bitcoin/bitcoin/pull/22190
< bitcoin-git> bitcoin/master ce8276b fanquake: Merge bitcoin/bitcoin#22190: Use latest signapple commit
< bitcoin-git> bitcoin/master 683d197 Andrew Chow: Use latest signapple commit
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/551933f9ec98...ce8276b5316b
< bitcoin-git> [bitcoin] fanquake merged pull request #22203: test: Use ConnmanTestMsg from test lib in denialofservice_tests (master...2106-testConnman) https://github.com/bitcoin/bitcoin/pull/22203
< bitcoin-git> bitcoin/master 551933f fanquake: Merge bitcoin/bitcoin#22203: test: Use ConnmanTestMsg from test lib in den...
< bitcoin-git> bitcoin/master fa72fce MarcoFalke: test: Use ConnmanTestMsg from test lib in denialofservice_tests
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1704bbf2263f...551933f9ec98

2021-06-10

< bitcoin-git> [bitcoin] ryanofsky opened pull request #22219: multiprocess: Start using init makeNode, makeChain, etc methods (master...pr/ipc-make) https://github.com/bitcoin/bitcoin/pull/22219
< bitcoin-git> [bitcoin] ryanofsky opened pull request #22218: multiprocess: Add ipc::Context and ipc::capnp::Context structs (master...pr/ipc-ctx) https://github.com/bitcoin/bitcoin/pull/22218
< bitcoin-git> [bitcoin] ryanofsky opened pull request #22217: refactor: Avoid wallet code writing node settings file (master...pr/ipc-wset) https://github.com/bitcoin/bitcoin/pull/22217
< bitcoin-git> [bitcoin] ryanofsky opened pull request #22216: refactor: Make SetupServerArgs callable without NodeContext (master...pr/ipc-sargs) https://github.com/bitcoin/bitcoin/pull/22216
< bitcoin-git> [bitcoin] ryanofsky opened pull request #22215: refactor: Add FoundBlock.found member (master...pr/ipc-found) https://github.com/bitcoin/bitcoin/pull/22215
< bitcoin-git> [bitcoin] ryanofsky opened pull request #22214: refactor: Rearrange fillPSBT arguments (master...pr/ipc-fill) https://github.com/bitcoin/bitcoin/pull/22214
< 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/21365 | Basic Taproot signing support for descriptor wallets by sipa · Pull Request #21365 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22051 | Basic Taproot derivation support for descriptors by sipa · Pull Request #22051 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22051 | Basic Taproot derivation support for descriptors by sipa · Pull Request #22051 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21365 | Basic Taproot signing support for descriptor wallets by sipa · Pull Request #21365 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/18964 | rpc, wallet: Scan mempool after import* by promag · Pull Request #18964 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21935 | Enable external signer support for GUI builds, reduce #ifdef by Sjors · Pull Request #21935 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21365 | Basic Taproot signing support for descriptor wallets by sipa · Pull Request #21365 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22154 | Add OutputType::BECH32M and related wallet support for fetching bech32m addresses by achow101 · Pull Request #22154 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22156 | Allow tr() import to privkey wallets only when Taproot is active by achow101 · Pull Request #22156 · bitcoin/bitcoin · GitHub
< jonatack> Am about to push an update to the inbound eviction protection one. I was hoping to get back to the BTC/kvB-to-sat/vB transition in time for the release but that's unfeasible so just concentrating on finishing up https://github.com/bitcoin/bitcoin/pull/21261
<@gribble> https://github.com/bitcoin/bitcoin/issues/22156 | Allow tr() import to privkey wallets only when Taproot is active by achow101 · Pull Request #22156 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/18722 | addrman: improve performance by using more suitable containers by vasild · Pull Request #18722 · bitcoin/bitcoin · GitHub
< laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos
< core-meetingbot> Meeting started Thu Jun 10 19:00:04 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< bitcoin-git> [gui] ryanofsky opened pull request #360: gui: Unregister wallet notifications before unloading wallets (master...pr/qtwd) https://github.com/bitcoin-core/gui/pull/360
< bitcoin-git> [bitcoin] laanwj merged pull request #22141: net processing: Remove hash and fValidatedHeaders from QueuedBlock (master...2021-06-blocks-in-flight) https://github.com/bitcoin/bitcoin/pull/22141
< bitcoin-git> bitcoin/master b03de9c John Newbery: [net processing] Remove CNodeState.nBlocksInFlightValidHeaders
< bitcoin-git> bitcoin/master b4e29f2 John Newbery: [net processing] Remove QueuedBlock.fValidatedHeaders
< bitcoin-git> bitcoin/master 85e058b John Newbery: [net processing] Remove unnecessary hash arg from MarkBlockAsInFlight()
< bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/ef8f2966ac8e...1704bbf2263f
< bitcoin-git> [bitcoin] amadeuszpawlik opened pull request #22212: Guard `fHavePruned` to avoid potential data race (master...fix_guard_fhavepruned) https://github.com/bitcoin/bitcoin/pull/22212
< bitcoin-git> [bitcoin] vasild opened pull request #22211: net: relay I2P addresses even if not reachable (by us) (master...i2p_IsRelayable) https://github.com/bitcoin/bitcoin/pull/22211
< bitcoin-git> [bitcoin] fanquake merged pull request #22084: package testmempoolaccept followups (master...20833-followups) https://github.com/bitcoin/bitcoin/pull/22084
< bitcoin-git> bitcoin/master e8ecc62 glozow: [refactor] comment/naming improvements
< bitcoin-git> bitcoin/master 7d91442 glozow: [rpc] reserve space in txns
< bitcoin-git> bitcoin/master 6c5f19d glozow: [package] static_assert max package size >= max tx size
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e87fbee4026b...ef8f2966ac8e
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22210: test: Use MiniWallet in test_no_inherited_signaling RBF test (master...2106-testMiniWallet) https://github.com/bitcoin/bitcoin/pull/22210
<@gribble> https://github.com/bitcoin/bitcoin/issues/22084 | package testmempoolaccept followups by glozow · Pull Request #22084 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22141 | net processing: Remove hash and fValidatedHeaders from QueuedBlock by jnewbery · Pull Request #22141 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22208: doc: Update `REVIEWERS` (master...drahtbot-2021-06) https://github.com/bitcoin/bitcoin/pull/22208
< bitcoin-git> bitcoin/master 3636d9b practicalswift: Update REVIEWERS: I've found that I keep track of PRs in need of review wi...
< bitcoin-git> bitcoin/master e87fbee MarcoFalke: Merge bitcoin/bitcoin#22208: doc: Update `REVIEWERS`
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/356f421fb0bb...e87fbee4026b
< bitcoin-git> [bitcoin] practicalswift opened pull request #22208: Update `REVIEWERS` (master...drahtbot-2021-06) https://github.com/bitcoin/bitcoin/pull/22208
< Alina-malina> i never say altcoin, i need to run my own bitcoin core but with my own blockchain, not sure how to do though
< laanwj> Alina-malina: off topic here, this channel is about bitcoin development, not altcoin development
< Alina-malina> does anyone have a guide on step by step how to create my own crypto coin very similiar to bitcoin? lol
< fanquake> wumpus / sipa: can you block https://github.com/www-myetherwallet-com from the bitcoin-core and bitcoin orgs
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22204: doc: remove obsolete `okSafeMode` RPC guideline from developer notes (master...202106-doc-remove_obsolete_okSafeMode_hints) https://github.com/bitcoin/bitcoin/pull/22204
< bitcoin-git> bitcoin/master 356f421 MarcoFalke: Merge bitcoin/bitcoin#22204: doc: remove obsolete `okSafeMode` RPC guideli...
< bitcoin-git> bitcoin/master 6780a09 Sebastian Falbesoner: doc: remove obsolete `okSafeMode` RPC guideline from developer notes
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/92584d29cee3...356f421fb0bb
< bitcoin-git> [bitcoin] fanquake reopened pull request #22205: Condensed bitcoin core integration/staging tree (master...master) https://github.com/bitcoin/bitcoin/pull/22205
< bitcoin-git> [bitcoin] fanquake closed pull request #22205: Condensed bitcoin core integration/staging tree (master...master) https://github.com/bitcoin/bitcoin/pull/22205
< bitcoin-git> [bitcoin] brownit89 opened pull request #22205: Condensed bitcoin core integration/staging tree (master...master) https://github.com/bitcoin/bitcoin/pull/22205
< bitcoin-git> [bitcoin] fanquake merged pull request #22186: build, qt: Fix compiling qt package in depends with GCC 11 (master...210608-limits) https://github.com/bitcoin/bitcoin/pull/22186
< bitcoin-git> bitcoin/master 92584d2 fanquake: Merge bitcoin/bitcoin#22186: build, qt: Fix compiling qt package in depend...
< bitcoin-git> bitcoin/master d1d1cc9 Hennadii Stepanov: build, qt: Fix compiling qt package in depends with GCC 11
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46424e943c0b...92584d29cee3
< bitcoin-git> [bitcoin] theStack opened pull request #22204: doc: remove obsolete `okSafeMode` RPC guideline from developer notes (master...202106-doc-remove_obsolete_okSafeMode_hints) https://github.com/bitcoin/bitcoin/pull/22204

2021-06-09

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22202: test: Add temporary coinstats suppressions (master...2106-sanSup) https://github.com/bitcoin/bitcoin/pull/22202
< bitcoin-git> bitcoin/master 46424e9 MarcoFalke: Merge bitcoin/bitcoin#22202: test: Add temporary coinstats suppressions
< bitcoin-git> bitcoin/master faca40e MarcoFalke: test: Add temporary coinstats suppressions
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ca424e242a71...46424e943c0b
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22203: test: Use ConnmanTestMsg from test lib in denialofservice_tests (master...2106-testConnman) https://github.com/bitcoin/bitcoin/pull/22203
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22202: test: Add temporary coinstats suppressions (master...2106-sanSup) https://github.com/bitcoin/bitcoin/pull/22202
<@gribble> https://github.com/bitcoin/bitcoin/issues/21935 | Enable external signer support for GUI builds, reduce #ifdef by Sjors · Pull Request #21935 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22200: zmq: use std::string in zmqError() (master...zmqerror_use_std_string) https://github.com/bitcoin/bitcoin/pull/22200
< bitcoin-git> [bitcoin] fanquake opened pull request #22200: zmq: use std::string in zmqError() (master...zmqerror_use_std_string) https://github.com/bitcoin/bitcoin/pull/22200
< bitcoin-git> [bitcoin] fanquake opened pull request #22199: macdeploy: minor fixups and simplifications (master...macdeploy_further_simplify) https://github.com/bitcoin/bitcoin/pull/22199
< bitcoin-git> bitcoin/master 450cb40 Sjors Provoost: wallet: add displayAddress to interface
< bitcoin-git> bitcoin/master eef8d64 Sjors Provoost: gui: create wallet with external signer
< bitcoin-git> bitcoin/master 6cdbc83 Sjors Provoost: gui: add external signer path to options dialog
< bitcoin-git> [bitcoin] meshcollider pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/7cac26246a23...68a89d7a46bf
< bitcoin-git> [gui] meshcollider merged pull request #4: UI external signer support (e.g. hardware wallet) (master...2019/08/hww-qt) https://github.com/bitcoin-core/gui/pull/4
< bitcoin-git> [bitcoin] fanquake merged pull request #22075: guix: Misc leftover usability improvements (master...2021-05-guix-leftovers) https://github.com/bitcoin/bitcoin/pull/22075
< bitcoin-git> bitcoin/master 7cac262 fanquake: Merge bitcoin/bitcoin#22075: guix: Misc leftover usability improvements
< bitcoin-git> bitcoin/master 108a6be Carl Dong: guix: Check for disk space availability before building
< bitcoin-git> bitcoin/master d7dec89 Carl Dong: guix: Remove dest if OUTDIR mv fails
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/82bc7faec807...7cac26246a23

2021-06-08

< bitcoin-git> [bitcoin] theStack opened pull request #22193: bitcoin-tx: validate range of parsed output amount (master...202106-bitcoin-tx-validate_money_range) https://github.com/bitcoin/bitcoin/pull/22193
< bitcoin-git> [bitcoin] achow101 opened pull request #22192: [0.20] gitian: Use custom MacOS code signing tool (0.20...0.20-signapple) https://github.com/bitcoin/bitcoin/pull/22192
< bitcoin-git> [bitcoin] achow101 opened pull request #22191: [0.21] gitian: Use custom MacOS code signing tool (0.21...0.21-signapple) https://github.com/bitcoin/bitcoin/pull/22191
< bitcoin-git> [bitcoin] achow101 opened pull request #22190: Use latest signapple commit (master...update-signapple-commit) https://github.com/bitcoin/bitcoin/pull/22190
< michaelfolkson> redstar: You've already been asked not to post on this channel, this channel is for Core development discussion. Please go to another channel (e.g. #bitcoin) for discussion on organizations
< redstar> yanmaani I got a copy of the logs and I agree with that you got banned in #namecoin you have nothing to do there, stay here with #bitcoin-core-devs and work on get some help from the hrf.org maybe you and belcher able to promote better those who massacre people, well known terrorists, right-wingers, anti-feminist, anti-immigration, sinophobic, russophobic, islamophobic nazis. Go ahead yanmaani work with belcher in scamming more BTC.
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21946: Document and test lack of inherited signaling in RBF policy (master...2021-05-rbf-noinheritance) https://github.com/bitcoin/bitcoin/pull/21946
< bitcoin-git> bitcoin/master 82bc7fa MarcoFalke: Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling...
< bitcoin-git> bitcoin/master 906b6d9 Antoine Riard: test: Extend feature_rbf.py with no inherited signaling
< bitcoin-git> bitcoin/master 2eb0eed Antoine Riard: validation: document lack of inherited signaling in RBF policy
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/45a8b01fad96...82bc7faec807
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22187: test: Add sync_blocks in wallet_orphanedreward.py (master...fix-test) https://github.com/bitcoin/bitcoin/pull/22187
< bitcoin-git> bitcoin/master 45a8b01 MarcoFalke: Merge bitcoin/bitcoin#22187: test: Add sync_blocks in wallet_orphanedrewar...
< bitcoin-git> bitcoin/master 7a681d6 Daniel Kraft: Add sync_blocks in wallet_orphanedreward.py.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/76d4018aa542...45a8b01fad96
< bitcoin-git> [bitcoin] domob1812 opened pull request #22187: test: Add sync_blocks in wallet_orphanedreward.py (master...fix-test) https://github.com/bitcoin/bitcoin/pull/22187
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22180: fuzz: Increase branch coverage of the float fuzz target (master...2106-fuzzFloat) https://github.com/bitcoin/bitcoin/pull/22180
< bitcoin-git> bitcoin/master fa13f34 MarcoFalke: fuzz: Increase branch coverage of the float fuzz target
< bitcoin-git> bitcoin/master 76d4018 MarcoFalke: Merge bitcoin/bitcoin#22180: fuzz: Increase branch coverage of the float f...
< bitcoin-git> bitcoin/master fad0c58 MarcoFalke: fuzz: Remove confusing return keyword from CallOneOf
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e638acf69703...76d4018aa542
< redstar> I warning Bitcoin Core developers to keep a distance from hrf.org and Alex Gladstein in particular
< redstar> found Bitcoin because of me and my websites!
< redstar> yes it has luke-jr because Bitcoin Core developers happily accepting funds from this terrorist organization and even thanking them, if you use google for 5 minutes you can see hrf.org NEVER promoted Bitcoin prior to Juan Guaido decelred himself president of Venezuela and made HRF.org CEOs cousin a minister. You know transfering money from the USA to Venezuela is NOT POSSIBLE so they neede to find something to send money to nazis and
< redstar> Don't tell me that without hrf.org's scam "bitcoin development fund" Bitcoin Core developers can't receive funds, are terrorist right-wing INTERMEDIARIES really needed? Isn't Bitcoin supposed to be peer-to-peer? Just remember when you deal with these people that they BURNING PEOPLE ALIVE and MASSACRING PEOPLE!
< redstar> Thw whole Bitcoin 2021 was organized by Peter McCormack and Alex Gladstein the "staregy officer" of hrf.org
< luke-jr> redstar: none of this has anything to do with development; please take it to #bitcoin if you must rant
< redstar> terrorist organization. So in short you all should be ashamed for promoting WEAPON SALES, SCAMS and LITERAL TERRORIST! Soon we open the Bitcoin Forum at https://bitcoin.forum and this will be published there! Be prepared whats coming to your way! I will kick the hornet's nest just wait!
< redstar> izations_and_projects#Page_is_filled_with_scam belcher got paid by hrf.org which literally MASSACRED 36 people in Bolivia (and that is not the only country) in Venezuela hrf.org organized BURNING PEOPLE alive! hrf.org also running since a year a so called "Bitcoin Development Fund" which is a pure scam playing the INTERMEDIARY role for marketing purposes, in fact many core developers got thousands of dollars from this right-wing
< redstar> I going to slam the Bitcoin Core developers from promoting BitcoinTalk where weapon sales, personal attacks, doxing, defamation, libel, slander, and constant swearing is a standard. No worry I will not let slide under the hood belcher either who get paid by literal terrorists to vandalize and delete close to hundreds charity from the "Bitcoin Wiki" which again, owned by theymos. https://en.bitcoin.it/wiki/Talk:Donation-accepting_organ
< redstar> is this what you wanna promote in https://github.com/bitcoin/bitcoin?
< redstar> would be way better to keep a distance from BitcoinTalk and not promote it in the Bitcoin source code because that maybe downloaded by kids as well
< redstar> theymos in fact is a criminal stolen 11,000 Bitcoin from the community while BitcoinTalk looks like something from the Iron-Age, not to mention the weapons, scams etc.
< redstar> I remember Cobra-Bitcoin kicked out theymos from the management of bitcoin.org for similar reasons
< redstar> how that related to Bitcoin?
< redstar> I don't want to be rude but https://github.com/bitcoin/bitcoin/tree/master/doc mentions BitcoinTalk, and I think it should be removed because on BitcoinTalk users encouraged to sell weapons and run scams.
< yanmaani> is there a separate place for the bitcoin core codebase per se?
< yanmaani> (is it off-topic? It's still related to the bitcoin core codebase, right? :P)
< yanmaani> achow101: yeah, this isn't for mainline bitcoin core
< bitcoin-git> [bitcoin] hebasto opened pull request #22186: build, qt: Fix compiling qt package in depends with GCC 11 (master...210608-limits) https://github.com/bitcoin/bitcoin/pull/22186
<@gribble> https://github.com/bitcoin/bitcoin/issues/22155 | wallet test: Add test for subtract fee from recipient behavior by ryanofsky · Pull Request #22155 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sidhujag opened pull request #22185: fix -Wdocumentation -Werror=documentation logic in configure.ac (master...master) https://github.com/bitcoin/bitcoin/pull/22185

2021-06-07

< bitcoin-git> [gui] RandyMcMillan closed pull request #320: WIP qt: mempool stats chart (master...mempool_graph_rebase) https://github.com/bitcoin-core/gui/pull/320
< bitcoin-git> [gui] RandyMcMillan closed pull request #324: Peers tab hide horizontal scroll bars (master...peers-tab-hide-scroll-bars) https://github.com/bitcoin-core/gui/pull/324
< bitcoin-git> [gui] RandyMcMillan closed pull request #338: qt: peers-tab resizeColumnsToContents (master...tableview-resize) https://github.com/bitcoin-core/gui/pull/338
< bitcoin-git> [bitcoin] kiminuo opened pull request #22183: Remove `gArgs` from `wallet.h` and `wallet.cpp` (master...feature/2021-06-07-wallet-n-gArgs-min) https://github.com/bitcoin/bitcoin/pull/22183
<@gribble> https://github.com/bitcoin/bitcoin/issues/19281 | test: fix dangling bitcoind in functional tests by S3RK · Pull Request #19281 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/19281 | test: fix dangling bitcoind in functional tests by S3RK · Pull Request #19281 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dongcarl opened pull request #22182: guix: Overhaul how guix-{attest,verify} works and hierarchy (master...2021-05-guix-attestation-overhaul) https://github.com/bitcoin/bitcoin/pull/22182
< bitcoin-git> [gui] hebasto merged pull request #164: Handle peer addition/removal in a right way (master...201224-signal) https://github.com/bitcoin-core/gui/pull/164
< bitcoin-git> bitcoin/master ecbd911 Hennadii Stepanov: qt: Handle peer addition/removal in a right way
< bitcoin-git> bitcoin/master efb7e5a Hennadii Stepanov: qt, refactor: Use default arguments for overridden functions
< bitcoin-git> bitcoin/master 1b66f6e Hennadii Stepanov: qt: Drop PeerTablePriv class
< bitcoin-git> [bitcoin] hebasto pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/359f72105ba0...e638acf69703
< bitcoin-git> [bitcoin] laanwj merged pull request #21573: Update libsecp256k1 subtree to latest master (master...202104_secp256k1) https://github.com/bitcoin/bitcoin/pull/21573
< bitcoin-git> bitcoin/master bdca9bc Pieter Wuille: Squashed 'src/secp256k1/' changes from 3967d96bf1..efad3506a8
< bitcoin-git> bitcoin/master a5a447a Pieter Wuille: Update libsecp256k1 subtree to latest upstream master
< bitcoin-git> bitcoin/master cabb566 Pieter Wuille: Disable certain false positive warnings for libsecp256k1 msvc build
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/3c393ef9e1fb...359f72105ba0
< bitcoin-git> [bitcoin] laanwj closed pull request #21784: test: remove flags verification since it has a fixed value (master...2021-04-segwit-test) https://github.com/bitcoin/bitcoin/pull/21784
< bitcoin-git> [bitcoin] laanwj merged pull request #22149: test: Add temporary logging to debug #20975 (master...2106-testDebug) https://github.com/bitcoin/bitcoin/pull/22149
< bitcoin-git> bitcoin/master 3c393ef W. J. van der Laan: Merge bitcoin/bitcoin#22149: test: Add temporary logging to debug #20975
< bitcoin-git> bitcoin/master faa9496 MarcoFalke: test: Add temporary logging to debug #20975
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/912cb594901b...3c393ef9e1fb
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22180: fuzz: Increase branch coverage of the float fuzz target (master...2106-fuzzFloat) https://github.com/bitcoin/bitcoin/pull/22180
< bitcoin-git> [bitcoin] vasild opened pull request #22179: Torv2 removal followups (master...torv2_removal_followup) https://github.com/bitcoin/bitcoin/pull/22179
< bitcoin-git> [bitcoin] fanquake closed pull request #22177: fix typo for word bitcoin (master...rb/locale-typo) https://github.com/bitcoin/bitcoin/pull/22177
< bitcoin-git> [bitcoin] rahulbile opened pull request #22177: fix typo for word bitcoin (master...rb/locale-typo) https://github.com/bitcoin/bitcoin/pull/22177
< bitcoin-git> [bitcoin] practicalswift closed pull request #21538: fuzz: Add fuzzing syscall sandbox: detect use of unexpected syscalls when fuzzing ("syscall sanitizer") (master...seccomp-bpf-fuzzing) https://github.com/bitcoin/bitcoin/pull/21538
< bitcoin-git> [gui] jarolrod opened pull request #358: qt: make GUIUtil::ThemedLabel UI form friendly (master...themedlabel-forms) https://github.com/bitcoin-core/gui/pull/358
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21795: fuzz: Terminate immediately if a fuzzing harness tries to perform a DNS lookup (belt and suspenders) (master...fuzz-terminate-on-dns-lookup) https://github.com/bitcoin/bitcoin/pull/21795
< bitcoin-git> bitcoin/master 912cb59 MarcoFalke: Merge bitcoin/bitcoin#21795: fuzz: Terminate immediately if a fuzzing harn...
< bitcoin-git> bitcoin/master 3737d35 practicalswift: fuzz: Terminate immediately if a fuzzing harness ever tries to perform a D...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/791f985a6072...912cb594901b
< bitcoin-git> [bitcoin] fanquake merged pull request #22137: util: Properly handle -noincludeconf on command line (take 2) (master...2106-utilTake2) https://github.com/bitcoin/bitcoin/pull/22137