chore: merge upstream v2.1.0 into develop-v2.1#182
Conversation
Co-authored-by: Sergei Shulepov <[email protected]>
…(#23374) Co-authored-by: Sergei Shulepov <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
…e (#23387) Co-authored-by: Sergei Shulepov <[email protected]>
Co-authored-by: Sergei Shulepov <[email protected]>
Co-authored-by: Brian Picciano <[email protected]> Co-authored-by: Amp <[email protected]>
Co-authored-by: Brian Picciano <[email protected]> Co-authored-by: Amp <[email protected]>
Co-authored-by: Alexey Shekhirin <[email protected]>
…417) Co-authored-by: Alexey Shekhirin <[email protected]>
Co-authored-by: Sergei Shulepov <[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>
…m (#23418) Co-authored-by: Brian Picciano <[email protected]>
Co-authored-by: Amp <[email protected]>
Co-authored-by: Alexey Shekhirin <[email protected]>
…up (#23410) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amp <[email protected]>
Co-authored-by: Derek Cofausper <[email protected]> Co-authored-by: Brian Picciano <[email protected]> Co-authored-by: Amp <[email protected]>
Co-authored-by: Amp <[email protected]>
|
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]>
|
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]>
|
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]>
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
|
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]>
|
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]>
|
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]>
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
…t width lint Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
…ectors Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
… sidecar Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
|
PR Review Bot Error The bot encountered a fatal error. Please contact Hashdit Bot administrator. |
Merges upstream v2.1.0 into a new
develop-v2.1branch based ondevelop-v2.Conflicts resolved keeping BNB-specific additions:
reth-coregit dependency branch updatedv0.1.1-v2→v0.3.0-v2rust-eth-triedbdependencies and triedb imports[patch]sections for BNB git sourcesrecord_eth_message_metric/MAX_MESSAGE_SIZEineth-wiremod migratealongside upstream's newmod migrate_v2ExecutionWitnessMode,B256Set,B256Mapadditions from upstream