Skip to content

v0.9.1

Latest

Choose a tag to compare

@AndreasGassmann AndreasGassmann released this 25 May 11:15
· 1 commit to main since this release
v0.9.1
a7c5cce

0.9.1

Features

  • Bumped @acurast/sdk to ^1.2.2, which corrects compute-pallet metric
    pool IDs (now network-aware: mainnet storageAvail=4, canary/devnet
    storageAvail=5).
  • Renamed benchmarkFilters fields in acurast.json and on the deploy
    command:
    • minMemoryBytesminRamTotalBytes
    • minStorageBytesminStorageAvailBytes
    • --min-io-score / minStorageIoScore removed (no backing pool on chain)
    • --min-cpu-multi-score / minCpuMultiCoreScore added
  • Benchmark-aware suggestedPrice in fetchPricingAdvice; replaces the local 20-attempt env-loop pre-check with
    the SDK's abortIfPastStartMs option in setEnvVars.