<bitcoin-git>
bitcoin/master bb0879d brunoerg: test: check `scanning` field from `getwalletinfo`
<bitcoin-git>
bitcoin/master 2549fc6 Ava Chow: Merge bitcoin/bitcoin#31768: test: check `scanning` field from `getwalleti...
<bitcoin-git>
[bitcoin] achow101 merged pull request #31768: test: check `scanning` field from `getwalletinfo` (master...2025-01-test-wallet-scan) https://github.com/bitcoin/bitcoin/pull/31768
pyth has quit [Remote host closed the connection]
dongcarl has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
dzxzg has quit [Quit: Client closed]
brunoerg has quit [Ping timeout: 260 seconds]
szarka has joined #bitcoin-core-dev
zeropoint has quit [Quit: leaving]
Guest36 has joined #bitcoin-core-dev
Guest36 has quit [Client Quit]
jonatack has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 265 seconds]
hernanmarino has quit [Ping timeout: 248 seconds]
hernanmarino has joined #bitcoin-core-dev
Guest55 has joined #bitcoin-core-dev
Guest55 has quit [Client Quit]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
robszarka has joined #bitcoin-core-dev
szarka has quit [Ping timeout: 276 seconds]
pyth has joined #bitcoin-core-dev
nanotube has joined #bitcoin-core-dev
ghost43_ has quit [Quit: Leaving]
ghost43 has joined #bitcoin-core-dev
flow has quit [Ping timeout: 272 seconds]
mcey_ has joined #bitcoin-core-dev
mcey has quit [Ping timeout: 248 seconds]
flow has joined #bitcoin-core-dev
oribellow has joined #bitcoin-core-dev
rkrux has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] jirijakes opened pull request #31862: doc: Fix description of byte order of hashes in ZMQ documentation (master...zmq-doc) https://github.com/bitcoin/bitcoin/pull/31862
rkrux has quit [Quit: Client closed]
<vasild>
https://antoinep.com/posts/bitcoin_core_scope/ -- I don't see how splitting would reduce (total) maintenance cost. It would rather increase it. In that post there is some implied urgency to change something otherwise the ship is sinking. I do not see that either. The project has existed just fine for a long time in its current form and I do not think anything has changed recently that warrants
<vasild>
drastic and urgent measures.
qxs has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
qxs has joined #bitcoin-core-dev
emcy__ has joined #bitcoin-core-dev
mcey_ has quit [Ping timeout: 252 seconds]
qxs has quit [Ping timeout: 264 seconds]
darosior has quit [Ping timeout: 252 seconds]
qxs has joined #bitcoin-core-dev
darosior has joined #bitcoin-core-dev
Guyver2 has joined #bitcoin-core-dev
darosior has quit [Quit: Ping timeout (120 seconds)]
mudsip has joined #bitcoin-core-dev
darosior has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
mudsip has quit []
<bitcoin-git>
[bitcoin] hebasto closed pull request #31779: cmake: Improve safety and robustness during building `crc32c` subtree (master...250202-cmake-crc32c) https://github.com/bitcoin/bitcoin/pull/31779
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
greypw1495085 has quit [Quit: Connection reset by beer]
<bitcoin-git>
bitcoin/master c4e82b8 Antoine Poinsot: mapport: make 'enabled' and 'current' bool
<bitcoin-git>
bitcoin/master 2a6536c Antoine Poinsot: mapport: rename 'use_pcp' to 'enable'
<bitcoin-git>
bitcoin/master 9bd936f Antoine Poinsot: mapport: drop unnecessary function
<bitcoin-git>
[bitcoin] fanquake merged pull request #31157: Cleanups to port mapping module post UPnP drop (master...2410_cleanups_post_upnp_drop) https://github.com/bitcoin/bitcoin/pull/31157
<bitcoin-git>
[bitcoin] fanquake opened pull request #31865: build: move `rpc/external_signer` to node library (master...move_external_signer_node) https://github.com/bitcoin/bitcoin/pull/31865
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #31866: test, refactor: Add TestNode.binaries to hold binary paths (master...pr/wrapp) https://github.com/bitcoin/bitcoin/pull/31866
bugs_ has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #bitcoin-core-dev
<Murch[m]>
It’s funny to me, because I watched the video on the proposal for redesigning the website, and one of the feedback items I gave was that I often visit the site and revamping it too primarily cater to people wanting to figure out what the project is, might not work for some portion of the main visitors. Glad to see it substantiated.
<Murch[m]>
:s/too/to
pyth has quit [Quit: Leaving]
<jarolrod>
^^ can we add google analytics, ip tracking, and cross-site tracking to confirm :P
<jarolrod>
(is a joke)
<sliv3r__>
lol
Cory98 has quit [Quit: Client closed]
Cory98 has joined #bitcoin-core-dev
<_aj_>
wow, 48% of mainnet utxos are under 1000 sats ($1)
<instagibbs>
any breakdown in utxo age?
jonatack has quit [Ping timeout: 248 seconds]
<_aj_>
10% in the last 33k blocks, 24% in the 50k blocks before that, 7.2% in the 50k blocks before that, 1% in the 100k blocks before that, 3% in the 100k before that, comparatively trivial amounts for earlier
<_aj_>
#27432 and select count(*), height/50000 from utxos where value < 1000 group by height/50000;
<corebot>
https://github.com/bitcoin/bitcoin/issues/27432 | contrib: add tool to convert compact-serialized UTXO set to SQLite database by theStack · Pull Request #27432 · bitcoin/bitcoin · GitHub
<instagibbs>
nice, makes sense that they're more recent, thanks to you know which protocol
<bitcoin-git>
bitcoin/master a267589 Martin Zumsande: validation: Don't loop over all chainstates in LoadExternalBlock
<bitcoin-git>
bitcoin/master c9136ca Martin Zumsande: validation: fix issue with an interrupted -reindex
<bitcoin-git>
bitcoin/master 504d0c2 Ava Chow: Merge bitcoin/bitcoin#31439: validation: In case of a continued reindex, o...
<bitcoin-git>
[bitcoin] achow101 merged pull request #31439: validation: In case of a continued reindex, only activate chain in the end (master...202412_reindex_interrupt) https://github.com/bitcoin/bitcoin/pull/31439
Guest65 has quit [Client Quit]
abubakarsadiq has quit [Quit: Connection closed for inactivity]