thehubbleproject / hubble-contracts

Hubble optimistic rollup
https://thehubbleproject.github.io/docs/
MIT License
133 stars 28 forks source link

Implement DB Tree and DB Engine Logic #614

Closed kautukkundan closed 3 years ago

kautukkundan commented 3 years ago

Currently the DB Tree and DB Engine are simply extensions of Memory Tree and Memory engine respective. Need to Implement separate logic for each to make it compatible with levelDB

https://github.com/thehubbleproject/hubble-contracts/blob/master/ts/tree/dbTree.ts

https://github.com/thehubbleproject/hubble-contracts/blob/master/ts/client/database/databaseEngine.ts