Open lbmeiyi opened 1 year ago
Alright so we want to uphold the following invariant:
Compiling and publishing with the latest Aptos CLI should work when you are using the framework from the following branches with their corresponding networks:
As in, publishing to devnet with a Move.toml where rev = "devnet"
should work:
[dependencies]
AptosFramework = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/aptos-framework/", rev = devnet }
It so happens we already test for that:
So all we need to do is:
rev
that isn't any of the above 3.Add something to the docs site.
@banool Wanted to make sure. Which doc site are we referring to here?
Whichever part of the docs talks about setting dependencies in Move packages (assuming we have such a section in the first place hahah).
before it is implemented, we need to test them manually and better communication
Action item from https://aptoslabs.pagerduty.com/incidents/Q09ZMX1SM4MJWT CLI 1.0.14 compilation was broken