Skip to content

[MDBX] Implement batch storage for hashed account and storage leaf nodes #211

@dhyaniarun1993

Description

@dhyaniarun1993

Describe the feature

We need to implement two functions to persist batches of hashed account and storage leaf nodes into the historical proof storage DB. These are primarily used for saving existing state (backfilling).

Goals:

  • Implement store_hashed_accounts
  • Implement store_hashed_storages

Acceptance Criteria:

  • Both functions insert the correct entries in the MDBX tables.
  • Batch insertion is efficient and uses atomic transactions.
  • Unit tests

Additional context

No response

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions