You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1360, we introduced the support of deployment plans for the clarinet-sdk.
The deployment plan behaviour is slightly different than the way it works for devnet:
On devnet, if clarinet detects a change in the manifest config, it will ask the user if he want to update the deployment plan. It’ll possibly delete the custom changes made by the user
In the sdk, we instead update the deployment plan but retain the custom changes made by the developers, so the update is invisible to the users. The manifest is the source of truth for contract deployment, but everything else can be customized by users.
Follow up on this improvement:
Consider using the same logic for other clarinet features (devnet, console)
Add a flag to force the usage of the existing deployment plan. Indeed, this current setup wouldn't support some more advanced use case, eg:
Context
In #1360, we introduced the support of deployment plans for the clarinet-sdk.
The deployment plan behaviour is slightly different than the way it works for devnet:
Follow up on this improvement:
It will be rewritten to
The text was updated successfully, but these errors were encountered: