Skip to content
New issue

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

Add details re: dependency version error when publishing packages #77

Conversation

cNikolaou
Copy link
Contributor

I noticed that when publishing a package (with sui client publish) there might be an error if the revision of a dependency used to build the package does not match with the on-chain version.

The PR adds details about the error and information about the the revision (rev) field of a dependency that
appears in a package's Move.toml.

When publishing a package (with `sui client publish`) there
might be an error if the revision of a dependency used to
build the package does not match with the on-chain version.

Add details about the error and information about the
the revision (`rev`) field of a dependency that
appears in a package's `Move.toml`.
@damirka
Copy link
Collaborator

damirka commented Jul 16, 2024

Hey sir! Thanks for this! We recently switched to testnet being the default network and a mainnet / testnet binary has a high risk of not working with devnet at all given that the latter is always 1 version ahead of everything else. I'll look into the issue, but the solution you have here is not the one.

@damirka damirka closed this Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants