orville has quit [Quit: <exit all I/O streams / EOF>]
bitdex has quit [Remote host closed the connection]
andrewtoth_ has quit [Remote host closed the connection]
andrewtoth_ has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
nanotube has joined #bitcoin-core-dev
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #26697: logging: use std::bitset for categories (master...2022-12-log-categories-stdbitset) https://github.com/bitcoin/bitcoin/pull/26697
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
bitdex has quit [Quit: = ""]
<darosior>
aureleoules: a hack would be to set a tiny timeout on the request triggering the rescan so you can make others afterward. But what you are trying to achieve sounds really racy
<aureleoules>
I think i (almost) got it working with asyncio
<aureleoules>
but yes I'm trying to trigger a race: i would like to add a test for #26618
Talkless has quit [Quit: Konversation terminated!]
Talkless has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] brunoerg opened pull request #26701: contrib: make DNS seeds file an argument in CLI (`makeseeds`) (master...2022-12-seeds-improv) https://github.com/bitcoin/bitcoin/pull/26701
rozehnal_paul has quit [Quit: Connection closed]
bytes1440000 has quit [Quit: Client closed]
bytes1440000 has joined #bitcoin-core-dev
bytes1440000 has quit [Quit: Client closed]
<jamesob>
mempool question... what are the pinning vectors to be aware of for a SIGHASH_SINGLE | ANYONECANPAY input that's signed as RBFable? is being griefed by the RBF "must beat absolute fee" attacker-escalation the only thing you have to worry about?
jonatack1 has quit [Ping timeout: 246 seconds]
sipsorcery has quit [Ping timeout: 256 seconds]
brunoerg has quit []
Guest99 has joined #bitcoin-core-dev
Guest9942 has joined #bitcoin-core-dev
Talkless has quit [Quit: Konversation terminated!]
<bitcoin-git>
bitcoin/master 89c1491 furszy: wallet: if only have one output type, don't perform "mixed" coin selection
<bitcoin-git>
bitcoin/master ba47a4b Andrew Chow: Merge bitcoin/bitcoin#26668: wallet: if only have one output type, don't p...
<bitcoin-git>
[bitcoin] achow101 merged pull request #26668: wallet: if only have one output type, don't perform "mixed" coin selection (master...2022_wallet_double_coin_selection) https://github.com/bitcoin/bitcoin/pull/26668
hg has joined #bitcoin-core-dev
jonatack1 has joined #bitcoin-core-dev
<ariard>
jamesob: iirc, descendant junk where the adversary attaches a chain of transactions with low-feerate, high-fee from a new bip143 input/ouptut pair. Under BIP125 rule 3, your replacement candidate will be rejected
<instagibbs>
I advised him it's "constrained" to rule#3 pinning pretty much
<ariard>
you might have issues with the lack of inherited signaling, where the ancestor junk is not seen by your local mempool (though yeah back to rule#3)