Function forest_filecoin::daemon::db_util::populate_eth_mappings

source ยท
pub fn populate_eth_mappings<DB>(
    state_manager: &StateManager<DB>,
    head_ts: &Tipset,
) -> Result<()>
where DB: Blockstore,
Expand description

For the need for Ethereum RPC API, a new column in parity-db has been introduced to handle mapping of:

This function traverses the chain store and populates the column.