From ecd4cce47bd6501591d41f0495af11127a0fd50f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:33:15 +0000 Subject: [PATCH] release: version packages (alpha) --- .changeset/pre.json | 16 ++++++++++++++++ apps/cli/CHANGELOG.md | 21 +++++++++++++++++++++ apps/cli/package.json | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 01d037d3..4fcffc05 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -26,6 +26,7 @@ "brown-hotels-thank", "brown-sheep-fold", "bumpy-pens-cover", + "busy-rats-leave", "busy-weeks-flash", "calm-comics-mate", "calm-ends-follow", @@ -33,8 +34,10 @@ "chilly-ducks-work", "chubby-eagles-mate", "chubby-mice-smash", + "chubby-tires-melt", "clean-boxes-hope", "clean-dingos-battle", + "clever-bees-taste", "clever-toes-find", "clever-trains-wait", "cold-ducks-vanish", @@ -72,6 +75,7 @@ "fair-readers-heal", "famous-swans-rush", "fifty-sheep-flow", + "fine-friends-rhyme", "fine-frogs-hug", "five-dots-end", "five-shirts-drum", @@ -88,10 +92,12 @@ "fresh-doodles-run", "fresh-swans-attend", "funny-humans-prove", + "funny-words-occur", "funny-zoos-tell", "giant-carrots-punch", "gold-weeks-add", "good-colts-remain", + "good-dodos-love", "good-turkeys-speak", "gorgeous-apples-move", "great-jeans-bake", @@ -105,6 +111,7 @@ "hip-grapes-wash", "honest-zoos-remember", "hot-eagles-return", + "huge-games-fail", "huge-jeans-love", "khaki-deer-drum", "khaki-shirts-fly", @@ -113,14 +120,17 @@ "large-planets-exist", "lazy-seahorses-study", "lazy-walls-shop", + "legal-dragons-agree", "legal-paws-flow", "light-beds-shake", + "light-singers-slide", "long-stingrays-work", "loose-laws-relax", "loud-dolls-serve", "loud-states-change", "lovely-stars-cross", "lucky-otters-tie", + "lucky-otters-write", "major-items-follow", "major-yaks-hang", "many-dogs-check", @@ -130,6 +140,7 @@ "mean-camels-sleep", "mean-flowers-search", "mean-turtles-cross", + "metal-otters-say", "mighty-knives-join", "mighty-rooms-smile", "modern-otters-flow", @@ -178,6 +189,7 @@ "red-birds-count", "red-boxes-rhyme", "red-flowers-smash", + "rotten-hairs-beam", "rotten-squids-hear", "rude-actors-sniff", "rude-mirrors-travel", @@ -199,13 +211,16 @@ "smooth-years-jam", "soft-bats-pump", "soft-planets-marry", + "soft-trees-think", "solid-owls-burn", "sour-states-dig", "spicy-bananas-hope", "spicy-pillows-bow", + "spotty-clowns-draw", "spotty-drinks-try", "stale-ideas-ask", "strong-buckets-return", + "strong-eyes-glow", "strong-nails-raise", "stupid-icons-exist", "stupid-points-study", @@ -231,6 +246,7 @@ "upset-ravens-taste", "upset-snails-attack", "warm-bugs-burn", + "weak-tigers-shine", "wet-drinks-fail", "wicked-phones-sing", "wild-stars-argue", diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index c5922bda..b69406b6 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 2.0.0-alpha.35 + +### Patch Changes + +- 737a714: Add support to read and check a withdrawal config through a toml file. +- ffcb643: Update docker flag by adding tty when using the shell command. It fixes "unable to open a TTY" error returned by cartesi-machine. +- 2e47bbb: Bump cartesi/sdk image to version 0.12.0-alpha.41. +- b227cce: Improve validation when cli is used with fork-url by checking in the network if it is deployed and also based on ABI if a method can be called. +- 6953f22: Remove CARTESI_BLOCKCHAIN_WS_ENDPOINT environment variable from the node docker compose file construction. It is not supported by rollups-node alpha.12 +- 6c96461: Bump @cartesi/devnet package to alpha.14 and remove @cartesi/rollups package. +- e79deeb: Refactor how to retrieve the machine-hash from the image built. the hash file is not generated in the new emulator 0.20.0. +- c279a3f: Add new TestUsdWithdrawalOutputBuilder to be listed in the address-book. Also, refactor deposits ERC-20 and ERC-721 to use new Fungible and non-fungible test token addresses. +- dac1497: Add CORS declaration to the node proxy rules when building the docker compose file. +- ba80b25: Add support to modify rollups-node environment variables by setting your own CARTESI\_\* environment variables in the host machine e.g. CARTESI_AUTH_MNEMONIC and CARTESI_AUTH_MNEMONIC_ACCOUNT_INDEX. This facilitates configuration when testing foreclosure/emergency-withdraws. +- a8aaa70: Add new --list-supported-variables to RUN command to return a JSON object by service listing all supported variables to that specific service e.g. rollups-node +- dceddbb: Bump rollups-explorer to version 2.0.0-alpha.3 +- 4abf611: Refactor Status command to use status instead of state and also display the new enabled property. Status and enabled are separated in intent. +- debec35: Add support to withdrawal-config and way to setup claim-staging-period (Authority/Quorum only) when using the RUN command. +- 7ea8047: Remove --no-rollup flag pass down to the cartesi-machine as this flag does not exist on 0.19 and 0.20 versions. +- e354263: Update flashdrive label option from filename to data_filename. Also bump required-version for cartesi-machine tests to 0.20.0 + ## 2.0.0-alpha.34 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 0def09da..ae40682c 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/cli", - "version": "2.0.0-alpha.34", + "version": "2.0.0-alpha.35", "description": "Cartesi CLI", "author": "Danilo Tuler ", "bin": {