Skip to content

Releases: Acurast/acurast-cli

v0.4.1

21 Aug 11:31
v0.4.1
e434d76

Choose a tag to compare

What's Changed

  • Added a new command for fee-estimation. Run acurast estimate-fee and it will suggest a fee and compare it with your deployment configuration.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Jun 14:15
v0.4.0
6d291ee

Choose a tag to compare

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

30 Jun 14:13
v0.3.4
5c21484

Choose a tag to compare

Fixes

  • Listen to new event type when registering deployment

Full Changelog: v0.3.3...v0.3.4

v0.3.3

05 Jun 11:32
v0.3.3
64d49ae

Choose a tag to compare

What's Changed

  • Updated dependencies

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Jun 11:32
v0.3.2
ab7e0a7

Choose a tag to compare

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

05 Jun 11:29
v0.3.1
5e56218

Choose a tag to compare

What's Changed

  • Validate "required modules", now supports DataEncryption and LLM

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Mar 14:55
v0.3.0
139f1b9

Choose a tag to compare

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 fileUrl to a folder instead of a file, and set the entrypoint property in acurast.json to 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

27 Mar 14:52
v0.2.2
89a41ee

Choose a tag to compare

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

29 Nov 15:50
v0.2.1
e9e1656

Choose a tag to compare

Features

  • Print logs to a file for easier debugging

Fixes

  • Prevent crash if deployment ID is in unexpected format

v0.2.0

04 Nov 14:53
v0.2.0
09d76eb

Choose a tag to compare

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