Skip to content

Releases: iExecBlockchainComputing/web3telegram-sdk

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)