alephium / explorer

The explorer front-end for Alephium protocol
https://explorer.alephium.org
GNU Lesser General Public License v3.0
12 stars 8 forks source link

Display more useful Total ALPH in TX details #229

Closed mvaivre closed 1 year ago

mvaivre commented 1 year ago

Just need to update the js-sdk version once out of rc.

mvaivre commented 1 year ago

Thanks for the review @nop33. There's one more thing I'd like to do (you'll see when doing the functional testing) : sorting the amounts, probably by asset name. It's not trivial though, because the name is fetched very late, when rendering the Amount component.

If you have any proposition about sorting strategies and implementation, feel free to share! 🙏