forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 10
[Hybrid Storage] Create a mapping table #486
Copy link
Copy link
Closed
Labels
A-trieArea: Merkle Patricia TrieArea: Merkle Patricia TrieK-perfKind: performanceKind: performanceW-historical-proofsWorkstream: historical-proofsWorkstream: historical-proofs
Description
Describe the feature
Add a mapping table to the OpProofsExEx:
table HashedAddressMapping {
type Key = B256; // keccak256(address)
type Value = Address; // original 20-byte address
}
It should be setup correctly to be initialized on the start up, and be a part of the DB.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-trieArea: Merkle Patricia TrieArea: Merkle Patricia TrieK-perfKind: performanceKind: performanceW-historical-proofsWorkstream: historical-proofsWorkstream: historical-proofs
Type
Projects
Status
Done