Skip to content

Releases: cartesi/cli

@cartesi/cli@2.0.0-alpha.35

24 Jun 18:02

Choose a tag to compare

Pre-release

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

@cartesi/sdk@0.12.0-alpha.41

18 Jun 19:29

Choose a tag to compare

Pre-release

Patch Changes

  • 04f01dd: bump nitro to v0.8.1
  • 47f8c14: add cartesi-rollups-prt to nitro init scripts

@cartesi/sdk@0.12.0-alpha.40

18 Jun 14:25

Choose a tag to compare

Pre-release

Patch Changes

  • 162d1c1: Bump cartesi-machine-emulator to 0.20.0. Also bump cartesi-base-image and postgres-base-image to use debian:trixie on specific date and hash.
  • 7a3099e: Bump rollups-node to v2.0.0-alpha.12 and update the Dockerfile shasum checks.
  • 3e1e8fc: Add new apt-get dependency libgomp1 and update the shasum check for the emulator artefacts based on arch.
  • 5f937ff: Bump cartesi devnet version to 2.0.0-alpha.14.

@cartesi/devnet@2.0.0-alpha.14

11 Jun 16:13

Choose a tag to compare

Pre-release

Patch Changes

  • 2a84577: Add a deployment script for UsdWithdrawalOutputBuilder to support emergency withdrawal tests. Remove solidity code and deployment script for test-tokens, instead it will package only the ones provided by rollups-contracts artifacts (devnet only).

@cartesi/devnet@2.0.0-alpha.13

27 May 11:01

Choose a tag to compare

Pre-release

Patch Changes

  • f8ce0a2: Download artifacts dependencies sequentially to avoid race-condition errors when creating directories and files, which can result in EEXIST followed by ENOENT errors. Also, explicitly configure the task runner to exit on error, so it doesn't publish a package with missing required information.

@cartesi/devnet@2.0.0-alpha.12

26 May 16:03
e1fd803

Choose a tag to compare

Pre-release

Patch Changes

  • 6375703: Bump rollups-contracts to version v3.0.0-alpha.6
  • 6375703: Bump github release prt version to v3.0.0-alpha.3
  • 6375703: Replace the use of Cannon with GitHub pre-computed addresses package.

@cartesi/sdk@0.12.0-alpha.39

27 Mar 19:41

Choose a tag to compare

Pre-release

Patch Changes

  • 8fc4db2: bump rollups-node to 2.0.0-alpha.11

@cartesi/cli@2.0.0-alpha.34

27 Mar 20:55

Choose a tag to compare

Pre-release

Patch Changes

  • 7b7377c: Bump cartesi SDK to version 0.12.0-alpha.39. It includes the new rollups-node 2.0.0-alpha.11
  • 2ff3889: Update explorer compose definitions to integrate with new rollups-explorer service.

@cartesi/sdk@0.12.0-alpha.38

24 Mar 15:05

Choose a tag to compare

Pre-release

Patch Changes

  • 1aa4d79: Add read permission to group and others. Modified file /usr/share/cartesi-machine/linux.bin

@cartesi/cli@2.0.0-alpha.33

24 Mar 16:18

Choose a tag to compare

Pre-release

Patch Changes

  • b612d55: Bump CLI default SDK version from alpha.37 to alpha.38.