<bitcoin-git>
[bitcoin] fanquake opened pull request #27508: build: use latest config.{guess,sub} in depends (master...depends_latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/27508
<bitcoin-git>
[bitcoin] vasild opened pull request #27509: Relay own transactions only via short-lived Tor or I2P connections (master...relay_tx_to_priv_nets) https://github.com/bitcoin/bitcoin/pull/27509
<vasild>
dergoegge: yesterday I managed to send one tx using https://github.com/bitcoin/bitcoin/pull/27509, but now all sends appear to end in blackholes. I guessed that I hit some "broken/malicious" tor nodes after the first 1-2 sent-but-then-the-tx-is-not-on-the-network, but now it has tried way too many peers. Maybe something like https://github.com/bitcoin/bitcoin/issues/4432 is going on.
<vasild>
thanks for mentioning 4432, I was not aware of it!
* vasild
bbl
<dergoegge>
vasild: I'm pretty sure what you are observing is 4432 or similar.
<dergoegge>
Pushing the tx and then disconnecting can (race condition) get you marked as disconnected (fDisconnect = true) by your peer before the msg is processed.
jonatack1 has joined #bitcoin-core-dev
jonatack1 has quit [Ping timeout: 240 seconds]
<bitcoin-git>
[bitcoin] fanquake opened pull request #27510: ci: drop untrusted bpfcc tool usage (master...drop_untrusted_bpfcc_tools) https://github.com/bitcoin/bitcoin/pull/27510
<lightlike>
maybe it'd be best to wait for some randomized period after sending the tx anyway, to make it less obvious?
<sipa>
I'm not sure it's feasible to hide the fact that it is a "tx push connection" of some kind
<sipa>
But we shouldn't leak more than that, ideally.
<bitcoin-git>
bitcoin/master 6e9f8bb ishaanam: rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txind...
<bitcoin-git>
bitcoin/master 2755aa5 Andrew Chow: Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx...
<bitcoin-git>
[bitcoin] achow101 merged pull request #25939: rpc: In `utxoupdatepsbt` also look for the tx in the txindex (master...utxoupdatepsbt_with_txindex) https://github.com/bitcoin/bitcoin/pull/25939