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
MetadataVersioned
version
Right now versioning in the ink! metadata is done through the use of a version key which wraps the metadata object:
"V3": { ... ink! metadata object ... }
We should instead change this to be better defined by introducing a seperate version field into the ink! metadata.
"abi": { "version": "3", "spec": { ... }, "storage": { ... }, "types": { ... }, }
This makes the meaning of the field more clear. We'll want to introduce this along side the V4 metadata changes.
V4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Right now versioning in the ink! metadata is done through the use of a version key which
wraps the metadata object:
We should instead change this to be better defined by introducing a seperate
version
field into the ink! metadata.
This makes the meaning of the field more clear. We'll want to introduce this along side
the
V4
metadata changes.The text was updated successfully, but these errors were encountered: