Skip to content

chore(fork): merge upstream changes#263

Closed
emhane wants to merge 54 commits intounstablefrom
main
Closed

chore(fork): merge upstream changes#263
emhane wants to merge 54 commits intounstablefrom
main

Conversation

@emhane
Copy link

@emhane emhane commented Oct 20, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 20, 2025 08:19
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Galoretka and others added 22 commits October 20, 2025 10:25
…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>
AJStonewee and others added 27 commits October 20, 2025 10:25
…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>
)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
…#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>
@emhane
Copy link
Author

emhane commented Oct 20, 2025

closing in favour of #264, lock file needed update so had to do locally

@emhane emhane closed this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.