Skip to content

Version Packages (alpha)#495

Merged
brunomenezes merged 1 commit into
prerelease/v2-alphafrom
changeset-release/prerelease/v2-alpha
Jun 24, 2026
Merged

Version Packages (alpha)#495
brunomenezes merged 1 commit into
prerelease/v2-alphafrom
changeset-release/prerelease/v2-alpha

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to prerelease/v2-alpha, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

prerelease/v2-alpha is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on prerelease/v2-alpha.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@cartesi/cli@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

@github-project-automation github-project-automation Bot moved this from Todo to Waiting Merge in Rollups SDK Jun 24, 2026
@brunomenezes brunomenezes merged commit e0f8e81 into prerelease/v2-alpha Jun 24, 2026
4 checks passed
@brunomenezes brunomenezes deleted the changeset-release/prerelease/v2-alpha branch June 24, 2026 17:54
@github-project-automation github-project-automation Bot moved this from Waiting Merge to Done in Rollups SDK Jun 24, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 98.79% (🎯 0%) 4819 / 4878
🔵 Statements 98.79% 4819 / 4878
🔵 Functions 96.21% 127 / 132
🔵 Branches 0% 0 / 0
📁 File Coverage (19 files)
File Lines Statements Functions Branches Uncovered Lines
apps/cli/src/builder/directory.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
apps/cli/src/builder/docker.ts 🟢 88.68% 🟢 88.68% 🟡 75% 🔴 0% 83-85, 139-147
apps/cli/src/builder/empty.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
apps/cli/src/builder/none.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
apps/cli/src/builder/tar.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
apps/cli/src/compose/builder.ts 🟢 99.79% 🟢 99.79% 🟢 100% 🔴 0% 228
apps/cli/src/compose/common.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
apps/cli/src/compose/node.ts 🟢 99.24% 🟢 99.24% 🟢 100% 🔴 0% 106
apps/cli/src/config.ts 🟢 93.69% 🟢 93.69% 🟢 94.87% 🔴 0% 75-76, 240, 249, 258, 307, ...
apps/cli/src/contracts.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
...rc/errors/ForkChainValidationError.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
...c/errors/UnsupportedForkChainError.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
...c/exec/cartesi-machine-stored-hash.ts 🟢 92.86% 🟢 92.86% 🟢 100% 🔴 0% 36-37
apps/cli/src/exec/cartesi-machine.ts 🟡 75% 🟡 75% 🟡 66.67% 🔴 0% 10-12, 28-30
apps/cli/src/exec/genext2fs.ts 🟢 96.92% 🟢 96.92% 🟢 100% 🔴 0% 87-88
apps/cli/src/exec/index.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -
apps/cli/src/exec/mksquashfs.ts 🟢 91.23% 🟢 91.23% 🟢 100% 🔴 0% 68-72
apps/cli/src/exec/util.ts 🟢 94.74% 🟢 94.74% 🟢 100% 🔴 0% 49-50
apps/cli/src/validations.ts 🟢 100% 🟢 100% 🟢 100% 🔴 0% -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant