forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 10
Simplify OpProofsStore trait #634
Copy link
Copy link
Closed
Labels
A-trieArea: Merkle Patricia TrieArea: Merkle Patricia TrieK-debtKind: debtKind: debtM-good-first-issueMeta: good issue for first time contributorsMeta: good issue for first time contributorsW-historical-proofsWorkstream: historical-proofsWorkstream: historical-proofs
Metadata
Metadata
Assignees
Labels
A-trieArea: Merkle Patricia TrieArea: Merkle Patricia TrieK-debtKind: debtKind: debtM-good-first-issueMeta: good issue for first time contributorsMeta: good issue for first time contributorsW-historical-proofsWorkstream: historical-proofsWorkstream: historical-proofs
Type
Projects
Status
Done
Describe the feature
Many trait methods don't need to be async and should be sync, for example
op-reth/crates/optimism/trie/src/api.rs
Lines 90 to 95 in bdb7131
Additional context
No response