Péter Szilágyi

Results 278 comments of Péter Szilágyi

I'll think about this a bit. One gut reaction is that why would you want to share data structures between gnosis and non-gnosis chains if they are "structurally different"? I...

Hmm, the linked Java code seems to be the literal encoder. You could do the same thing with this ssz lib if you wrote your own DefineSSZ method instead of...

Wondering whether it would be better to just have a section about it in the readme. For example the tests repo relies on git LFS, which the user would need...

It's a bit hard to figure out only looking at a screenshot whether there's something wrong with Geth or Metamask. You should try running an RPC call directly against to...

For what it's worth, I finished this PR mostly to prove a point and see how painful it is. I don't mind closing it without merging if that's the decision.

@islishude It's non functional because we have a step the adds the go-ethereum code to docker and that step invalidates all further layers, so all caches will be thrown out...

Slept on it. Myeah, this PR is a no go. Since it requires a non-zero manual effort from time to time to keep docker operational and it only helps dockerfile...

Hmm, I always thought we pre-allocate a 1024 stack and use it contiguously across all subcalls. That seems like a nobrainer thing we should do. Then we can make all...

Im also happy to be able to compute the length of a type parameter without instantiating one. Any idea how to do that? Whilst I can accept that the `len(T{})`...

Ah yeah, kept wondering what that event was I wanted :D Thx @maoueh