cosmos / ics23

Building generic merkle proof format for IBC
Apache License 2.0
114 stars 67 forks source link

Support nomic-io/merk #5

Open ethanfrey opened 5 years ago

ethanfrey commented 5 years ago

In order to demonstrate this proof format is generic (or adjust it as needed), we should add a new library to convert merk-js proofs (used by lotion.js) into this format, and add a number of test vectors to this repo.

This will be a unique, non-go Merkle tree implementation and should provide some learnings in making the format more flexible and generic

ethanfrey commented 5 years ago

Merk.js is gone, being replaced by merk.rs.

Implement this when the rust implementation is stable-ish.

ethanfrey commented 5 years ago

https://github.com/nomic-io/merk

ethanfrey commented 2 years ago

@mappum you want to take this over?