Skip to content

Releases: iExecBlockchainComputing/web3telegram-sdk

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)

web3telegram: v0.1.0-alpha.1

23 Jul 09:42
7eb21e3

Choose a tag to compare

Pre-release

0.1.0-alpha.1 (2025-07-23)

Added

  • add deployment-dapp CI workflow and remove dapp-deployment-default from drone.yml (cad1c39)
  • add release-please workflow for automated releases (18782b4)
  • config: add CHAIN_CONFIG for multichain support (206292b)
  • migrate to GitHub Actions and enhance deployment workflow (7bab3dc)
  • utils: add getChainIdFromProvider util (ab33c42)

Changed

  • correct release-please manifest format to resolve version parsing error (3ee5244)
  • dapp version: correct version to 0.0.2 (acff8f1)
  • ipfs: remove default node/gateway, use SDK config (af97aab)
  • migrate from develop branch to trunk-based development (abe4896)
  • migrate from develop branch to trunk-based development (ccaafab)
  • remove sdk-default and dapp-default pipelines from drone.yml (24b08f5)
  • rollback debug logging changes from develop branch (404ce33)
  • sdk: IExecWeb3telegram uses async config and chain detection (4cc2b8e)
  • simplify release-please config to single package and remove invalid versioning field (e4c7e36)
  • types: update Web3TelegramConfigOptions for multichain (67cae09)
  • update error message for encryption failure (f4cb2a7)
  • update kubo-rpc-client to version 4.1.3 (#45) (5d63f6e)
  • update test:e2e script to run only e2e tests and fix test-utils configuration (8b6734c)