< bitcoin-git>
[bitcoin] jnewbery opened pull request #21562: [net processing] Various tidying up of PeerManagerImpl ctor and dtor (master...2021-03-peer-manager-impl-ctor-dtor) https://github.com/bitcoin/bitcoin/pull/21562
< bitcoin-git>
[bitcoin] fanquake merged pull request #21486: build: link against -lsocket if required for *ifaddrs (master...use_freeifaddrs_only_when_available) https://github.com/bitcoin/bitcoin/pull/21486
< bitcoin-git>
bitcoin/master 4783115 fanquake: net: add ifaddrs.h include
< bitcoin-git>
bitcoin/master 879215e fanquake: build: check if -lsocket is required with *ifaddrs
< bitcoin-git>
bitcoin/master 87deac6 fanquake: rand: only try and use freeifaddrs if available
< bitcoin-git>
[gui] hebasto opened pull request #264: Add "Copy address" item to the context menu in the Peers table (master...210330-copy) https://github.com/bitcoin-core/gui/pull/264
< bitcoin-git>
[gui] wodry opened pull request #261: Display node address in peer table with monospace font for clean alignment (master...node-address-monospace) https://github.com/bitcoin-core/gui/pull/261
< bitcoin-git>
[bitcoin] icota closed pull request #21537: DONOTMERGE: CI: remove cached Qt when building Android APK (master...fix-apk-ci) https://github.com/bitcoin/bitcoin/pull/21537
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21541: ci: Build depends only once for Android build (master...2103-ciAndroid) https://github.com/bitcoin/bitcoin/pull/21541
< bitcoin-git>
[bitcoin] ccdle12 closed pull request #21534: p2p, refactor: Extract logic of announcing a local address into a private method (master...2021-03-extract-announce-local-address) https://github.com/bitcoin/bitcoin/pull/21534
< bitcoin-git>
[gui] hebasto reopened pull request #256: Save/restore column sizes of the tables in the Peers tab (master...210323-peers) https://github.com/bitcoin-core/gui/pull/256
< bitcoin-git>
[gui] hebasto closed pull request #256: Save/restore column sizes of the tables in the Peers tab (master...210323-peers) https://github.com/bitcoin-core/gui/pull/256
< bitcoin-git>
[gui] hebasto reopened pull request #256: Save/restore column sizes of the tables in the Peers tab (master...210323-peers) https://github.com/bitcoin-core/gui/pull/256
< bitcoin-git>
[gui] hebasto closed pull request #256: Save/restore column sizes of the tables in the Peers tab (master...210323-peers) https://github.com/bitcoin-core/gui/pull/256
< bitcoin-git>
[bitcoin] ccdle12 opened pull request #21534: p2p, refactor: Extract logic of announcing a local address into a private method (master...2021-03-extract-announce-local-address) https://github.com/bitcoin/bitcoin/pull/21534
< achow101>
comodo has also changed how they are verifying the Bitcoin Core Code Signing Association which is making it harder to get the renewed key. jonasschnelli_ is working on that, but it could be a while
< bitcoin-git>
[bitcoin] sipa closed pull request #21472: BIP 350: Implement Bech32m and use it for v1+ segwit addresses (0.19 backport) (0.19...202103_bech32m_0.19) https://github.com/bitcoin/bitcoin/pull/21472
< sipa>
but it would be unfortunate if adoption (once activated etc) is hampered by the fact that you can't send to it from stable bitcoin core releases
< gribble>
https://github.com/bitcoin/bitcoin/issues/21472 | BIP 350: Implement Bech32m and use it for v1+ segwit addresses (0.19 backport) by sipa · Pull Request #21472 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] dongcarl opened pull request #21525: [Bundle 4.5/n] Followup fixups to bundle 4 (master...2021-03-kernel-bundle-4.5) https://github.com/bitcoin/bitcoin/pull/21525
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21357: test: Unconditionally check for fRelay field in test framework (master...test-framework-ver-msg-fix) https://github.com/bitcoin/bitcoin/pull/21357
< bitcoin-git>
bitcoin/master ed49203 MarcoFalke: Merge #21357: test: Unconditionally check for fRelay field in test framewo...
< bitcoin-git>
bitcoin/master 39a9ec5 Troy Giorshev: Unconditionally check for fRelay field in test framework
< bitcoin-git>
[bitcoin] jamesob opened pull request #21523: validation: parameterize VerifyDB by chainstate (master...2021-03-au-verifydb) https://github.com/bitcoin/bitcoin/pull/21523
< bitcoin-git>
[gui] hebasto reopened pull request #257: refactor: Use template function qOverload in signal-slot connections (master...210323-overload) https://github.com/bitcoin-core/gui/pull/257
< bitcoin-git>
[gui] hebasto closed pull request #257: refactor: Use template function qOverload in signal-slot connections (master...210323-overload) https://github.com/bitcoin-core/gui/pull/257
< bitcoin-git>
[bitcoin] fanquake merged pull request #20734: build: Make platform-specific targets available for proper platform builds only (master...201221-targets) https://github.com/bitcoin/bitcoin/pull/20734
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21522: fuzz: [refactor] Use PickValue where possible (master...2103-fuzzPickValue) https://github.com/bitcoin/bitcoin/pull/21522
< bitcoin-git>
[bitcoin] achow101 opened pull request #21520: [0.21] wallet: Avoid requesting fee rates multiple times during coin selection (0.21...0.21-createtx-same-feerate) https://github.com/bitcoin/bitcoin/pull/21520
< bitcoin-git>
[gui] hebasto opened pull request #257: refactor: Use template function qOverload in signal-slot connections (master...210323-overload) https://github.com/bitcoin-core/gui/pull/257
< fanquake>
Same person has followed up by emailing me a private key. “Here, take my private key, you get zero bitcoin”
< hebasto>
fanquake: hah, last week I was banned in linguist telegram group after mentioning translation Bitcoin Core
< bitcoin-git>
[gui] hebasto opened pull request #256: Save/restore column sizes of the tables in the Peers tab (master...210323-peers) https://github.com/bitcoin-core/gui/pull/256
< sipa>
michaelfolkson: there will be a time while the public mainnet bitcoin P2P network is a mix of erlay nodes and non-erlay nodes, and propagation must work well across those nodes too
< gribble>
https://github.com/bitcoin/bitcoin/issues/21236 | Net processing: Extract `addr` send functionality into MaybeSendAddr() by jnewbery · Pull Request #21236 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[gui] MarcoFalke merged pull request #248: Fix: For values of "Bytes transferred" and "Bytes/s" with 1000-based prefix names use 1000-based divisor instead of 1024-based (master...binary-prefix) https://github.com/bitcoin-core/gui/pull/248
< bitcoin-git>
[gui] hebasto opened pull request #254: refactor: Drop redundant setEditTriggers(NoEditTriggers) calls (master...210323-edit) https://github.com/bitcoin-core/gui/pull/254
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18030: doc: Coin::IsSpent() can also mean never existed (master...2020/01/doc_is_spent) https://github.com/bitcoin/bitcoin/pull/18030
< bitcoin-git>
bitcoin/master 55ceaeb MarcoFalke: Merge #18030: doc: Coin::IsSpent() can also mean never existed
< bitcoin-git>
bitcoin/master 1404c57 Sjors Provoost: [doc] Coin: explain that IsSpent() can also mean never existed
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #21487: fuzz: Use ConsumeWeakEnum in addrman for service flags (master...2103-fuzzEnumWeak) https://github.com/bitcoin/bitcoin/pull/21487
< bitcoin-git>
bitcoin/master 5555446 MarcoFalke: fuzz: Use ConsumeWeakEnum in addrman for service flags
< bitcoin-git>
bitcoin/master d400e67 MarcoFalke: Merge #21487: fuzz: Use ConsumeWeakEnum in addrman for service flags
< bitcoin-git>
[bitcoin] fanquake merged pull request #21421: build: don't try and use -fstack-clash-protection on Windows (master...skip_stack_clash_windows) https://github.com/bitcoin/bitcoin/pull/21421
< bitcoin-git>
bitcoin/master 1c3a857 fanquake: Merge #21421: build: don't try and use -fstack-clash-protection on Windows...
< bitcoin-git>
bitcoin/master 7b3434f fanquake: build: don't try and use -fstack-clash-protection on Windows