Skip to content

chore: merge upstream v2.1.0 into develop-v2.1#182

Open
chee-chyuan wants to merge 130 commits into
develop-v2from
develop-v2.1
Open

chore: merge upstream v2.1.0 into develop-v2.1#182
chee-chyuan wants to merge 130 commits into
develop-v2from
develop-v2.1

Conversation

@chee-chyuan
Copy link
Copy Markdown

Merges upstream v2.1.0 into a new develop-v2.1 branch based on develop-v2.

Conflicts resolved keeping BNB-specific additions:

  • reth-core git dependency branch updated v0.1.1-v2v0.3.0-v2
  • Retained rust-eth-triedb dependencies and triedb imports
  • Kept [patch] sections for BNB git sources
  • Kept record_eth_message_metric / MAX_MESSAGE_SIZE in eth-wire
  • Kept mod migrate alongside upstream's new mod migrate_v2
  • Merged ExecutionWitnessMode, B256Set, B256Map additions from upstream
  • Combined RUSTSEC advisory exemptions from both sides

decofe and others added 30 commits April 7, 2026 13:00
Co-authored-by: Brian Picciano <[email protected]>
Co-authored-by: Amp <[email protected]>
Co-authored-by: Ishika Choudhury <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Sergei Shulepov <[email protected]>
Co-authored-by: Sergei Shulepov <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…up (#23410)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derek Cofausper <[email protected]>
Co-authored-by: Brian Picciano <[email protected]>
Co-authored-by: Amp <[email protected]>
@chee-chyuan chee-chyuan requested a review from joey0612 as a code owner May 5, 2026 08:40
@chee-chyuan chee-chyuan added the dependencies Pull requests that update a dependency file label May 5, 2026
@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

- Fix fmt: remove extra blank line in ethstream.rs
- Fix typo: "ype" -> "type" in pool.rs
- Fix deny: remove stale RUSTSEC ignore entries no longer in dep tree,
  add RUSTSEC-2026-0104/0118/0119 for rustls-webpki and hickory-proto
- Regenerate Cargo.lock with BNB git deps (reth-core v0.3.0-v2, reth-bsc-triedb)

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

MAX_MESSAGE_SIZE was moved to reth-eth-wire-types in v2.1.0 (#22668),
so the local definition in ethstream.rs conflicted with the import.
Also apply nightly fmt wrap to pool.rs doc comment.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

…d import

alloy_consensus::BlockHeader gained block_access_list_hash and slot_number
in v2.1.0; delegate both to self.inner in CustomRpcHeader.
Remove unused revm::context::result::ExecutionResult import from execute.rs.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

get_cf and iterator_cf expect &Arc<BoundColumnFamily<'_>> but were
receiving Arc<BoundColumnFamily<'_>> after the v2.1.0 API change.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

PayloadHandle gained install_state_hook in v2.1.0; the BNB TrieDB
prefetch path was missing it. Set to false since state_root_handle
is None (no sparse trie to stream state updates into).

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

alloy_rpc_types_eth::TransactionInfo gained a required block_timestamp
field in v2.1.0. Set it from evm_env.block_env.timestamp().saturating_to()
at both initializer sites in debug.rs.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

@hashdit-bot
Copy link
Copy Markdown

hashdit-bot Bot commented May 5, 2026

PR Review Bot Error

The bot encountered a fatal error. Please contact Hashdit Bot administrator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file S-stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.