Skip to content

Fix worker loop#9007

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

Fix worker loop#9007
Demuirgos merged 44 commits intoNethermindEth:feature/ilevm/aot-precompilerfrom
SiddharthV1:ilevm/aot-precompiler

Conversation

@SiddharthV1
Copy link

@SiddharthV1 SiddharthV1 commented Jul 18, 2025

Changes

  • Resolve an issue which causes the tests to not return in certain environments, the run was being taxed by exceptions being thrown in the precompiler thread.
  • merge master

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)

Testing

Requires testing

  • No

If yes, did you write tests?

  • Yes
  • No

benaadams and others added 30 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>
* Remove locking in RlpDecoder fast path

* Feedback
* Move precompiles

* Fix build

* Fix formating

* EthereumCodeInfoRepository

* Remove EthereumPrecompiles class

* Move precompiles into separate project

* Fix build
* Add eth_config
* Update systemContracts, refactor
* Fix next/last hash to be null
rubo and others added 4 commits July 19, 2025 00:21
* Optimize ModExp

* Faaster

* Moar

* work as nuint

* use nint

* cast via int

* Remove unneeded casts

* Move OldRuns to tests

* fix benchmarks

* Feedback

* Less branches

* Less branches

* fixed invalid
@SiddharthV1 SiddharthV1 changed the title Fix for precomipler background thread throwing exceptions Fix worker loop Jul 19, 2025
@Demuirgos Demuirgos merged commit 6083e36 into NethermindEth:feature/ilevm/aot-precompiler Jul 21, 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.

10 participants