tendermint / light-client

DEPRECATED: A light client for tendermint, supporting signatures, proofs, and validation (see github.com/tendermint/tendermint/lite)
Other
17 stars 9 forks source link

Upgrade from merkleeyes to iavl #46

Closed ethanfrey closed 6 years ago

ethanfrey commented 6 years ago

merkleeyes no longer matches current abci spec... need to move away and upgrade everything. Base on abci DummyApp instead of Merkleeyes.

Just awaiting merge of https://github.com/tendermint/abci/pull/116