We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Context We need a function that will check if an address is valid. This function must handle User and SC addresses.
This function will be especially useful for builders
User flow Describe the user flow using user stories so the end result is super clear - PM
How to List the step-by-step to get it do if needed - PM
Technical details Give the technical insights so anyone in the team can tackle the tasks - Dev
QA testing Does this task require some QA tests ? If yes, explain how to validate it
The text was updated successfully, but these errors were encountered:
I already added one in station, check : pkg/dnshelper/dnshelper.go 'func IsValidAddress(addr string) bool'
Sorry, something went wrong.
This function does not handle User addresses and does not check for the length of the public key That's why we can't just use it
No branches or pull requests
Context
We need a function that will check if an address is valid. This function must handle User and SC addresses.
This function will be especially useful for builders
User flow
Describe the user flow using user stories so the end result is super clear - PM
How to
List the step-by-step to get it do if needed - PM
Technical details
Give the technical insights so anyone in the team can tackle the tasks - Dev
QA testing
Does this task require some QA tests ?
If yes, explain how to validate it
The text was updated successfully, but these errors were encountered: