Anthony Towns

Results 280 comments of Anthony Towns

Looks like someone's spamming the faucet and triggering lots of transactions and block space usage atm. https://github.com/ajtowns/faucet-waltz might be a useful approach if you want to look at implement batching.

Yeah, I think the first page being all bublina txs confused me into thinking that more of the txs were bublina drops than there really were, so that batching would...

The lots of blockspace usage seems to be the fiamma bitvm bridge testnet launch.

I don't know why batching would result in a dos -- the way my code works is if two requests come in in a 60s period, they share a single...

ACK f66b14d2ecb0db991d255be49d6ff6ec361569b5

> * However, it's also the case that if the compiler can prove a statement is side-effect free, it can optimize the call away in non-debug builds. That makes sense....

> but requiring `INV+GETDATA` will not solve that - the mass connect tool will be updated to do `INV+GETDATA+TX` instead of just `TX` Sending INV and waiting for a GETDATA...

When running this index over signet, I end up with ~700 55kB ldb files, and a single 8.8MB ldb file. That seems like something is probably suboptimal?

Weak concept NACK on this, precedence in config files might be confusing but it's not ambiguous and specifying `setting=1 \n setting=2` is something you might plausibly see in the wild,...

> This description sounds a little misleading to me. Sure; I meant "restart correctly" as in "keep working the way things are supposed to rather than gratuitously break and cause...