< jnewbery>
It also helps with https://github.com/bitcoin/bitcoin/issues/19398, which is gradually moving data into the Peer struct. Having that only declared internally in net_processing.cpp reduces header churn
< sipa>
i can understand someone spamming a bitcoin address, or people confusing pull request to be something they need to get the source code... but this?
< bitcoin-git>
[gui] hebasto closed pull request #174: refactor: No need to implement index for non-hierarchical models (master...210102-index) https://github.com/bitcoin-core/gui/pull/174
< bitcoin-git>
[bitcoin] fanquake closed pull request #20849: net: disconnect peers by address without using a subnet (master...disconnect_by_subnet_fix) https://github.com/bitcoin/bitcoin/pull/20849
< bitcoin-git>
[bitcoin] glozow opened pull request #20895: p2p: mildly discourage peers that violate feefilter (master...p2p-feefilter-violations) https://github.com/bitcoin/bitcoin/pull/20895
< bitcoin-git>
[gui] jonatack opened pull request #179: gui: add direction and type columns to peers window (master...add-peers-dir-and-type-columns) https://github.com/bitcoin-core/gui/pull/179
< jamesob>
(veering off topic) what's the easiest way for non-technical end users to enable that; just editing bitcoin.conf?
< jamesob>
bitcoin-qt doesn't start the RPC server by default? I didn't see anything in the GUI configuration for it, so I assume it did it by default
< jamesob>
running bitcoin-qt, can access RPC via the console view, but oh, can't see *8332 in lsof
< sipa>
don't have -server=0 or running bitcoin-qt?
< jamesob>
I don't think so - I'm `ls`ing the datadir and seeing debug.log/bitcoin.conf I expect, but no cookie file
< bitcoin-git>
[bitcoin] achow101 opened pull request #20892: tests: Run both descriptor and legacy tests within a single test invocation (master...better-descriptor-tests) https://github.com/bitcoin/bitcoin/pull/20892
< bitcoin-git>
[bitcoin] mjdietzx opened pull request #20889: test: ensure any failing method in MiniWallet leaves no side-effects (master...test-miniwallet-no-side-effects) https://github.com/bitcoin/bitcoin/pull/20889
< sipa>
i would just say "Bitcoin Core 0.21.0 includes an implementation of the proposed Taproot (BIP 341-342) consensus rules, without activation for mainnet. Experimenting with Taproot can be done on the new Signet network where it is already active. Activation parameters will likely be included in a future minor release, and the proposed rules will not be enforced without upgrading to it."
< luke-jr>
there is no forum of discussion for all bitcoin users
< luke-jr>
so companies decide Bitcoin protocol rules now?
< sipa>
you seem to want to use adoption of bitcoin core as telemetry (even if not through an explicit call-home)
< sipa>
i'm just mentioning this because i saw https://github.com/bitcoin-core/packaging/issues/55, and it seems doing it inside gitian is an almost trivial change for us, apart from some initial work to set up the scripts
< wumpus>
right, the point is that bitcoin needs *special* review compared to upgrading other software
< wumpus>
but so is auto-updating bitcoin core in general
< luke-jr>
Debian wants to include bitcoin core again
< gribble>
https://github.com/bitcoin/bitcoin/issues/16702 | p2p: supplying and using asmap to improve IP bucketing in addrman by naumenkogs · Pull Request #16702 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] jonatack opened pull request #20877: netinfo: user help and argument parsing improvements (master...netinfo-help-follow-ups) https://github.com/bitcoin/bitcoin/pull/20877
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #20789: fuzz: Rework strong and weak net enum fuzzing (master...2012-fuzzRefactor) https://github.com/bitcoin/bitcoin/pull/20789
< jonatack>
jonasschnelli: maybe from bitcoin acks
< bitcoin-git>
[bitcoin] stackman27 opened pull request #20874: test: Run mempool_limit.py even with wallet disabled (master...diswallet_mempoollimit) https://github.com/bitcoin/bitcoin/pull/20874
< bitcoin-git>
[bitcoin] darosior opened pull request #20867: Support up to 20 keys for multisig under Segwit context (master...descriptor_multi_wsh) https://github.com/bitcoin/bitcoin/pull/20867
< bitcoin-git>
[bitcoin] sipa opened pull request #20861: Implement Bech32m and use it for v1+ segwit addresses (master...202101_bech32m) https://github.com/bitcoin/bitcoin/pull/20861
< vasild>
jonatack: wrt https://github.com/bitcoin/bitcoin/pull/20849#issuecomment-754602325 -- I can reproduce the issue and was about to reply to your comment, but I wonder if that can be perceived as a step-by-step guide on how to create an evil node on the network that can circumvent the discouragement mechanism of anybody who connects to it...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19915: p2p, refactor: Use Mutex type for some mutexes in CNode class (master...200908-netmx) https://github.com/bitcoin/bitcoin/pull/19915
< bitcoin-git>
bitcoin/master 417f95f MarcoFalke: Merge #19915: p2p, refactor: Use Mutex type for some mutexes in CNode clas...
< bitcoin-git>
bitcoin/master 0e51a35 Hennadii Stepanov: refactor: Use Mutex type for some mutexes in CNode class