You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are a set of methods that convert accountaddress into multiple formats (1) with 0x prefix (2) without 0x prefix (3) without leading 0s. These are not compatible with each other now.
We should either
keep the account address and its string representation consistent,
or provide APIs that is used to read from string or convert account address to string.
Here are some places to be cleaned up.
test_from_and_to_account_address
remove auth_key from faucet
mint param receiver (link), make sure we can have an API to consume both 0x or non 0x for user input.
Pitch
Describe the solution you'd like
Describe alternatives you've considered
Are you willing to open a pull request? (See CONTRIBUTING)
Additional context
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Motivation
there are a set of methods that convert accountaddress into multiple formats (1) with 0x prefix (2) without 0x prefix (3) without leading 0s. These are not compatible with each other now.
We should either
Here are some places to be cleaned up.
Pitch
Describe the solution you'd like
Describe alternatives you've considered
Are you willing to open a pull request? (See CONTRIBUTING)
Additional context
The text was updated successfully, but these errors were encountered: