This repository has been archived by the owner on May 23, 2022. It is now read-only.
Use a KV store to map heights between optimint blocks #39
Labels
good first issue
Good for newcomers
Currently, we are using a json map to keep track of optimint heights and their corresponding celestia heights. As discussed in #17, we want to use something more robust, like a standard KV store.
This will better position the DALC to keep optimint platform agnostic, and offload some responsibility as well.
HeightMapper
's in memory map with a KV storeThe text was updated successfully, but these errors were encountered: