anoma / anoma-archive

Reference implementation of the Anoma protocols in Rust.
https://anoma.net
GNU General Public License v3.0
425 stars 176 forks source link

fix header hash #1236

Closed yito88 closed 2 years ago

yito88 commented 2 years ago

Fix the hash (merkle tree's root) of a header

IBC proof verification for consensus state failed due to the wrong hash.

tzemanovic commented 2 years ago

moved to https://github.com/anoma/namada/pull/298