Skip to content

Releases: iExecBlockchainComputing/iapp

iapp: v1.0.0

04 Sep 12:59
9a4bb0e
Compare
Choose a tag to compare

1.0.0 (2025-09-04)

Initial stable release.

iapp: v1.0.0-beta.7

04 Sep 08:54
465444d
Compare
Choose a tag to compare
iapp: v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2025-09-04)

⚠ BREAKING CHANGES

  • store tasks as taskids array instead of one taskid in run cache
  • rename iAppAddress and appContractAddress to app in cache files for consistency
  • rename sconifiedImage to image in deployment cache

Changed

  • improve run command input checks and throw early (0eaaa9a)
  • rename iAppAddress and appContractAddress to app in cache files for consistency (1e8ee46)
  • rename sconifiedImage to image in deployment cache (eabc0e0)
  • resolve bad config file detection in wallet commands (#237) (da405aa)
  • store tasks as taskids array instead of one taskid in run cache (026fe1a)

iapp-api: v0.3.2

21 Aug 08:16
024a6c1
Compare
Choose a tag to compare

0.3.2 (2025-08-21)

Changed

  • stop running ensure-signing-key in start script (9631373)

iapp-api: v0.3.1

21 Aug 07:16
42202be
Compare
Choose a tag to compare

0.3.1 (2025-08-21)

Changed

  • fix enclave key volume binding from host (2736bfc)

iapp: v1.0.0-beta.6

21 Aug 15:48
bf35704
Compare
Choose a tag to compare
iapp: v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2025-08-21)

Added

  • improve --chain option help message to include config file name and default chain (#231) (d671467)

Changed

  • stop blocking iapp deploy when RLC balance is empty (#236) (9c37c11)

iapp: v1.0.0-beta.5

21 Aug 08:31
753e2f4
Compare
Choose a tag to compare
iapp: v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2025-08-21)

Added

  • migrate to Scone prod (#224) (e4b6277)
  • use websocket for client server communication (previously enabled by EXPERIMENTAL_WS_API) (#225) (1a3bb23)

iapp-api: v0.3.0

20 Aug 09:37
b8e663c
Compare
Choose a tag to compare

0.3.0 (2025-08-20)

Added

iapp-api: v0.2.0

20 Aug 08:44
333d2fc
Compare
Choose a tag to compare

0.2.0 (2025-08-20)

Added

  • use websocket for client server communication (previously enabled by EXPERIMENTAL_WS_API) (#225) (1a3bb23)

iapp-api: v0.1.0

08 Aug 04:46
c53efe5
Compare
Choose a tag to compare

0.1.0 (2025-08-07)

Added

iapp: v1.0.0-beta.4

08 Aug 05:13
bcf0faa
Compare
Choose a tag to compare
iapp: v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2025-08-08)

Added