Skip to content

Releases: iExecBlockchainComputing/web3telegram-sdk

dapp: v1.0.0-alpha.4

17 Nov 16:22
410cd23

Choose a tag to compare

dapp: v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2025-11-17)

Changed

  • dapp: implement rate limiting to prevent 429 errors (#90) (ae57ff1)

web3telegram: v0.1.0-alpha.7

13 Nov 15:15
4ad8ac1

Choose a tag to compare

Pre-release

0.1.0-alpha.7 (2025-11-13)

Changed

  • add dealId to sendTelegram response to allow tracking uninitialized tasks by dealId (#87) (46c1a19)
  • improve campaign methods interfaces (#89) (c62d51d)

web3telegram: v0.1.0-alpha.6

10 Nov 16:46
56f8337

Choose a tag to compare

Pre-release

0.1.0-alpha.6 (2025-11-10)

Added

dapp: v1.0.0-alpha.3

10 Nov 16:12
088b0cf

Choose a tag to compare

dapp: v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2025-11-10)

⚠ BREAKING CHANGES

  • iapp: result file renamed to result.json; single protectedData result file now contains {"success": <boolean>, "protectedData"?: <address>, "error"?: <string> }; upon error, the iapp will now exit 0 and output "success": false and "error": <string> rather than falling the task.

Added

web3telegram: v0.1.0-alpha.5

14 Oct 13:22
e73755e

Choose a tag to compare

Pre-release

0.1.0-alpha.5 (2025-10-14)

Added

  • Migrate arbitrum-sepolia-testnet from experimental to non-experimental network (#78) (1d2ee65)

Changed

  • update dependencies and remove experimental flag from config (1d2ee65)

dapp: v0.1.0-alpha.3

05 Sep 08:49
9781290

Choose a tag to compare

dapp: v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2025-09-05)

Changed

  • remove mprotect option and optimize memory configuration (#73) (d479e16)

dapp: v0.1.0-alpha.2

08 Aug 12:28
d4891c8

Choose a tag to compare

dapp: v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2025-08-08)

Added

  • implement Telegram API integration and fix TEE memory usage (#71) (00a8e67)

web3telegram: v0.1.0-alpha.4

07 Aug 13:53
d8d2baf

Choose a tag to compare

Pre-release

0.1.0-alpha.4 (2025-08-07)

Added

  • add support arbitrum mainnet (7cf7580)

web3telegram: v0.1.0-alpha.3

31 Jul 09:58
c91f5a4

Choose a tag to compare

Pre-release

0.1.0-alpha.3 (2025-07-31)

Added

  • add name, accessPrice and remainingAccess properties to Contact (#66) (a89bc58)

Changed

  • stop exporting internal types (a89bc58)

web3telegram: v0.1.0-alpha.2

30 Jul 08:27
413ac05

Choose a tag to compare

Pre-release

0.1.0-alpha.2 (2025-07-30)

Added

  • add multi-chain configuration and experimental networks support (#46) (26715d1)
  • dapp address resolution from compass (#53) (9895a48)

Changed

  • add .js extensions to ES module imports (#56) (0a63891)
  • move to latest arbitrum-sepolia-testnet deployment (#61) (d83605e)
  • prevent fetchUserContacts error when user has no contact (#64) (261dcb1)