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
It would be a better experience for developers if the version of the deployment was stored along the contract name.
Right now, new versions of modules overwrite the existing entry for code_ids.
code_ids
For example:
{ "juno": { "uni-6": { "code_ids": { "abstract:version-control:0.14.0": 1581 }, "default": { "abstract:version-control:0.14.0": "juno1hl4h9qf6g4ysh4e7fkx8lcvsymtfc8ntxwhuvnxja7ugz357sukq74pdmn" } } },
The text was updated successfully, but these errors were encountered:
A developer can use the customizable deploy-id for this usecase.
deploy-id
Sorry, something went wrong.
We can add a method upload_with_version that adds an additional entry to the code-id store with the provided version.
upload_with_version
No branches or pull requests
It would be a better experience for developers if the version of the deployment was stored along the contract name.
Right now, new versions of modules overwrite the existing entry for
code_ids
.For example:
The text was updated successfully, but these errors were encountered: