Péter Szilágyi

Results 278 comments of Péter Szilágyi

Could you provide some more details about what you're trying to use it for? We do have a few ideas in mind too, but curious about your case.

We should review and merge the feature I guess.

We already process blocks fully and then emit logs, but since those get filtered and only the matches returned, it's not trivial to signal the end. It gets a bit...

Ie. we need to annotate https://github.com/ethereum/go-ethereum/blob/master/eth/filters/api.go#L260 with an ephemeral wrapper to add a marker to every last log in a block (i.e. next block hash is different or very last...

My guess is that there are probably a lot of Ropsten nodes that have not merged, so all of a sudden it's a lot less peers to serve. The network...

The `personal` namespace is not really covered by the JSON RPC spec: https://ethereum.org/en/developers/docs/apis/json-rpc/ There's probably less inclination to get it included since it's not recommended to run accounts embedded within...

We're aware of this issue. Using files larger than 2MB blows up disk IO as compaction becomes exponentially heavier. Would have been nice to split the files across multiple folders...

This seems odd to me. Could you post the error message you are getting? Static/trusted nodes are merely suggestions. They should not result in any errors if they are offline....

I guess the total wasn't part of the output when we've implemented this, at least looking at the example output in the exact code you linked.

Though if we go with Pebble in the long term, might not be worth to poke working code.