anoma / namada-interface

Apache License 2.0
77 stars 98 forks source link

Extension: Remove wasm checksums from persisted storage, update client accordingly #922

Closed jurevans closed 1 month ago

jurevans commented 1 month ago

In https://github.com/anoma/namada-interface/pull/897, we added the ability to deserialize Tx bytes in the extension. However, since the extension is currently responsible for persisting these once they are fetched, it is possible that a site to provide invalid hashes for a particular chain ID, which would prevent Tx details from displaying.