Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR merges upstream changes with the title "chore(fork): merge upstream changes" and appears to be a substantial merge that incorporates numerous improvements across the codebase. The changes primarily focus on trie operations, blockchain validation, EVM configuration, and CLI documentation updates.
- Adds trie changesets functionality for tracking trie node state changes
- Updates stateless validation to use public keys and new function signatures
- Enhances EVM factory interfaces with BlockEnv type parameter
- Implements comprehensive trie update and revert mechanisms
- Updates transaction pool for EIP-7594 sidecar support
Reviewed Changes
Copilot reviewed 255 out of 257 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| testing/ef-tests/src/cases/blockchain_test.rs | Adds public key recovery and updates stateless validation calls |
| testing/ef-tests/Cargo.toml | Enables secp256k1 feature for reth-stateless |
| examples/precompile-cache/src/main.rs | Adds BlockEnv type parameter to EvmFactory implementation |
| examples/custom-node/src/primitives/tx.rs | Updates signature method call with explicit trait |
| examples/custom-node/src/evm/env.rs | Implements OpTxEnv trait for CustomTxEnv |
| examples/custom-node/src/evm/alloy.rs | Adds BlockEnv type parameter to EVM factory implementations |
| examples/custom-node/src/engine.rs | Updates type reference from ExecutedBlockWithTrieUpdates to ExecutedBlock |
| examples/custom-evm/src/main.rs | Adds BlockEnv type parameter to EvmFactory |
| examples/custom-beacon-withdrawals/src/main.rs | Updates block beneficiary access method |
| docs/vocs/docs/pages/cli/reth/* | Updates CLI documentation with improved descriptions and new options |
| crates/trie/* | Implements comprehensive trie changesets and update mechanisms |
| crates/transaction-pool/src/* | Adds EIP-7594 sidecar conversion and enhanced validation |
| crates/tracing/src/layers.rs | Updates OTLP configuration to use filter instead of level |
| crates/storage/* | Major refactoring of trie operations with changesets support |
| crates/stateless/* | Adds public key recovery and validation improvements |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…aradigmxyz#19009) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yongkangc <46377366+yongkangc@users.noreply.github.com> Co-authored-by: Yong Kang <chiayongkang@hotmail.com>
…filter` (paradigmxyz#19061) Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com> Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com> Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
…mxyz#18988) Co-authored-by: emhane <elsaemiliaevahane@gmail.com> Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
…g to each transaction (paradigmxyz#17841) Co-authored-by: Wolfgang Welz <welzwo@gmail.com>
…ult (paradigmxyz#18840) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…xyz#18127) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
paradigmxyz#18964) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…#19115) Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Author
|
closing in favour of #264, lock file needed update so had to do locally |
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.
No description provided.