Feature: add conversion functions between 0x and bech32 address#13
Feature: add conversion functions between 0x and bech32 address#13BigtoC wants to merge 5 commits intomrtnetwork:mainfrom
Conversation
|
@mrtnetwork Could you review this PR? 🙏 |
Hi! If you want to add support for Ethereum address conversion, you should define them in the eth_addr file, along with corresponding classes like Also, make sure to validate everything before performing conversions. For example, check if the input is a valid Ethereum address before encoding, or if it's a valid Bech32-encoded Ethereum address before decoding. |
Thanks for reviewing! I've pushed the updated codes 🙏 |
No description provided.