Releases: iExecBlockchainComputing/web3telegram-sdk
Releases · iExecBlockchainComputing/web3telegram-sdk
web3telegram: v1.0.0-alpha.12
1.0.0-alpha.12 (2026-04-30)
⚠ BREAKING CHANGES
- bellecour chain support is removed;
ethProvideris now required inIExecWeb3telegramconstructor (used to fallback to a read-only provider connected to bellecour);hostis now required as the second argument ofgetWeb3Provider(privateKey, host, options)(host used to be an option with a fallback to bellecour).
Changed
web3telegram: v0.1.0-alpha.12
dapp: v1.0.0-alpha.5
web3telegram: v0.1.0-alpha.11
web3telegram: v0.1.0-alpha.10
0.1.0-alpha.10 (2026-02-16)
Changed
web3telegram: v0.1.0-alpha.9
web3telegram: v0.1.0-alpha.8
web3telegram: v0.1.0-alpha.7
0.1.0-alpha.7 (2025-11-13)
Changed
web3telegram: v0.1.0-alpha.6
dapp: v1.0.0-alpha.3
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": falseand"error": <string>rather than falling the task.