<bitcoin-git>
[bitcoin] maflcko opened pull request #31896: refactor: Remove redundant and confusing calls to IsArgSet (master...2502-less-is-arg-set) https://github.com/bitcoin/bitcoin/pull/31896
<bitcoin-git>
[bitcoin] Sjors opened pull request #31897: mining: drop unused -nFees and sigops from CBlockTemplate (master...2025/02/fees) https://github.com/bitcoin/bitcoin/pull/31897
jespada has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Cory95 has quit [Quit: Client closed]
Cory95 has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] hebasto opened pull request #31899: cmake: Exclude generated sources from translation (master...250218-translate-target) https://github.com/bitcoin/bitcoin/pull/31899
jonatack has quit [Read error: Connection reset by peer]
mabu44 has joined #bitcoin-core-dev
mabu44 has quit [Client Quit]
mabu44 has joined #bitcoin-core-dev
zeropoint has joined #bitcoin-core-dev
jespada has joined #bitcoin-core-dev
bugs_ has quit [Quit: Leaving]
jespada_ has joined #bitcoin-core-dev
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #bitcoin-core-dev
jespada has quit [Ping timeout: 248 seconds]
mabu44 has quit [Quit: Client closed]
brunoerg has quit [Remote host closed the connection]
zeropoint has quit [Quit: Lost terminal]
Cory95 has quit [Quit: Client closed]
abubakarsadiq has quit [Quit: Connection closed for inactivity]
Cory95 has joined #bitcoin-core-dev
zeropoint has joined #bitcoin-core-dev
jespada_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pyth has quit [Ping timeout: 276 seconds]
pyth has joined #bitcoin-core-dev
qxs has quit [Remote host closed the connection]
qxs has joined #bitcoin-core-dev
pyth has quit [Ping timeout: 245 seconds]
pyth has joined #bitcoin-core-dev
jespada has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] tnull opened pull request #31900: Fix delimeter in `package-msg` field of `submitpackage` RPC (master...2025-02-align-delimiter-in-package-msg) https://github.com/bitcoin/bitcoin/pull/31900
MyNetAz has quit [Remote host closed the connection]
ghost43_ has quit [Remote host closed the connection]
ghost43 has joined #bitcoin-core-dev
jespada has joined #bitcoin-core-dev
jespada has quit [Client Quit]
<darosior>
With only 20% of the current utxo set being matched by `CompressScript` i wonder what would be the size of the chainstate if we matched (at least) against p2wpkh and p2tr.
<darosior>
Has anyone looked into this?
<darosior>
https://transactionfee.info says there is 490k p2wpkh outputs and 338k p2tr outputs. If you save 2 bytes for each (version + 2*size becomes only one flag byte) this merely saves ~1.6MiB. Probably not worth doing.