Péter Szilágyi
Péter Szilágyi
Geth usually waits a bit for the consensus client to attach and start sending some exchanges. If it does not, it will complain. Let it run for a while and...
But the revert reason is already part of the output, and the user would need to interpret the output had it not reverted anyway. Is explicitly extracting it ourselves that...
Idea seems ok, just need to review/test offline
`127.0.0.1` refers to the local machine. In the case of docker containers, it refers to the local container. When you start separate containers for Geth and Prysm, they will be...
So, to make this work we should: - Add the `Last` to `types.Log` - Set it during loading from the db - Set it whenever we refilter
Could you provide some numbers where this parsing speed matter vs. then reading real data from the contract or transacting? My naive guess would be that even a single contract...
Hmm, my comment didn't make it from email from some reason. Yeah, so this we won't really accept. We have made the commitment a long time ago that Geth is...
Hey Proto, This is unfortunately not a change that we will accept. We were always very strict on only catering for Ethereum and extending the chain spec with params is...
We discussed it with proto 2 days ago, he'll make an alternative
They don't need it to be configurable from the chain config, they just need it to not be the params.xyz. He said he'll make a PR that is enough for...