rddl-network / tendermint-explorer

Blockchain explorer for Tendermint. Supports JSON transactions and UTF-8
https://github.com/dappforce/tendermint-explorer
0 stars 0 forks source link

TX hash computation is wrong #12

Closed eckelj closed 1 year ago

eckelj commented 1 year ago

Observation:

The explorer tries to compute hashes. This should be avoided in the case of RDDL. Instead, the TX-ID should be displayed and linked to the planetmint node with the following structure: ://:/api/v1/transactions/ e.g. http://node1-rddl-testnet.twilightparadox.com:9984/api/v1/transactions/7774135c981c4d2379f622e87452e48c47ffe74d40103ad72c3454e8bec85266

We could also rearrange the side and only show the TX ids and let these link to the content instead of showing the complete content on the page.