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
Now that we have ACCESS_TYPE_ANY_OF_ADDRESSES, can we remove ACCESS_TYPE_ONLY_ADDRESS or is there any good reason to preserve that long term?
I think a migration path could look something like this (over multiple wasmd releases, multiple months):
string address = 2
repeated string addresses = 3
The text was updated successfully, but these errors were encountered:
Thanks for the issue. There are no plans to preserve the type. It was deprecated in code already and can be removed. Your migration path makes sense 👍
Sorry, something went wrong.
Cool, I'll split the steps in small tickets such that we can do them over time.
pinosu
Successfully merging a pull request may close this issue.
Now that we have ACCESS_TYPE_ANY_OF_ADDRESSES, can we remove ACCESS_TYPE_ONLY_ADDRESS or is there any good reason to preserve that long term?
I think a migration path could look something like this (over multiple wasmd releases, multiple months):
string address = 2
->repeated string addresses = 3
.The text was updated successfully, but these errors were encountered: