goevmlab
goevmlab copied to clipboard
Evm laboratory
issue https://github.com/ethereum/execution-specs/issues/911 fix https://github.com/ethereum/execution-specs/pull/912
So basically Geth, Besu and OE all return 0x0 on BLOCKHASH(0x831fc01b15af74fc30c) while Nethermind returns Keccak(0x831fc01b15af74fc30c). Netherminds Blockhash provider: https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Evm.Test/TestBlockhashProvider.cs https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Ethereum.Test.Base/TestBlockhashProvider.cs The state test documentation also states that " Since the...
.. So one can e.g switch to the memory-pane and scroll through the contents 
tracker for https://github.com/status-im/nimbus-eth1/issues/2522
For some reason, `revm` is super slow now, 10x slower than it used to be. ``` INFO [06-05|11:19:12.946] Stats gethbatch-0 execSpeed=32.7ms longest=440.665257ms count=935 INFO [06-05|11:19:12.946] Stats eelsbatch-0 execSpeed=950.5ms longest=6.400992834s count=35...
Not meant to be merged. Opening here for visibility in case other clients want an apples-to-apples comparison of bls precompiles with equivalent inputs.
Ran into this crash with the fuzzer: ``` INFO [10-26|06:48:54.470] Executing tests=95,043,214 time=359h0m40.000s test/s=73.5 "avg steps"=2944.6 global=95,043,214 INFO [10-26|06:48:54.471] Stats gethbatch-0 execSpeed=27.4ms longest=25.518789124s count=35,736,104 INFO [10-26|06:48:54.471] Stats eelsbatch-0 execSpeed=196.1ms longest=14m21.197711271s...
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.18.0 to 0.18.1. Release notes Sourced from github.com/consensys/gnark-crypto's releases. v0.18.1 Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1 Changelog Sourced from github.com/consensys/gnark-crypto's changelog. [v0.18.1] - 2025-10-23 Perf limit memory allocation during Vector...
live at docker `holiman/omnifuzz-l2`