Skip to content

Fixes to ilevm (ethereum tests)#8988

Merged
Demuirgos merged 25 commits intoNethermindEth:feature/ilevm/aot-precompilerfrom
SiddharthV1:ilevm/aot-precompiler
Jul 16, 2025
Merged

Fixes to ilevm (ethereum tests)#8988
Demuirgos merged 25 commits intoNethermindEth:feature/ilevm/aot-precompilerfrom
SiddharthV1:ilevm/aot-precompiler

Conversation

@SiddharthV1
Copy link

  • Fixed sstore (netMetering check)
  • Fixed call opcode
  • Fixed extcodesize & extcodecopy (the wrong method of getCachedCodeInfo was being called)
  • Ensure the that ilevm is not triggered in calls where the code length is 0

benaadams and others added 25 commits July 10, 2025 14:51
* Don't block background tasks when syncing

* fix test

* fix compile warning

* Concurrency 2
* Better null-ckecks in TryGetCanonicalTransaction

* fix test

* fix whitespace

* fix test
* Slight change in constructor

* Stop putting more request when queue is high

* Add unit test

* Set budget as memory

* Whitespace

* Fix test
Co-authored-by: rubo <rubo@users.noreply.github.com>
Co-authored-by: emlautarom1 <emlautarom1@users.noreply.github.com>
* Remove use of Linq.Sum from hot paths

* Simplify
…mindEth#8981)

* Scope the tracer

* Use state reader in Tracer

* Inline dump state

* Remove accept

* Delete IVisitingWorldState

* Move dump state to state reader

* Whitespace
* Only access "warm" up hashtable once per warmup

* Update src/Nethermind/Nethermind.Evm/Instructions/EvmInstructions.cs

Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>

---------

Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
* Const maxBlobsPerTx

* WS

* Add tests(improve for the Gnosis case); add link
* Fail fast on Db corruption

* Fix tests

* Update src/Nethermind/Nethermind.Db.Rocks/DbOnTheRocks.cs

Co-authored-by: Ruben Buniatyan <rubo@users.noreply.github.com>

---------

Co-authored-by: Ruben Buniatyan <rubo@users.noreply.github.com>
@SiddharthV1 SiddharthV1 requested a review from rubo as a code owner July 15, 2025 09:14
@Demuirgos Demuirgos merged commit e6b9ff8 into NethermindEth:feature/ilevm/aot-precompiler Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants