[go: up one dir, main page]

Skip to content

Remove block ledger accounts

Use a pkg/database/merkle.ChainIndex (or a modified version of that) to index block entries. Pre-populate the index with empty slots for each existing block. Backfill the blocks asynchronously. Remove the accounts somehow.

Edited by Ethan Reesor