Jimmy

Results 527 comments of Jimmy

> A single core can do roughly 10K ECDSA verifications per second. Which means we can verify ~2K blocks per second. That's your verification overhead. At the current height of...

> #2616 was already merged 😅 Its different, what i mean here is ecdsa verifications for each block. It can not be avoided unless we can verify block authenticity in...

> > > #2616 was already merged 😅 > > > > > > Its different, what i mean here is ecdsa verifications for each block. It can not be...

> The problem from i see is the threshold `P2P` only allow 500 max hashes at a time. Than stops and processes the data. With my custom node im able...

> Yes, but for me is not a huge problem Great, this is what i want. I think I maybe able to come up with an idea that can sync...

this can save tons of gas, yes,,,,,, but,,,,,,,

rather than allow overflow, i think biginteger only is better

> > rather than allow overflow, i think biginteger only is better > > Sometimes it's impossible to write BigInteger everywhere literally in codes. For example, shifting operations (>> and