ethrex
@ethrex_client
A modular, Ethereum L1 & L2 execution client in Rust. Built by @class_lambda.
There’s still quite a bit of work ahead, but progress is strong in the performance front. We’re already outperforming every client except for reth in every opcode (we still need to merge a few exploratory PRs to make it faster than nethermind in transfers). In addition to…
We are finishing the work on making snap sync performant in @ethrex_client. We got the block header download logic working, tested on Holesky, Sepolia, and @ethereum mainnet. It takes 5 to 8 min on mainnet (22M headers, 12GB in-memory). Geth takes aprox 20min (but writes to…
We just bumped @ethrex_client ETH transfers from 500megagas/second to 1gigagas/second. Next week the PR should be merged. We're still behind nethermind and reth but we should catch them up in the next few weeks.
Here you can see the work we are doing on @ethrex_client performance.