Skip to content

Releases: iExecBlockchainComputing/iexec-sdk

v8.18.0

06 Aug 12:17
3609370
Compare
Choose a tag to compare

8.18.0 (2025-08-06)

Added

v8.17.1

29 Jul 11:51
308bb79
Compare
Choose a tag to compare

8.17.1 (2025-07-29)

Changed

  • stop reading poco address from deprecated file (#455) (0c0f109)
  • update arbitrum-sepolia-testnet PoCo address to target latest diamond proxy deployment (#457) (d8e4094)

v8.17.0

22 Jul 15:32
72cb800
Compare
Choose a tag to compare

8.17.0 (2025-07-22)

Added

  • add compass service for offchain config resolution (#454) (31d4a28)

Changed

  • typescript fix getNetwork() return type (#452) (9c747d0)

v8.16.1

03 Jul 14:51
d5a4669
Compare
Choose a tag to compare

8.16.1 (2025-07-03)

Changed

[8.16.0] 2025-06-19

03 Jul 12:37
181b014
Compare
Choose a tag to compare

Added

  • added experimental networks

Changed

  • updated iexec app init --tee template to Scone v5.9

[8.15.0] 2025-04-10

10 Apr 12:57
Compare
Choose a tag to compare

Added

  • added support for aes-256-cbc encrypted result decryption

Changed

  • fixed BN type export issue

[8.14.1] 2025-03-27

27 Mar 15:53
6ead024
Compare
Choose a tag to compare

Changed

[8.14.0] 2025-03-25

25 Mar 14:22
1d9e6d3
Compare
Choose a tag to compare

Added

  • added voucherAddress option for using a non-owned voucher contract in matchOrders

[8.13.1] 2025-02-24

27 Feb 15:39
d3c5e9c
Compare
Choose a tag to compare

Changed

  • migrated SMS default URL (https://sms.iex.ec)
  • migrated from SMS deprecated apps secrets endpoint

[8.13.0] 2025-01-21

21 Jan 13:07
a7fd779
Compare
Choose a tag to compare

Added

  • added key isUserRejection in Web3ProviderError set to true when the error is detected as a user rejection
  • task.fetchOffchainInfo(taskid) to get off-chain status information about the task from the workerpool
  • task.fetchLogs(taskid) to fetch app logs from the workers

Changed

  • iexec_result_storage_proxy default value is no more set in request params
  • removed deprecated request param iexec_developer_logger
  • change information exposed by iexec task debug for better readability

Removed

  • IExec enterprise flavour is removed, although enterprise flavour support was dropped for a while the "enterprise" specific methods and keys were still present in iexec SDK. These are now removed, although the changes impact some parts of the API, these changes should not impact developers using the iexec package.
    • [BREAKING] IExecModule
      • removed optional constructor param flavour
    • [BREAKING] IExecConfig
      • removed resolveStandardContractsClient and resolveEnterpriseContractsClient methods
      • removed optional constructor param flavour and enterpriseSwapConf
    • [BREAKING] IExecWalletModule
      • removed wrapEnterpriseRLC and unwrapEnterpriseRLC methods
    • [BREAKING] IExecContractsClient
      • removed optional constructor param flavour
      • removed flavour key
    • [BREAKING] CLI chain.json configuration file
      • removed flavour key
      • removed [chainName].enterprise key
    • [BREAKING] CLI iexec wallet command
      • removed swap-RLC-for-eRLC and swap-eRLC-for-RLC