Skip to content

Commit d957fd0

Browse files
chore(main): release iapp 1.0.0
1 parent 97e5bc5 commit d957fd0

File tree

3 files changed

+54
-3
lines changed

3 files changed

+54
-3
lines changed

cli/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0...iapp-v1.0.0) (2025-09-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* store tasks as taskids array instead of one taskid in run cache
9+
* rename iAppAddress and appContractAddress to app in cache files for consistency
10+
* rename sconifiedImage to image in deployment cache
11+
* **cli:** cache directory moved from `./cache/` to `./cache/<chain-name>/`
12+
13+
### Added
14+
15+
* add arbitrum-sepolia-testnet under EXPERIMENTAL_NETWORKS flag ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
16+
* add experimental support for TDX apps ([#85](https://github.com/iExecBlockchainComputing/iapp/issues/85)) ([a68b76d](https://github.com/iExecBlockchainComputing/iapp/commit/a68b76d892590e2f28c94ca2bfad3baa87fce0b0))
17+
* add iapp wallet import ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
18+
* add iapp wallet select ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
19+
* add support for arbitrum-mainnet ([#221](https://github.com/iExecBlockchainComputing/iapp/issues/221)) ([60b339c](https://github.com/iExecBlockchainComputing/iapp/commit/60b339cb29df8f13922ccb9f48fd9bc5356bd252))
20+
* add support for arbitrum-mainnet (WIP) ([bdb5685](https://github.com/iExecBlockchainComputing/iapp/commit/bdb5685f8efe768036e2cd224587396f93e9b5e8))
21+
* check required RLC balance for iapp run ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
22+
* **cli:** multichain support ([#198](https://github.com/iExecBlockchainComputing/iapp/issues/198)) ([656e4a0](https://github.com/iExecBlockchainComputing/iapp/commit/656e4a0dadb3f91b92a9ed7d2b278b90ee7ee80f))
23+
* **cli:** notify package updates ([#204](https://github.com/iExecBlockchainComputing/iapp/issues/204)) ([ea958db](https://github.com/iExecBlockchainComputing/iapp/commit/ea958db20d3fd5897f479a5039cb60b5a911c1ea))
24+
* **cli:** update templates ([#201](https://github.com/iExecBlockchainComputing/iapp/issues/201)) ([41988dd](https://github.com/iExecBlockchainComputing/iapp/commit/41988dded3fe8e36531e0b278485e8d2ac76e2d8))
25+
* derive address from private key ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
26+
* ensure wallet balance before deploy and run ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
27+
* improve --chain option help message to include config file name and default chain ([#231](https://github.com/iExecBlockchainComputing/iapp/issues/231)) ([d671467](https://github.com/iExecBlockchainComputing/iapp/commit/d671467739dc60f4f09ef044d608dc4b64b56c1f))
28+
* migrate to Scone prod ([#224](https://github.com/iExecBlockchainComputing/iapp/issues/224)) ([e4b6277](https://github.com/iExecBlockchainComputing/iapp/commit/e4b62770ffd0df60364bdde17fbb883ced1fa7ef))
29+
* multichain support with wallet management ([#212](https://github.com/iExecBlockchainComputing/iapp/issues/212)) ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
30+
* save wallet in ethereum keystore ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
31+
* support Scone v5.9 ([#200](https://github.com/iExecBlockchainComputing/iapp/issues/200)) ([380e605](https://github.com/iExecBlockchainComputing/iapp/commit/380e6057e494ca75c35f57248ea782935b06c6c8))
32+
* update iexec to support debug on arbitrum-sepolia ([#217](https://github.com/iExecBlockchainComputing/iapp/issues/217)) ([6fd234a](https://github.com/iExecBlockchainComputing/iapp/commit/6fd234a29ad27b8d1aeba2637c2c6feab2960702))
33+
* use websocket for client server communication (previously enabled by `EXPERIMENTAL_WS_API`) ([#225](https://github.com/iExecBlockchainComputing/iapp/issues/225)) ([1a3bb23](https://github.com/iExecBlockchainComputing/iapp/commit/1a3bb235d2b13a467d46a48b97e0d6eddf8280ba))
34+
* warn before sending transactions with fees ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
35+
36+
37+
### Changed
38+
39+
* abort handling ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
40+
* add spinner.reset() helper ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
41+
* clear spinner after async operation completion ([c303529](https://github.com/iExecBlockchainComputing/iapp/commit/c30352938170800b917978e7e177e0fdae62cbe5))
42+
* **cli:** fix TEE transform success message ([0b67178](https://github.com/iExecBlockchainComputing/iapp/commit/0b671781542138adbf81521b92a8493170cebc15))
43+
* improve run command input checks and throw early ([0eaaa9a](https://github.com/iExecBlockchainComputing/iapp/commit/0eaaa9ad5fa062ed76fa44f5d72d693d264940ff))
44+
* **js-template:** fix memory exhaustion when using wasm ([#218](https://github.com/iExecBlockchainComputing/iapp/issues/218)) ([4b77554](https://github.com/iExecBlockchainComputing/iapp/commit/4b775543241055ab5d79c0091e0f4110db8a0c74))
45+
* move to latest arbitrum-sepolia-testnet deployment ([#220](https://github.com/iExecBlockchainComputing/iapp/issues/220)) ([18a53a9](https://github.com/iExecBlockchainComputing/iapp/commit/18a53a95d866a1f28c7e104b27bec0b29c366712))
46+
* remove order publication to iExec marketplace in `iapp run` ([0628042](https://github.com/iExecBlockchainComputing/iapp/commit/0628042c112dcc668a1241233ffc46fb6dab637d))
47+
* remove order publication to iExec marketplace in `iapp run` ([4de25ad](https://github.com/iExecBlockchainComputing/iapp/commit/4de25ad411dba5149c85b866aa1be4ceae89ffc0))
48+
* rename iAppAddress and appContractAddress to app in cache files for consistency ([1e8ee46](https://github.com/iExecBlockchainComputing/iapp/commit/1e8ee46f5496f4b6351a7ea3d925a7c02142b6b7))
49+
* rename sconifiedImage to image in deployment cache ([eabc0e0](https://github.com/iExecBlockchainComputing/iapp/commit/eabc0e04af08c372c87ef1bc26204b7e09f80e66))
50+
* resolve bad config file detection in wallet commands ([#237](https://github.com/iExecBlockchainComputing/iapp/issues/237)) ([da405aa](https://github.com/iExecBlockchainComputing/iapp/commit/da405aa3e53dc9eec73c25fced257faebb57c39f))
51+
* stop blocking iapp deploy when RLC balance is empty ([#236](https://github.com/iExecBlockchainComputing/iapp/issues/236)) ([9c37c11](https://github.com/iExecBlockchainComputing/iapp/commit/9c37c11690367e887512113e93404d918b2f9943))
52+
* store tasks as taskids array instead of one taskid in run cache ([026fe1a](https://github.com/iExecBlockchainComputing/iapp/commit/026fe1a03ece3b98db89f4a9fb756d373bbe0903))
53+
354
## [1.0.0-beta.7](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.0.0-beta.6...iapp-v1.0.0-beta.7) (2025-09-04)
455

556

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/iapp",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0",
44
"description": "A CLI to guide you through the process of building an iExec iApp",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)