iotaledger / explorer

Explore the IOTA Tangle
https://explorer.iota.org
Apache License 2.0
59 stars 19 forks source link

fix: Prevent omni-search to (sometimes) return wrong results #1445

Closed msarcev closed 2 months ago

msarcev commented 2 months ago

Description of change

"A { message: "Alias output not found" } response should not be considered as proof the hash is a relevant aliasId in the search"

Same thing in similar logic in other queries.

CLose https://github.com/iotaledger/explorer/issues/1448

Type of change