Skip to content

[Hybrid Storage] Create a mapping table #486

@itschaindev

Description

@itschaindev

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

Metadata

Metadata

Labels

A-trieArea: Merkle Patricia TrieK-perfKind: performanceW-historical-proofsWorkstream: historical-proofs

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions