Andrew Ashikhmin

Results 33 comments of Andrew Ashikhmin

Yes, please use `eth_chainId` rather than `net_version`. Per the [spec](https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#underlying-protocol) EL should only expose `engine_` and `eth_` methods on the Engine API port. Erigon doesn't expose `net_` methods by default.

Unfortunately, I didn't find any performance gains when using branchless binary search in Silkworm execution of all mainnet blocks, which probably means that the benchmark doesn't match real usage patterns...

I concur with codaman. The problem is that callout is dismissed when tapped on, but outside of an active control such as UIButton. A hacky solution is to add an...

MPIR is a fork of GMP and is also available on Linux/macOS. I can build libff fine on Windows with MPIR. There was one issue due to the fact that...

For networks that have already passed the Merge, it's best to drive Erigon by CL from the start. The alternative that you're describing, namely to first sync all pre-Merge blocks,...

The ETA for Erigon supporting Gnosis Chain is 3 months after the Merge happens on Ethereum mainnet. See also https://forum.gnosis.io/t/erigon-gnosisdao-proposal/4105.

> @yperbasis please ... a comment on point 2 historical_block is used in cmd/check_changes; see PR #558.

> @yperbasis seems to me the contructor has been messed up somwhere when inserted the pruning functionality cause actually is loaded as prune_from parameter and not as historical block. >...

@AndreaLanfranchi Nope because it's not done yet :)