Péter Szilágyi

Results 278 comments of Péter Szilágyi

So, since we ourselves use this in all abigen stuff, we can't break the API, sorry. But we can introduce a new method for waiting on a hash (or deploying...

Hmmm, interesting idea with using the hash as the cache key since it can't change, so you don't need to track liveness across layers. Out of curiosity, wouldn't using an...

Seems your PR has a consensus fault in it, PTAL: https://ci.appveyor.com/project/ethereum/go-ethereum/builds/50010174

I think that event mux was something we wanted dot get rid of altogether from everywhere. Any particular place that still references which we could rework to nuke out further?

FWIW, the issue is that this particular tx is signed with the Frontier rules, where 2 signatures were valid (same tx diff hash), which was forbidden in Homestead (https://eips.ethereum.org/EIPS/eip-2) >...

We're not 100% sure it's the best API change, but also we're not entirely sure we have a strongly better alternative, so I'll try out a couple variations and will...

Yes, the test cases from the specs repo are a bit moot for optimising.

There's an open PR that's almost done https://github.com/karalabe/ssz/pull/15, so no need to do the work again :) That said, the error I think is due to the submodule checkout requiring...

I should probably look into that and make a note of it in the README os somewhere about exactly how it should be configured. (I just have it globally enabled...