thehubbleproject / hubble-contracts

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

Create DB tree and DB engine #609

Closed kautukkundan closed 3 years ago

kautukkundan commented 3 years ago
jacque006 commented 3 years ago

Last thing to do before merging is to cleanup commits.

git rebase -i HEAD~9 and use the interactive git workflow to squash down to 1 commit with details for all this work. HEAD~9 means to rebase the last 9 commits. Then git push --force-with-lease origin db-memory-tree to push changes up overriding commits that are already here.