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

Tests failing via Movement CLI, but passing on Aptos CLI #1005

Open
shayansanjideh opened this issue Jan 16, 2025 · 4 comments
Open

Tests failing via Movement CLI, but passing on Aptos CLI #1005

shayansanjideh opened this issue Jan 16, 2025 · 4 comments

Comments

@shayansanjideh
Copy link

When trying to test the contract for the Movedrop, the test fails using the movement CLI (movement --version aptos 3.5.0), but passes with the aptos CLI (aptos --version aptos 5.1.0). See the below screenshots for context:

Image

Image

Image

@l-monninger
Copy link
Collaborator

What framework version do you have tagged in your Move.toml? Is this committed somewhere?

@shayansanjideh
Copy link
Author

I'm using the same Move.toml for both:

[dependencies.AptosFramework]
git = "https://github.com/aptos-labs/aptos-core.git"
rev = "mainnet"
subdir = "aptos-move/framework/aptos-framework"

The code can be found here: https://github.com/movementlabsxyz/movedrop-l2

@l-monninger
Copy link
Collaborator

You need to use the movement fork with the movement CLI, e.g. https://github.com/movementlabsxyz/movement/blob/main/protocol-units/bridge/move-modules/Move.toml

@shayansanjideh
Copy link
Author

Perfect that worked. Thanks!

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

No branches or pull requests

2 participants