chore: bump reth deps to latest main#17
Merged
figtracer merged 1 commit intoparadigmxyz:mainfrom Apr 5, 2026
Merged
Conversation
ad84a2b to
67770cf
Compare
1f02dab to
f207da8
Compare
f207da8 to
1184931
Compare
figtracer
commented
Apr 5, 2026
| nodes_by_hash: &B256IndexMap<alloy_primitives::Bytes>, | ||
| ) -> Result<DecodedMultiProofV2, alloy_rlp::Error> { | ||
| #[allow(clippy::disallowed_types)] | ||
| use alloy_primitives::map::B256Map; |
Collaborator
Author
There was a problem hiding this comment.
we should decide on whether to use B256IndexMap or B256Map (...)) on Reth, otherwise this will get very messy
figtracer
commented
Apr 5, 2026
|
|
||
| env: | ||
| CARGO_TERM_COLOR: always | ||
| LIBZ_SYS_STATIC: 0 |
Collaborator
Author
There was a problem hiding this comment.
added since rocksdb is non-optional now
figtracer
commented
Apr 5, 2026
| /// | ||
| /// This replicates the old `SparseStateTrie::reveal_witness` logic, but outputs the V2 multiproof | ||
| /// structure needed by the current API. | ||
| fn build_multiproof_from_witness( |
Collaborator
Author
There was a problem hiding this comment.
we could add this in Reth
Contributor
|
@figtracer, yeah, merging this PR will help to try to refloat #8 since I've to rebase paradigmxyz/reth#22289 on top of main. |
Collaborator
Author
will get this merged asap |
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.
Summary
v1.11.0toadc960162f(latest main)reth-primitives-traitsmoved to crates.iov0.1.0serde-bincode-compatfeature (no longer exists)reveal_witnesslocally (removed upstream in reth#22021)check_valid_account_witness→is_account_revealed1.5→1.8, revm34→36Unblocks
SparseStateTrie::update_account_statelessfrom reth #13 —SparseStateTrie::update_account_statelessExecutionWitnessRecord::into_execution_witnesshelper #14 —ExecutionWitnessRecord::into_execution_witnesscreate_test_provider_factory_with_chain_spec_and_db_args