input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
115 stars 36 forks source link

Explorer does not handle invalid transaction hashes #1784

Closed jpraynaud closed 1 day ago

jpraynaud commented 1 week ago

Why

When trying to verify a transaction hash which is invalid with the explorer, an error message appears: Application error: a client-side exception has occurred (see the browser console for more information).

What

Handle invalid transaction hashes properly in a modal with a clear error message.

How