Releases: Acurast/acurast-cli
Releases · Acurast/acurast-cli
v0.4.1
What's Changed
- Added a new command for fee-estimation. Run
acurast estimate-feeand it will suggest a fee and compare it with your deployment configuration.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Added support for upgradeable deployments. This advanced feature allows deployments to be created that are mutable, so they can be changed later on and keys can be re-used. This is an advanced feature and should only be used when necessary.
Full Changelog: v0.3.4...v0.4.0
v0.3.4
v0.3.3
v0.3.2
What's Changed
- Rename console to hub
- Show assigned processors in
acurast deployments <id>command
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Validate "required modules", now supports
DataEncryptionandLLM
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Features
- Add bundle support. The CLI now creates a zip file before uploading it to ipfs. This allows for folder structures to be uploaded, which means that file imports are now supported, it no longer needs to be a single executable. To make use of this feature, simply change the
fileUrlto a folder instead of a file, and set theentrypointproperty inacurast.jsonto the file that should be used as a starting point. - Add support for the new
RestartPolicy. You can specify how your script should behave in case of a crash or early termination. - Add "LLM" as a new value for "requiredModules".
v0.2.2
Features
- Add flag to only upload file to ipfs, then stop (
acurast deploy -u) - Add optional 'wallet' parameter to setEnvVars function (thanks to @dimitrov-d)
- Improve deploy text
- Add new processor versions
Fixes
- Under some circumstances the script was not copied to the correct location
v0.2.1
Features
- Print logs to a file for easier debugging
Fixes
- Prevent crash if deployment ID is in unexpected format
v0.2.0
Features
- Check balance during deployment command. Print message if balance is getting critically low
- Check if remote CLI version is newer, if it is, print message
- Show deployment timestamp in deploy text
Fixes
- Print deployment ID without comma