Franco Victorio

Results 565 comments of Franco Victorio

Hi @Andriy-Kulak. This is a good point, especially considering how hard it's to configure eslint with typescript. We are going to create a GitHub template repo for this. I can't...

This seems like a sensible thing to do, and something that shouldn't break anything (you could argue that it would be a bug fix). So, to clarify, there are four...

> It reminds me a bit of the difference between `git add` and `git add --force`. That's interesting, can you expand on that?

I agree with you @aspiers. I'm not super convinced that the value that the auto-close bot adds (which is non-zero, tbh) is worth the downsides. This is something we are...

I think it's part of the consensus rules that each block must have a timestamp that is different from the previous block's. That's why we enforce this. That being said,...

Oh, so what you want is "Mine 1000 blocks so that the latest block has timestamp X"? You can do that by using `(X - now) / 1000` as the...

Oh, I see. Can you give me a higher-level description of the test, to understand better why this is necessary? Or a simplified example where this would be needed?

> It means many TXs in the next block, > but process all of TXs will have a time delay, If what you want is to mine several transactions in...

@impguard that's really strange. Even if you have interval mining enabled, all your transactions should be sent to the mempool and then after a second all of them should be...