Merge master to 7904 block builder branch#9707
Merged
kamilchodola merged 24 commits intoNov 13, 2025
Merged
Conversation
…om precompiles (#9561) * Change IPrecompile to use Result<byte[]> * whitespace * fix benchmark * fix tests * Move back DataGasCost to simple long * Some fixes * fixes * refactor * expose precompile error from EVM * ModExpPrecompile should fail on run not on DataGasCost * fixes * Fix tests and bubble up precompile errors * fix build * Another try * Error(2) * Choose substate error * fixes * Simplify handling errors * fix PairingCheckPrecompile * Add syntatic suggar, while preserving lazy evaluation * fix --------- Co-authored-by: lukasz.rozmej <lukasz.rozmej@gmail.com>
* override in blocktree * fix * unittest * format * fix * Fix * remove test * cleanup * Do not insert block if invalid fork * format * review comments * format * Update src/Nethermind/Nethermind.Xdc/XdcBlockTree.cs Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com> --------- Co-authored-by: Lukasz Rozmej <lukasz.rozmej@gmail.com>
…9672) * fix: DynamicCallWithInput to skip value for DELEGATECALL/STATICCALL * update test
* test blockchain changes * format
* feat: add reviewers to the bump-version action * feat: use checkout action
…#9666) * Create non existent db directory to get drive info * Add db folder to ignored to pass tests
Co-authored-by: emlautarom1 <emlautarom1@users.noreply.github.com> Co-authored-by: Lautaro Emanuel <31224949+emlautarom1@users.noreply.github.com>
* Introduce BlockProductionBlobLimit to limit number of blobs picked when producing block * Add MaxBlobCount calculation tests * whitespace * Rename * Update src/Nethermind/Nethermind.Config/IBlocksConfig.cs Co-authored-by: Ahmad Bitar <33181301+smartprogrammer93@users.noreply.github.com> --------- Co-authored-by: Ahmad Bitar <33181301+smartprogrammer93@users.noreply.github.com>
Update HttpJsonRpcSubmitter.cs
…lter (#9630) * Remove unused BlockFilter.StartBlockNumber and simplify CreateBlockFilter * fix ci * formatting
Co-authored-by: rubo <rubo@users.noreply.github.com>
fix transition for taiko-hoodi
* start * more dependencies * build * rename * voting * vote task * bit of refactor * invoke block produced dont seal * refactor context * format * timeout missing * block producer * format * basic incomplete setup * test * block production test * format * merge cleanup * merged * use the constant * use timestamp from attributes * Merged * Merged fix * cleanup * fixes * cleanup * commit cert before vote propose in background * merge and refactor * rename * format * comment * refactor to continuous loop * remove TCM * Format * fix * draft implmentation * cleanup * handle regenesis block in XdcTestBlockchain * refactor to inherit from TestBlockchain * register FromXdcContainer * handle _fromContainer from base * attempt rotating signers * test fix * test fix * test and container setup fix * decoder fix * bug fixes * init QC * test xdc sealer rotation * bug fixes and working now * Format * Update packages.lock.json * remove * total difficulty fix * format * override in blocktree * fix * unittest * format * fix build issues * fix * Fix * remove test * fixes * format * cleanup * undo merge and cleanup usings * add custom genesis builder for xdc * format whitespaces * Do not insert block if invalid fork * format * reorg test * revert block processor * revert cloning of header in PrepareBlockForProcessing * reorgs tests working * fix bad db * fix seal validator * fix * format * implement add block without commiting qc and generate extra keys for testing * fix and refactor * optional params * fix * one fix and a bit of refactor * reorg test * rename * return block instead * reorg test * fixes * dont set author * 10 seconds per add block * test blockchain changes * format * fixes for hotstuff module * fix test block producer * fixes for epoch master calculation * format * rename * rollback QC test blockchain order * snapshotmanager tests fixed * format * cleanup * remove TestBlockchainTester * cleanup * small fix in header validator test --------- Co-authored-by: ak88 <anders.holmbjerg@hotmail.com> Co-authored-by: cicr99 <kr1000a@gmail.com>
refactor of snapshot manager
* start * more dependencies * build * rename * voting * vote task * bit of refactor * invoke block produced dont seal * refactor context * format * timeout missing * block producer * format * basic incomplete setup * test * block production test * format * merge cleanup * merged * use the constant * use timestamp from attributes * Merged * Merged fix * cleanup * fixes * cleanup * commit cert before vote propose in background * merge and refactor * rename * format * comment * refactor to continuous loop * remove TCM * Format * fix * draft implmentation * cleanup * handle regenesis block in XdcTestBlockchain * refactor to inherit from TestBlockchain * register FromXdcContainer * handle _fromContainer from base * attempt rotating signers * test fix * test fix * test and container setup fix * decoder fix * bug fixes * init QC * test xdc sealer rotation * bug fixes and working now * Format * Update packages.lock.json * remove * draft impl of blockinfo validator tests * total difficulty fix * format * override in blocktree * fix * unittest * format * fix build issues * fix * Fix * remove test * fixes * format * cleanup * undo merge and cleanup usings * add custom genesis builder for xdc * format whitespaces * Do not insert block if invalid fork * format * reorg test * revert block processor * revert cloning of header in PrepareBlockForProcessing * reorgs tests working * fix bad db * fix seal validator * fix * format * implement add block without commiting qc and generate extra keys for testing * fix and refactor * optional params * fix * one fix and a bit of refactor * reorg test * rename * return block instead * reorg test * fixes * fix failing test * dont set author * 10 seconds per add block * test blockchain changes * format * ws fixes * fixes for hotstuff module * fix test block producer * fixes for epoch master calculation * format * rename * rollback QC test blockchain order * CLEANUP * remove unused --------- Co-authored-by: ak88 <anders.holmbjerg@hotmail.com> Co-authored-by: cicr99 <kr1000a@gmail.com>
* start * more dependencies * build * rename * voting * vote task * bit of refactor * invoke block produced dont seal * refactor context * format * timeout missing * block producer * format * basic incomplete setup * test * block production test * format * merge cleanup * merged * use the constant * use timestamp from attributes * Merged * Merged fix * cleanup * fixes * cleanup * commit cert before vote propose in background * merge and refactor * rename * format * comment * refactor to continuous loop * remove TCM * Format * fix * draft implmentation * cleanup * handle regenesis block in XdcTestBlockchain * refactor to inherit from TestBlockchain * register FromXdcContainer * handle _fromContainer from base * attempt rotating signers * test fix * test fix * test and container setup fix * draft port of some HeaderValidatorTests * fix build issue * extra tests * decoder fix * handle merge issues * bug fixes * init QC * test xdc sealer rotation * bug fixes and working now * Format * Update packages.lock.json * remove * fix build issues * more build fixes * total difficulty fix * format * override in blocktree * fix * unittest * format * fix build issues * fix * Fix * remove test * fixes * format * cleanup * undo merge and cleanup usings * add custom genesis builder for xdc * format whitespaces * Do not insert block if invalid fork * format * reorg test * revert block processor * revert cloning of header in PrepareBlockForProcessing * reorgs tests working * fix bad db * fix seal validator * fix * format * implement add block without commiting qc and generate extra keys for testing * fix and refactor * optional params * fix * one fix and a bit of refactor * reorg test * rename * return block instead * minor changes and fixes * reorg test * fixes * bring back cache field in sealValidator * dont set author * 10 seconds per add block * test blockchain changes * format * ws fixes * fixes for hotstuff module * fix test block producer * fixes for epoch master calculation * format * rename * rollback QC test blockchain order * cleanup --------- Co-authored-by: ak88 <anders.holmbjerg@hotmail.com> Co-authored-by: cicr99 <kr1000a@gmail.com>
chore: update base-sepolia testnet matrix
chore: comment linea on our workflows
17d9b03
into
kch/rlpforced-getpayload-timestamphack-eip-7904
146 of 174 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes Closes Resolves #
Please choose one of the keywords above to refer to the issue this PR solves followed by the issue number (e.g. Fixes #000). If no issue number, remove the line. Also, remove everything marked optional that is not applicable. Remove this note after reading.
Changes
Types of changes
What types of changes does your code introduce?
Testing
Requires testing
If yes, did you write tests?
Notes on testing
Optional. Remove if not applicable.
Documentation
Requires documentation update
If yes, link the PR to the docs update or the issue with the details labeled
docs. Remove if not applicable.Requires explanation in Release Notes
If yes, fill in the details here. Remove if not applicable.
Remarks
Optional. Remove if not applicable.