hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
14 stars 9 forks source link

Transaction ID display format #1128

Open led-boo opened 2 weeks ago

led-boo commented 2 weeks ago

Problem

When viewing the transaction ID of any transaction, they are currently formatted using '@' and '.' e.g Transaction 0.0.1234567@1234567891.010111213141

Exchanges such as Binance and Coinbase require the format to be modified with '-' 'and '-' when submitting the transaction ID to recover funds sent to an exchange without a memo (which occurs daily).

Solution

Abstracting this inconvenience away would speed up recovery time for new users and improve the user experience whilst standardising a format across these platforms.

Change the Transaction ID default display format: From 0.0.1234567@1234567891.010111213141 To 0.0.1234567-1234567891-010111213141

Binance recovery example:

Screenshot 2024-06-18 at 9 08 32 am

Alternatives

No response

kantorcodes commented 1 week ago

Great idea!