<bitcoin-git>
[bitcoin] theStack opened pull request #23725: test: fix `feature_coinstatsindex.py --descriptors` and add to test runner (master...202112-test-fix-feature_coinstatsindex-with-descriptors) https://github.com/bitcoin/bitcoin/pull/23725
<bitcoin-git>
[bitcoin] 0xB10C opened pull request #23724: build: add systemtap's sys/sdt.h as depends for GUIX builds with USDT tracepoints (master...2021-12-usdt-depends) https://github.com/bitcoin/bitcoin/pull/23724
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23723: test: Replace hashlib.new with named constructor (master...2112-testNoNew) https://github.com/bitcoin/bitcoin/pull/23723
<bitcoin-git>
bitcoin/master fa1b63c MarcoFalke: test: Replace hashlib.new with named constructor
<bitcoin-git>
bitcoin/master 09e60df MarcoFalke: Merge bitcoin/bitcoin#23723: test: Replace hashlib.new with named construc...
<bitcoin-git>
bitcoin/master aab5e48 W. J. van der Laan: Merge bitcoin/bitcoin#23658: contrib: add check for wget command in instal...
<bitcoin-git>
bitcoin/master b062da0 Florian Baumgartl: contrib: add check for wget command in install_db4.sh
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #23723: test: Replace hashlib.new with named constructor (master...2112-testNoNew) https://github.com/bitcoin/bitcoin/pull/23723
<bitcoin-git>
bitcoin/master ad3e9e1 Pieter Wuille: Add pure Python RIPEMD-160
<bitcoin-git>
bitcoin/master 5b559dc Pieter Wuille: Swap out hashlib.ripemd160 for own implementation
<bitcoin-git>
bitcoin/master 68ca867 MarcoFalke: Merge bitcoin/bitcoin#23716: test: replace hashlib.ripemd160 with an own i...
<bitcoin-git>
[bitcoin] fanquake merged pull request #23585: scripted-diff: Drop Darwin version for better maintainability (master...211124-darwin) https://github.com/bitcoin/bitcoin/pull/23585
<bitcoin-git>
[bitcoin] sipa opened pull request #23716: test: replace hashlib.ripemd160 with an own implementation (master...202112_ripemd160) https://github.com/bitcoin/bitcoin/pull/23716
<bitcoin-git>
[bitcoin] theStack opened pull request #23715: test: feature_rbf.py: check specified wallet type availability (master...202112-test-check-feature_rbf-wallet-availability) https://github.com/bitcoin/bitcoin/pull/23715
<bitcoin-git>
[bitcoin] josibake opened pull request #23713: refactor, test: refactor addrman_tried_collisions test to directly check for collisions (master...josibake-addrman-collisions-refactor) https://github.com/bitcoin/bitcoin/pull/23713
<bitcoin-git>
[bitcoin] theStack opened pull request #23712: test: interface_bitcoin_cli.py: check specified wallet type availability (master...2021-test-check-proper-wallet-in-interface_bitcoin_cli) https://github.com/bitcoin/bitcoin/pull/23712
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #23695: p2p: Always serialize local timestamp for version msg (master...2112-p2pTime) https://github.com/bitcoin/bitcoin/pull/23695
<bitcoin-git>
bitcoin/master abc26fa MarcoFalke: Merge bitcoin/bitcoin#22856: test: Fix bug in transaction generation in Co...
<bitcoin-git>
[bitcoin] fanquake merged pull request #23631: p2p: Don't use timestamps from inbound peers for Adjusted Time (master...202111_timedata_inbound) https://github.com/bitcoin/bitcoin/pull/23631
<bitcoin-git>
[bitcoin] theStack opened pull request #23688: test: remove unneeded sync_all() calls in wallet_listtransactions.py (master...2021-test-remove_sync_all_calls_in_wallet_listtransactions) https://github.com/bitcoin/bitcoin/pull/23688
<bitcoin-git>
[bitcoin] sipa opened pull request #23687: Remove unused (and broken) functionality in SpanReader (master...202112_spanreadernopos) https://github.com/bitcoin/bitcoin/pull/23687
<bitcoin-git>
[bitcoin] theStack opened pull request #23686: test: fix `interface_bitcoin_cli.py --descriptors` and add to test runner (master...202112-test-fix-interface_bitcoin_cli-with-descriptors) https://github.com/bitcoin/bitcoin/pull/23686
<bitcoin-git>
bitcoin/master a989f98 Sebastian Falbesoner: refactor: net: subnet lookup: use single-result LookupHost()
<bitcoin-git>
bitcoin/master 786ffb3 W. J. van der Laan: Merge bitcoin/bitcoin#17160: refactor: net: subnet lookup: use single-resu...
<bitcoin-git>
[bitcoin] laanwj merged pull request #23486: rpc: Only allow specific types to be P2(W)SH wrapped in decodescript (master...2111-rpcScript) https://github.com/bitcoin/bitcoin/pull/23486
<bitcoin-git>
bitcoin/master e4a54af Sebastian Falbesoner: test: add wallet_transactiontime_rescan.py --descriptors to test_runner.py
<bitcoin-git>
bitcoin/master b60e02e Sebastian Falbesoner: test: fix test wallet_transactiontime_rescan.py for descriptor wallets
<bitcoin-git>
[bitcoin] glozow opened pull request #23683: bug fix: valid but different LockPoints after a reorg (master...2021-12-lockpoints-fix) https://github.com/bitcoin/bitcoin/pull/23683
<laanwj>
will have a look what's up with bitcoin-git
<laanwj>
can we please keep discussion here focused to direct development related discussion, please move the meta discussion to #bitcoin or twitter
2021-12-04
<prayank>
He was the one who helped me do bitcoin meetup in an engineering college in Bangalore, India. And we enjoyed in Arabian sea (was planning to open a bar here that accepts only bitcoin, they banned alcoholic drinks when I last checked lol)
<sipa>
and it's also unclear how it could be interpreted, as bitcoin core isn't the only software on the network, and different software projects use different versioning schemes
<sipa>
and there is the client version, which does get sent as "user agent" string, but bitcoin core doesn't try to parse or do anything with those
<jamesob>
I'm scraping all the github data for bitcoin/bitcoin (PRs, comments, etc.), partially for archive in case Github disappears or something. Based on their rate-limiting I've got a few days to go; 2GB so far in JSON data.
<bitcoin-git>
bitcoin/master b01784f glozow: remove unnecessary casts and use braced initialization
<bitcoin-git>
bitcoin/master ddd74ff glozow: clean up txmempool includes
<bitcoin-git>
bitcoin/master c4efc4d glozow: change TestLockPointValidity to take a const reference
<bitcoin-git>
[gui] luke-jr opened pull request #497: Enable users to configure their monospace font specifically (master...qt_fontsel) https://github.com/bitcoin-core/gui/pull/497
<laanwj>
you can do that of course (a watchdog kind of script), but i see no reason to build that into bitcoin core
<sipa>
though, at least the past few years, the only invasive changes to relay policy (in bitcoin core at least) have been due to softforks, i think
<b10c>
TLDR: buggy patches to their peer selection. An unmaintained heuristic filtered newer Bitcoin Core peers. But, (IMO) unpublished patches are out of scope for the Bitcoin Core project.