You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reading objects from an offline database. This is necessary as the current packages available for interfacing with the database (e.g. lotus store.ChainStore, lily lens.ChainAPI, etc) do not enable us to extract this contextual informationor internal nodes while traversing the DAG to access these objects.
This store implementation should also leverage concurrent traversals of the tree data structures.
The text was updated successfully, but these errors were encountered:
i-norden
changed the title
Store interface that supports extracting selector suffixes
Store interface and implementation that supports extracting selector suffixes and internal nodes from AMT/HAMT
Jun 12, 2023
While reading objects from an offline database. This is necessary as the current packages available for interfacing with the database (e.g. lotus
store.ChainStore
, lilylens.ChainAPI
, etc) do not enable us to extract this contextual informationor internal nodes while traversing the DAG to access these objects.This store implementation should also leverage concurrent traversals of the tree data structures.
The text was updated successfully, but these errors were encountered: