achow101 changed the topic of #bitcoin-core-dev to: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Weekly Meeting Thursday @ 16:00 UTC | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
l0rinc has quit [Quit: l0rinc]
<gmaxwell> sipa: IIRC we've done staged rule changes like that before-- it's also basically how every soft fork works (though at least there has some coordinated activation point)
durandal_ has joined #bitcoin-core-dev
joetor5 has quit [Ping timeout: 260 seconds]
l0rinc has joined #bitcoin-core-dev
Cory43 has quit [Quit: Client closed]
Cory43 has joined #bitcoin-core-dev
<sipa> gmaxwell: i can't recall that ever being done for policy changes
<sipa> but yes, that's certainly a possibility
<sipa> i remember softforks that were preceeded by a policy chang
w0xlt has quit [Ping timeout: 260 seconds]
<gmaxwell> yeah I'll think before see if I can think up a good example.
<gmaxwell> in any case as I suggested above, another alternative is to make defaults that change during runtime based on some flag block, which also addresses the issue and does to even better.
<gmaxwell> (wouldn't make sense to do *right now* simply because miners are already mining 100s/vkb, but this is the bad uncoordinated case that it would be nice to avoid)
kevkevin has joined #bitcoin-core-dev
<_aj_> i proposed an approach like that for fullrbf in #26323 fwiw
<corebot> https://github.com/bitcoin/bitcoin/issues/26323 | Make full RBF default, but defer mainnet enablement by ajtowns · Pull Request #26323 · bitcoin/bitcoin · GitHub
<gmaxwell> _aj_: re, stuff floating around not getting mined. I think it's really only an issue if it's not mined *at all* because then its a free relay vector. If it's mined even rarely, it's not a big concern. Stuff getting mined that is not relayed though is pretty crappy, even if it's slightly relayed, thats still not great. If there weren't big hashpower consolidations perhaps you could count on
<gmaxwell> self-interest to regulate that (though kind of obnoxious if you have to change defaults to get the right behavior) -- but with consolidations it's arguably in the self interest of the larger miners to increase the stale rate.
l0rinc has quit [Quit: l0rinc]
l0rinc has joined #bitcoin-core-dev
joetor5 has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
l0rinc has joined #bitcoin-core-dev
joetor5 has quit [Quit: joetor5]
jerryf_ has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
l0rinc has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 252 seconds]
bitcoinlover has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
l0rinc has quit [Quit: l0rinc]
l0rinc has joined #bitcoin-core-dev
PaperSword has quit [Quit: PaperSword]
w0xlt has joined #bitcoin-core-dev
Cory43 has quit [Quit: Client closed]
Cory43 has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 245 seconds]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 272 seconds]
l0rinc has quit [Quit: l0rinc]
l0rinc has joined #bitcoin-core-dev
upekkha has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] l0rinc closed pull request #33094: refactor: unify container presence checks (master...l0rinc/count-vs-contains) https://github.com/bitcoin/bitcoin/pull/33094
<bitcoin-git> [bitcoin] l0rinc reopened pull request #33094: refactor: unify container presence checks (master...l0rinc/count-vs-contains) https://github.com/bitcoin/bitcoin/pull/33094
<bitcoin-git> [bitcoin] l0rinc closed pull request #33094: refactor: unify container presence checks (master...l0rinc/count-vs-contains) https://github.com/bitcoin/bitcoin/pull/33094
<bitcoin-git> [bitcoin] l0rinc opened pull request #33192: refactor: unify container presence checks (without PR conflicts) (master...l0rinc/count-vs-contains) https://github.com/bitcoin/bitcoin/pull/33192
l0rinc has quit [Quit: l0rinc]
l0rinc has joined #bitcoin-core-dev
l0rinc has quit [Client Quit]
w0xlt has joined #bitcoin-core-dev
l0rinc has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
w0xlt has quit [Ping timeout: 276 seconds]
l0rinc has joined #bitcoin-core-dev
l0rinc has quit [Client Quit]
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 255 seconds]
jonatack has quit [Ping timeout: 255 seconds]
PaperSword has joined #bitcoin-core-dev
l0rinc has joined #bitcoin-core-dev
cmirror has joined #bitcoin-core-dev
synexic has joined #bitcoin-core-dev
synexic has quit [Quit: .]
synexic has joined #bitcoin-core-dev
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 255 seconds]
jespada has quit [Ping timeout: 272 seconds]
jespada has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
w0xlt has joined #bitcoin-core-dev
jerryf_ has quit [Remote host closed the connection]
jerryf has joined #bitcoin-core-dev
Guest80 has joined #bitcoin-core-dev
TallTim has quit [Server closed connection]
Guest80 has quit [Client Quit]
TallTim has joined #bitcoin-core-dev
joetor5 has joined #bitcoin-core-dev
ghost43 has joined #bitcoin-core-dev
Dansken has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 245 seconds]
w0xlt has joined #bitcoin-core-dev
w0xlt has quit [Ping timeout: 255 seconds]
PaperSword has quit [Quit: PaperSword]
joetor5 has quit [Quit: joetor5]
f321x has joined #bitcoin-core-dev
robszarka has joined #bitcoin-core-dev
szarka has quit [Ping timeout: 248 seconds]
Talkless has joined #bitcoin-core-dev
stringintech has joined #bitcoin-core-dev
stringintech has quit [Client Quit]
cotsuka has joined #bitcoin-core-dev
mudsip has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
<bitcoin-git> [bitcoin] fanquake pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/578b512bdd88...c99f5c5e1b42
<bitcoin-git> bitcoin/master e5f896b glozow: [test] check miner doesn't select 0fee transactions
<bitcoin-git> bitcoin/master 85f4988 glozow: [test] check bypass of minrelay for various minrelaytxfee settings
<bitcoin-git> bitcoin/master 72dc184 glozow: [test] RBF rule 4 for various incrementalrelayfee settings
<bitcoin-git> [bitcoin] fanquake merged pull request #33106: policy: lower the default blockmintxfee, incrementalrelayfee, minrelaytxfee (master...2025-07-minrelay) https://github.com/bitcoin/bitcoin/pull/33106
SpellChecker has joined #bitcoin-core-dev
<darosior> \o/
Cory43 has quit [Quit: Client closed]
Cory43 has joined #bitcoin-core-dev
purpleKarrot has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c99f5c5e1b42...7b4a1350dfd6
<bitcoin-git> bitcoin/master 9a04635 Antoine Poinsot: scripted-diff: validation: rename mandatory errors into block errors
<bitcoin-git> bitcoin/master b3f781a Antoine Poinsot: contrib: adapt max reject string size in tracing demo
<bitcoin-git> bitcoin/master c0d91fc Antoine Poinsot: Add release note for #33050 and #33183 error string changes
<bitcoin-git> [bitcoin] fanquake merged pull request #33183: validation: rename block script verification error from "mandatory" to "block" (master...2508_rename_error_mandatory) https://github.com/bitcoin/bitcoin/pull/33183
Guyver2 has joined #bitcoin-core-dev
busy has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 276 seconds]
Cory71 has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
Cory43 has quit [Ping timeout: 250 seconds]
jon_atack has quit [Ping timeout: 276 seconds]
jonatack has quit [Ping timeout: 255 seconds]
joetor5 has joined #bitcoin-core-dev
jespada_ has joined #bitcoin-core-dev
jespada has quit [Ping timeout: 255 seconds]
robszarka has quit [Quit: Leaving]
szarka has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] hebasto opened pull request #33193: Release: Prepare "Translation string freeze" step (master...250815-translations) https://github.com/bitcoin/bitcoin/pull/33193
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to 29.x: https://github.com/bitcoin/bitcoin/compare/565af03c37d8...837c5c7fd882
<bitcoin-git> bitcoin/29.x 3cd8612 Roman Zeyde: doc/zmq: fix unix socket path example
<bitcoin-git> bitcoin/29.x 9437415 deadmanoz: tracing: fix pointer argument handling in mempool_monitor.py
<bitcoin-git> bitcoin/29.x a18b53f will: guix: warn SOURCE_DATE_EPOCH set in guix-codesign
<bitcoin-git> [bitcoin] fanquake merged pull request #33074: [29.x] Backports (29.x...29_rc_backports) https://github.com/bitcoin/bitcoin/pull/33074
nanotube has quit [Server closed connection]
nanotube has joined #bitcoin-core-dev
joetor5 has quit [Remote host closed the connection]
joetor5 has joined #bitcoin-core-dev
Guyver2 has left #bitcoin-core-dev [Closing Window]
<bitcoin-git> [bitcoin] hebasto opened pull request #33194: cmake: Collect headers for extracting translatable strings (master...250815-tr-headers) https://github.com/bitcoin/bitcoin/pull/33194
Cory99 has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] crStiv closed pull request #32424: docs: clarify RPC credentials security boundary (master...ishak) https://github.com/bitcoin/bitcoin/pull/32424
Cory62 has joined #bitcoin-core-dev
Cory71 has quit [Ping timeout: 250 seconds]
Cory49 has joined #bitcoin-core-dev
jespada has joined #bitcoin-core-dev
Cory99 has quit [Ping timeout: 250 seconds]
f321x has quit [Quit: f321x]
Cory62 has quit [Ping timeout: 250 seconds]
jespada_ has quit [Ping timeout: 272 seconds]
oribellow_ has joined #bitcoin-core-dev
oribellow_ is now known as oribellow
kevkevin has joined #bitcoin-core-dev
<glozow> gmaxwell: sorry I didn't see this earlier. Adding on to "kind of obnoxious if you have to change defaults to get the right behavior," I think a good rule of thumb for defaults is they should result in something safe/ideal if everybody on the network is using them. Not that we expect everyone to use them, but it'd feel wrong that there is free relay if they do
<bitcoin-git> [bitcoin] crStiv opened pull request #33196: docs: clarify RPC credentials security boundary (master...ishak2) https://github.com/bitcoin/bitcoin/pull/33196
jonatack has joined #bitcoin-core-dev
<sipa> ryanofsky: have you ever tried pycapnp (with the bitcoin ipc interface)? i'm trying to get it to work, but i'm not sure if it's even expected to just load our src/ipc/capnp/*.capnp files
<sipa> 2>>> import echo_capnp
<sipa> terminate called after throwing an instance of 'kj::ExceptionImpl' what(): echo.capnp:9: failed: Import failed: /mp/proxy.capnp
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
joetor5 has quit [Remote host closed the connection]
jonatack has joined #bitcoin-core-dev
joetor5 has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 260 seconds]
jon_atack has joined #bitcoin-core-dev
sliv3r__ has quit [Ping timeout: 244 seconds]
sliv3r__ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] Galoretka opened pull request #33197: doc: add Linux GUI runtime instructions to doc/README.md (master...docs/linux-gui-runtime-readme) https://github.com/bitcoin/bitcoin/pull/33197
jonatack has quit [Ping timeout: 260 seconds]
avg-gary has joined #bitcoin-core-dev
<sipa> ok, i was missing import paths
bugs_ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] stickies-v opened pull request #33198: test: ensure logs are flushed before reading them (master...2025-08/force-log-flush) https://github.com/bitcoin/bitcoin/pull/33198
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 252 seconds]
kevkevin has quit [Remote host closed the connection]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
Dansken has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mudsip has joined #bitcoin-core-dev
mudsip has quit [Client Quit]
bitcoinlover has quit [Ping timeout: 255 seconds]
jespada has quit [Ping timeout: 248 seconds]
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #33199: fees: enable `CBlockPolicyEstimator` return sub 1 sat/vb fee rate estimates (master...08-2025-low-fee-rate-estimate) https://github.com/bitcoin/bitcoin/pull/33199
joetor5 has quit [Quit: joetor5]
kevkevin has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Read error: Connection reset by peer]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 245 seconds]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 244 seconds]
jon_atack has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] purpleKarrot opened pull request #33200: cmake: Introduce translate.cmake script for translate target (master...250815-tr-headers) https://github.com/bitcoin/bitcoin/pull/33200
PaperSword has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/5492e1be3b40...6e62b705328f
<bitcoin-git> bitcoin/28.x 2a46f22 0xb10c: rpc: fix getpeerinfo ping duration unit docs
<bitcoin-git> bitcoin/28.x 9f1b89a fanquake: doc: update release notes for 28.x
<bitcoin-git> bitcoin/28.x 6e62b70 merge-script: Merge bitcoin/bitcoin#33143: [28.x] Backports
<bitcoin-git> [bitcoin] fanquake merged pull request #33143: [28.x] Backports (28.x...more_more_more_28_backports) https://github.com/bitcoin/bitcoin/pull/33143
twistedline has quit []
twistedline has joined #bitcoin-core-dev
twistedline has quit [Client Quit]
twistedline has joined #bitcoin-core-dev
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 255 seconds]
l0rinc has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 244 seconds]
magellan has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 248 seconds]
jonatack has joined #bitcoin-core-dev
twistedline has quit []
avg-gary has quit [Quit: Client closed]
twistedline has joined #bitcoin-core-dev
l0rinc has quit [Quit: l0rinc]
twistedline has quit []
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
twistedline has joined #bitcoin-core-dev
magellan has quit [Ping timeout: 248 seconds]
magellan has joined #bitcoin-core-dev
cotsuka has quit [Remote host closed the connection]
jonatack has joined #bitcoin-core-dev
cotsuka has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 260 seconds]
<Sjors[m]1> Some folks asked if I could add an historical overview / a bit more context to #31802, so I expanded the description.
<corebot> https://github.com/bitcoin/bitcoin/issues/31802 | Add bitcoin-{node,gui} to release binaries for IPC by Sjors · Pull Request #31802 · bitcoin/bitcoin · GitHub
<Sjors[m]1> sipa: I know someone tried in Rust...: https://github.com/bitcoin-core/libmultiprocess/issues/174
<Sjors[m]1> Which had some confusion over the exact capnp format we use too.
<sipa> Sjors[m]1: i managed to get a block template out, in python
durandal_ has quit [Remote host closed the connection]
durandal_ has joined #bitcoin-core-dev
<Sjors[m]1> Ok, that might make (direct) functional tests possible then? #30437 is a more indirect approach
<corebot> https://github.com/bitcoin/bitcoin/issues/30437 | ipc: add bitcoin-mine test program by ryanofsky · Pull Request #30437 · bitcoin/bitcoin · GitHub
<sipa> Sjors[m]1: yeah, trying to make it work in the functional test framework, will PR a very minimal one
Talkless has quit [Quit: Konversation terminated!]
<Sjors[m]1> So far I achieved test coverage for the Mining interface with a combination of unit tests and by having RPC method use the interface internally. But the latter has side-effects, see #32547.
<corebot> https://github.com/bitcoin/bitcoin/issues/32547 | Mining: Avoid copying template CBlocks by luke-jr · Pull Request #32547 · bitcoin/bitcoin · GitHub
<Sjors[m]1> So I might take your minimum example and expand it.
durandal_ has quit [Quit: Leaving]
___nick___ has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 276 seconds]
kevkevin has quit [Remote host closed the connection]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 255 seconds]
magellan has quit [Ping timeout: 260 seconds]
kevkevin has joined #bitcoin-core-dev
Cory49 has quit [Quit: Client closed]
Cory49 has joined #bitcoin-core-dev
kevkevin has quit [Ping timeout: 252 seconds]
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 252 seconds]
<ryanofsky> sipa, that's an interesting idea to use pycapnp. I think I assumed it wouldn't be feasible to add as a dependency to functional test framework, but of course it could be an optional dependency, we have many other tests that run conditionally
<achow101> we already have optional dependencies in the test framework for usdt, so that wouldn't be abnormal for us
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 252 seconds]
busy has quit [Ping timeout: 245 seconds]
durandal_ has joined #bitcoin-core-dev
<ryanofsky> yeah I think I was making an outdated / incorrect assumption, it's a very good idea
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 245 seconds]
___nick___ has quit [Ping timeout: 248 seconds]
<bitcoin-git> [bitcoin] sipa opened pull request #33201: Add functional test for IPC interface (master...202508_ipc_test) https://github.com/bitcoin/bitcoin/pull/33201
busy has joined #bitcoin-core-dev
Cory86 has joined #bitcoin-core-dev
___nick___ has joined #bitcoin-core-dev
Cory49 has quit [Ping timeout: 250 seconds]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jon_atack has joined #bitcoin-core-dev
___nick___ has joined #bitcoin-core-dev
___nick___ has quit [Client Quit]
jonatack has quit [Ping timeout: 248 seconds]
___nick___ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7b4a1350dfd6...97593c1fd3e6
<bitcoin-git> bitcoin/master fab2980 Lőrinc: assumevalid: log every script validation state change
<bitcoin-git> bitcoin/master 97593c1 Ava Chow: Merge bitcoin/bitcoin#32975: assumevalid: log every script validation stat...
<bitcoin-git> [bitcoin] achow101 merged pull request #32975: assumevalid: log every script validation state change (master...l0rinc/warn-logging-enable) https://github.com/bitcoin/bitcoin/pull/32975
<phantomcircuit> gmaxwell, the minimum relay fees are kinda weird since it's protecting against unlikely to be mined but valid transactions wasting our bandwidth, but priced in bitcoin
<phantomcircuit> which fundamentally means we're setting a basically nonsensical limit whenever the price changes
<phantomcircuit> ultimately what we really want is some kinda of priority order but actually achieving that is very hard, the best i think we can reasonably do is... did we accept it into our own mempool
Cory45 has joined #bitcoin-core-dev
<phantomcircuit> sipa, with the changes to the mempool that you're working on, does that include peers telling us what the feerate is for a transaction so we can avoid requesting things we would reject?
Cory51 has joined #bitcoin-core-dev
Cory86 has quit [Ping timeout: 250 seconds]
<phantomcircuit> the feefilter message by itself (i think) would filter out low fee parents that are needed for child pays for parent
Cory45 has quit [Ping timeout: 250 seconds]
Cory44 has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
Cory51 has quit [Ping timeout: 250 seconds]
Cory32 has joined #bitcoin-core-dev
kevkevin has quit [Remote host closed the connection]
Cory44 has quit [Ping timeout: 250 seconds]
cotsuka has quit [Read error: Connection reset by peer]
cotsuka has joined #bitcoin-core-dev
Cory32 has quit [Quit: Client closed]
Cory32 has joined #bitcoin-core-dev
kevkevin has joined #bitcoin-core-dev
___nick___ has quit [Ping timeout: 252 seconds]
bugs_ has quit [Quit: Leaving]
kevkevin has quit [Remote host closed the connection]
jonatack has joined #bitcoin-core-dev
<sipa> phantomcircuit: cluster mempool itself doesn't make any real p2p protocol changes, but i think we do end up reinterpreting feefilter as applying to chunk feerates rather than individual
<sipa> sdaftuar or glozow would know better
jon_atack has quit [Ping timeout: 260 seconds]
durandal_ has quit [Read error: Connection reset by peer]
durandal_ has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MrDecryptDecipher opened pull request #33202: doc: improve documentation clarity for issue #33197 (master...auto-fix-issue-33197) https://github.com/bitcoin/bitcoin/pull/33202
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 255 seconds]
<bitcoin-git> [bitcoin] MrDecryptDecipher opened pull request #33203: doc: enhance documentation for issue #32698 (master...auto-doc-32698-1755296593) https://github.com/bitcoin/bitcoin/pull/33203
l0rinc has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MrDecryptDecipher opened pull request #33204: doc: enhance documentation for issue #33146 (master...auto-doc-33146-1755296778) https://github.com/bitcoin/bitcoin/pull/33204
<gmaxwell> Anyone notice 82.66.103.79 connecting over and over again, says its 28.99 but gets punted for invalid proof of work?
<gmaxwell> phantomcircuit: really the issue of stuff that won't get mined ought to be managed by adaitive minfee-- basically every node should fill up with XX mbytes of stuff that isn't likely to get mined any time soon, and the minfee moves up on its own. It's just that the whole thing is a little degenrate when there isn't enough tx flux to do that. And esp if the minfee is zero then you can
<gmaxwell> risklessly and costlessly abuse the relay network.
<gmaxwell> phantomcircuit: so really the number just needs to be high enough to prevent that, and not really any higher.
jonatack has joined #bitcoin-core-dev
<gmaxwell> phantomcircuit: but my point was all around how to handle changes. Ideally we don't want a situation where stuff is getting mined that is not well relayed, as that centeralized mining.
<gmaxwell> also because of that CPFP thing it's a bit better that a static limit is the operative limit rather than a dynamic one.. since it's easy to guarentee all your txn meet a static limit.
<bitcoin-git> [bitcoin] MrDecryptDecipher opened pull request #33205: doc: enhance documentation for issue #33146 (master...auto-doc-33146-1755297082) https://github.com/bitcoin/bitcoin/pull/33205
jon_atack has quit [Ping timeout: 252 seconds]
<sipa> gmaxwell: took me a minute to parse your "adaitive" as "adaptive" (my first interpretations were "additive" and "adiabatic")
<gmaxwell> hah sorry
<bitcoin-git> [bitcoin] MrDecryptDecipher opened pull request #33206: doc: enhance documentation for issue #33146 (master...auto-doc-33146-1755297266) https://github.com/bitcoin/bitcoin/pull/33206
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 245 seconds]
<bitcoin-git> [bitcoin] MrDecryptDecipher opened pull request #33207: doc: enhance documentation for issue #33146 (master...auto-doc-33146-1755297390) https://github.com/bitcoin/bitcoin/pull/33207
<bitcoin-git> [bitcoin] achow101 closed pull request #33202: . (master...auto-fix-issue-33197) https://github.com/bitcoin/bitcoin/pull/33202
<bitcoin-git> [bitcoin] achow101 closed pull request #33206: . (master...auto-doc-33146-1755297266) https://github.com/bitcoin/bitcoin/pull/33206
<bitcoin-git> [bitcoin] achow101 closed pull request #33205: . (master...auto-doc-33146-1755297082) https://github.com/bitcoin/bitcoin/pull/33205
<bitcoin-git> [bitcoin] achow101 closed pull request #33207: . (master...auto-doc-33146-1755297390) https://github.com/bitcoin/bitcoin/pull/33207
<bitcoin-git> [bitcoin] achow101 closed pull request #33204: . (master...auto-doc-33146-1755296778) https://github.com/bitcoin/bitcoin/pull/33204
<bitcoin-git> [bitcoin] achow101 closed pull request #33203: . (master...auto-doc-32698-1755296593) https://github.com/bitcoin/bitcoin/pull/33203
jonatack has joined #bitcoin-core-dev
jon_atack has quit [Ping timeout: 248 seconds]
Cory32 has quit [Quit: Client closed]
Cory32 has joined #bitcoin-core-dev
purpleKarrot has quit [Quit: purpleKarrot]
kevkevin has joined #bitcoin-core-dev
jon_atack has joined #bitcoin-core-dev
jonatack has quit [Ping timeout: 245 seconds]
Cory28 has joined #bitcoin-core-dev
Cory32 has quit [Ping timeout: 250 seconds]
PaperSword has quit [Quit: PaperSword]
<bitcoin-git> [bitcoin] fjahr closed pull request #33134: refactor, index: Remove member variables in coinstatsindex (master...2025-08-csi-no-members) https://github.com/bitcoin/bitcoin/pull/33134
l0rinc has quit [Quit: l0rinc]
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/97593c1fd3e6...57e8f34fe206
<bitcoin-git> bitcoin/master e27da31 woltx: wallet: Remove `GetVersion()`
<bitcoin-git> bitcoin/master 63acee2 woltx: wallet: Remove `GetClosestWalletFeature()`
<bitcoin-git> bitcoin/master ba01585 woltx: wallet: `MigrateToDescriptor` no longer calls `CanSupportFeature`
<bitcoin-git> [bitcoin] achow101 merged pull request #32977: wallet: Remove wallet version and several legacy related functions (master...remove_nversion) https://github.com/bitcoin/bitcoin/pull/32977