rooch-network / rooch

VApp Container with Move Language
https://rooch.network
Apache License 2.0
134 stars 60 forks source link

[Address] Unify the rooch address to bech32 format #1746

Closed jolestar closed 1 month ago

jolestar commented 1 month ago

Unify the rooch address from hex to bech32 format.

Motivation

  1. Hex format addresses are easily confused with hash.
  2. Hex format addresses do not have a checksum, so if some characters are missing, they are still valid addresses, and the user can easily misuse them.
  3. Bech32 addresses are more recognizable.