f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Add Merkle-tree based Store #89

Closed charlescrain closed 4 years ago

charlescrain commented 4 years ago

General issue for discussion and making the store be merkle tree based.

adjoint-io version

kadena version

Seems like the 2 above are only for in memory trees but we could likely extend either to use various DBs (leveldb, rocksdb, etc...)

charlescrain commented 4 years ago

Just saw https://github.com/f-o-a-m/hs-abci/issues/82

Let's close this one if we're set on building out the nomic-io one.