Felix Lange
Felix Lange
deneb support started here: https://github.com/ethereum/go-ethereum/pull/29180
It would be nice to get some real benchmark instead of low-level node encoding ones. For example, we have some nice ones for `DeriveSha` in core/types.
So it seems there is no big improvement in real cases. But your benchmark run shows something interesting, maybe we could get a benefit with this if we were able...
@Aracki is right, the go-ethereum metrics package histograms are a bit weird and do not get exported in the right way to make them usable as histograms within Prometheus. Instead,...
The discovery protocol maintains a liveness counter for each node in the local table. For every liveness check (PING) that is successful (received PONG response), the counter is increased by...
Here is a proposal for storing tracer outputs: For each (named) tracer implementation, we keep two freezer instances: - The 'events' freezer contains output events generated by the tracer. -...
However, please note that using it in the `internal/ethapi` implementation of the API will not have an immediate effect for Go callers, because the error will be encoded as JSON....
We can now also run the `pyspec` (https://github.com/ethereum/execution-specs) tests on hive. They run on https://hivetests.ethdevops.io. Unfortunately, ethereumjs fails them all with this error: ``` Supplied genesis state: { "config": {...
@StarHack thanks for working on this! I really need it in my own app.
I proposed `fs.FileInfo` mostly because it is the usual way of representing 'information about a file' in Go. If you feel it's too much, of course I'd also be fine...