Jim McDonald
Jim McDonald
Ah yes, wrong interface, sorry. But yes, if you take the withdrawal public key in to the proxy contract it would catch any errors the user or code may have...
I made a few comments on the PR. This would be very useful to have: for anyone attempting to manage multiple instances of geth, having version information to hand via...
This is not at all obvious from the documentation. It also begs the question: how would one obtain all log entries in the correct order? `FilterLogs()` followed by `SubscribeFilterLogs()` could...
@nkbai what happens if a block comes in between the calls to `FilterLogs` and `SubscribeFilterLogs`?
It doesn't sound like there is a working solution to this at current, which is a shame given that reading logs is a very common requirement.
It appears that this is caused by significant memory over-allocation. Parsing a 7MB YAML file with 1.9.3 I see the following information from a memory profile: ``` (pprof) top20 Showing...
The reproduction was a quick attempt to show the issue, which could be incorrect, but there is definitely some issue. For example, on holesky a recent call to nimbus was:...
Thanks for the ping; Vouch does not use this feature.
> it was asking for an execution payload header but didn't receive it, This is a totally valid situation, and why there is a specific return code in the spec...
I'd suggest that there's a difference between hitting an endpoint that exists but has no useful data to give you, and hitting an endpoint that doesn't exist. The API as...