diff --git a/.changeset/dull-trainers-begin.md b/.changeset/dull-trainers-begin.md deleted file mode 100644 index bbac2059..00000000 --- a/.changeset/dull-trainers-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cartesi/devnet": minor ---- - -new anvil dump state with blocks information diff --git a/.changeset/early-moles-speak.md b/.changeset/early-moles-speak.md deleted file mode 100644 index 62b3b4b6..00000000 --- a/.changeset/early-moles-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cartesi/cli": patch ---- - -feat: allow to select sdk with .sdk_name label diff --git a/.changeset/rotten-pigs-eat.md b/.changeset/rotten-pigs-eat.md deleted file mode 100644 index 1bef6358..00000000 --- a/.changeset/rotten-pigs-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cartesi/sdk": minor ---- - -add squashfs-tools package diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 0cede3c3..e443447d 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,280 +1,286 @@ # Changelog +## 0.14.2 + +### Patch Changes + +- 65fb9fd: feat: allow to select sdk with .sdk_name label + ## 0.14.1 ### Patch Changes -- f1c83d9: update explorer (fix processing bug) +- f1c83d9: update explorer (fix processing bug) ## 0.14.0 ### Minor Changes -- aa088e9: bump to cartesi/sdk:0.6.0 in build and shell -- 9e21c32: use cartesi/sdk for devnet -- 9b527cc: bump default sdk in create to 0.6 +- aa088e9: bump to cartesi/sdk:0.6.0 in build and shell +- 9e21c32: use cartesi/sdk for devnet +- 9b527cc: bump default sdk in create to 0.6 ### Patch Changes -- 5cf5187: fixed checking docker and docker compose in doctor command -- e1acf89: use crane to build rootfs tarball +- 5cf5187: fixed checking docker and docker compose in doctor command +- e1acf89: use crane to build rootfs tarball ## 0.13.1 ### Patch Changes -- aea5435: fix ext2 drive size specification +- aea5435: fix ext2 drive size specification ## 0.13.0 ### Minor Changes -- 459ab03: use latest devnet (renamed test tokens) -- 31f0894: add base_sepolia +- 459ab03: use latest devnet (renamed test tokens) +- 31f0894: add base_sepolia ### Patch Changes -- fbb1747: support to base network -- c629806: remove unused Marketplace contract from address-book -- 18b5b37: refactor sunodo build +- fbb1747: support to base network +- c629806: remove unused Marketplace contract from address-book +- 18b5b37: refactor sunodo build ## 0.12.0 ### Minor Changes -- fb2b1df: move to sdk 0.4 (machine-emulator-sdk 0.17.1) -- 695189c: remove metamask mobile wallet support -- d6d969e: replace arbitrum-goerli and optimism-goerli with arbitrum-sepolia and optimism-sepolia -- 5d077e6: remove walletconnect mobile wallet support +- fb2b1df: move to sdk 0.4 (machine-emulator-sdk 0.17.1) +- 695189c: remove metamask mobile wallet support +- d6d969e: replace arbitrum-goerli and optimism-goerli with arbitrum-sepolia and optimism-sepolia +- 5d077e6: remove walletconnect mobile wallet support ### Patch Changes -- de39bd5: remove unused ledgerhq package -- 012bf1d: fix checking of flag --run-as-root for sunodo shell command +- de39bd5: remove unused ledgerhq package +- 012bf1d: fix checking of flag --run-as-root for sunodo shell command ## 0.11.2 ### Patch Changes -- 87aaf79: fix no-backend mode +- 87aaf79: fix no-backend mode ## 0.11.1 ### Patch Changes -- 22c2ac7: fix default template branch +- 22c2ac7: fix default template branch ## 0.11.0 ### Minor Changes -- 4f378cb: use cartesi/rollups-node:0.7.0 instead of our own sunodo/rollups-node -- 5275f61: add deploy command for self-hosted deployment -- faf2df8: upgrade rollups-explorer to current version -- 93aa5e5: add sunodo hash command -- 394cc65: change default epoch duration from 1 day to 1 hour -- 1fa988a: bump devnet version -- 1ee42f0: add private key option to wallet connection +- 4f378cb: use cartesi/rollups-node:0.7.0 instead of our own sunodo/rollups-node +- 5275f61: add deploy command for self-hosted deployment +- faf2df8: upgrade rollups-explorer to current version +- 93aa5e5: add sunodo hash command +- 394cc65: change default epoch duration from 1 day to 1 hour +- 1fa988a: bump devnet version +- 1ee42f0: add private key option to wallet connection ### Patch Changes -- 9d4cb5e: make sunodo send erc20 ask for the amount -- 3f5c963: make application builds reproducible -- 2552670: reduce sunodo run verbosity +- 9d4cb5e: make sunodo send erc20 ask for the amount +- 3f5c963: make application builds reproducible +- 2552670: reduce sunodo run verbosity ## 0.10.4 ### Patch Changes -- e4e6837: fix .sunodo/ files permissions (#352) -- 2176d01: prepare to enable external database -- fcfa06a: extract prompt service to its own compose file -- 74d62da: invert service dependency on compose files -- fe7e52f: add --listen-port to run command -- 121efc2: fix --json command flag +- e4e6837: fix .sunodo/ files permissions (#352) +- 2176d01: prepare to enable external database +- fcfa06a: extract prompt service to its own compose file +- 74d62da: invert service dependency on compose files +- fe7e52f: add --listen-port to run command +- 121efc2: fix --json command flag ## 0.10.3 ### Patch Changes -- d67a529: refactor docker compose files +- d67a529: refactor docker compose files ## 0.10.2 ### Patch Changes -- f52ec03: bump to sunodo/rollups-node:0.6.1 +- f52ec03: bump to sunodo/rollups-node:0.6.1 ## 0.10.1 ### Patch Changes -- 887649c: fix sunodo/rollups-node version +- 887649c: fix sunodo/rollups-node version ## 0.10.0 ### Minor Changes -- 90a783b: adapt to sunodo/rollups-node:0.6.0 +- 90a783b: adapt to sunodo/rollups-node:0.6.0 ### Patch Changes -- cb3c899: fix .sunodo/ permission during build +- cb3c899: fix .sunodo/ permission during build ## 0.9.5 ### Patch Changes -- 320df7b: sync advance-runner and s6-rc timeouts +- 320df7b: sync advance-runner and s6-rc timeouts ## 0.9.4 ### Patch Changes -- ff2d7ce: Remove the prompt Docker volume and use environment variables instead. -- 8c7d10e: use env_file: over environment: at compose -- 36c43c7: fix epoch closing -- 8237cc3: Add traefik config generator compose file to use shared volume in traefik. +- ff2d7ce: Remove the prompt Docker volume and use environment variables instead. +- 8c7d10e: use env_file: over environment: at compose +- 36c43c7: fix epoch closing +- 8237cc3: Add traefik config generator compose file to use shared volume in traefik. ## 0.9.3 ### Patch Changes -- b2bce2d: update anvil version +- b2bce2d: update anvil version ## 0.9.2 ### Patch Changes -- 5bda3e6: revert viem back to 1.15.4 (https://github.com/wagmi-dev/viem/issues/1323) +- 5bda3e6: revert viem back to 1.15.4 (https://github.com/wagmi-dev/viem/issues/1323) ## 0.9.1 ### Patch Changes -- 71e7c44: add docker compose snapshot volumes for different sunodo run options +- 71e7c44: add docker compose snapshot volumes for different sunodo run options ## 0.9.0 ### Minor Changes -- 149d2ba: bump sunodo/rollups-node to 0.5.0, which uses cartesi/rollups-node 1.1.0 -- c5cf99e: add rollups-explorer to sunodo local runtime environment +- 149d2ba: bump sunodo/rollups-node to 0.5.0, which uses cartesi/rollups-node 1.1.0 +- c5cf99e: add rollups-explorer to sunodo local runtime environment ## 0.8.4 ### Patch Changes -- 7a39ead: sunodo run will accept a .sunodo.env file +- 7a39ead: sunodo run will accept a .sunodo.env file ## 0.8.3 ### Patch Changes -- 8710678: fix send --chain-id for local devnet -- 5b616e7: fix regression on address-book outside a dapp directory +- 8710678: fix send --chain-id for local devnet +- 5b616e7: fix regression on address-book outside a dapp directory ## 0.8.2 ### Patch Changes -- 9515326: bump minimum docker compose version to 2.21.0 (docker breaking change) +- 9515326: bump minimum docker compose version to 2.21.0 (docker breaking change) ## 0.8.1 ### Patch Changes -- 9d82fd7: bump rollups to 1.0.2 +- 9d82fd7: bump rollups to 1.0.2 ## 0.8.0 ### Minor Changes -- 384b808: add no-backend flag to sunodo run command +- 384b808: add no-backend flag to sunodo run command ### Patch Changes -- 26169e2: fix error message of graceful shutdown of sunodo run -- 57896a0: bump rollups to 1.0.1 -- 426a213: fix address-book so getting dapp address works with no-backend +- 26169e2: fix error message of graceful shutdown of sunodo run +- 57896a0: bump rollups to 1.0.1 +- 426a213: fix address-book so getting dapp address works with no-backend ## 0.7.1 ### Patch Changes -- ab2066c: add typescript template -- 9551a97: fix brew installation -- 658f9d1: add rust template -- b0219f8: change default sunodo/sunodo-templates repository default branch the create command uses -- 6a26d4c: bump devnet to 1.1.0 +- ab2066c: add typescript template +- 9551a97: fix brew installation +- 658f9d1: add rust template +- b0219f8: change default sunodo/sunodo-templates repository default branch the create command uses +- 6a26d4c: bump devnet to 1.1.0 ## 0.7.0 ### Minor Changes -- 6f76cf8: hide host's machine-snapshot from validator container -- 3502bba: bump machine-emulator-sdk to 0.16.2 -- 28e7bdc: replacing `network` command option with `chain-id`, which is always an integer -- 120239b: remove the --network option of sunodo build -- 611c1ba: bump rollups to 1.0.0 +- 6f76cf8: hide host's machine-snapshot from validator container +- 3502bba: bump machine-emulator-sdk to 0.16.2 +- 28e7bdc: replacing `network` command option with `chain-id`, which is always an integer +- 120239b: remove the --network option of sunodo build +- 611c1ba: bump rollups to 1.0.0 ### Patch Changes -- 918601a: fix check of send generic hex value +- 918601a: fix check of send generic hex value ## 0.6.0 ### Minor Changes -- 553fa5d: new command `sunodo send` and its sub-commands to send inputs -- 97a35e0: new command `sunodo doctor` to check system requirements -- 553fa5d: new command `sunodo address-book` to know the addresses of deployed contracts -- cbddb6f: new `sunodo create` templates for `go` and `ruby` -- fd955e3: adjust non-verbose mode of `sunodo run` to always print output of the application -- e175be4: bump rollups to 0.9.1 +- 553fa5d: new command `sunodo send` and its sub-commands to send inputs +- 97a35e0: new command `sunodo doctor` to check system requirements +- 553fa5d: new command `sunodo address-book` to know the addresses of deployed contracts +- cbddb6f: new `sunodo create` templates for `go` and `ruby` +- fd955e3: adjust non-verbose mode of `sunodo run` to always print output of the application +- e175be4: bump rollups to 0.9.1 ## 0.5.0 ### Minor Changes -- 240b9ac: add new templates (cpp, cpp-low-level, lua) +- 240b9ac: add new templates (cpp, cpp-low-level, lua) ### Patch Changes -- 8faed78: fix issue #68 using retar tool of new SDK -- 0908b7c: bump to sunodo/rollups-node:0.1.1 -- ad9d396: change default SDK version to 0.15.0 +- 8faed78: fix issue #68 using retar tool of new SDK +- 0908b7c: bump to sunodo/rollups-node:0.1.1 +- ad9d396: change default SDK version to 0.15.0 ## 0.4.0 ### Minor Changes -- cd8a3f4: - new `sunodo run` command +- cd8a3f4: - new `sunodo run` command ## 0.3.1 ### Minor Changes -- Fix [#34](https://github.com/sunodo/sunodo/issues/34) +- Fix [#34](https://github.com/sunodo/sunodo/issues/34) ## 0.3.0 ### Minor Changes -- First version using new web3 architecture -- Initial version of `sunodo build` -- Initial version of `sunodo clean` -- Initial version of `sunodo shell` +- First version using new web3 architecture +- Initial version of `sunodo build` +- Initial version of `sunodo clean` +- Initial version of `sunodo shell` ## 0.2.0 ### Minor Changes -- First working version of CLI with deployed API - ansactions +- First working version of CLI with deployed API + ansactions ## 0.1.0 ### Minor Changes -- First prototype +- First prototype diff --git a/apps/cli/package.json b/apps/cli/package.json index 6c5063bc..c9d36f8e 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/cli", - "version": "0.14.1", + "version": "0.14.2", "description": "Cartesi CLI", "author": "Danilo Tuler ", "bin": { diff --git a/packages/devnet/CHANGELOG.md b/packages/devnet/CHANGELOG.md index acf8045a..dbcc0b7f 100644 --- a/packages/devnet/CHANGELOG.md +++ b/packages/devnet/CHANGELOG.md @@ -1,60 +1,66 @@ # devnet +## 1.7.0 + +### Minor Changes + +- fce00ac: new anvil dump state with blocks information + ## 1.6.0 ### Minor Changes -- 0e2dd7f: move token contracts to devnet -- f38dfaf: using SelfHostedApplicationFactory from @cartesi/rollups +- 0e2dd7f: move token contracts to devnet +- f38dfaf: using SelfHostedApplicationFactory from @cartesi/rollups ## 1.5.0 ### Minor Changes -- 4f546e0: new ERC-721 and ERC-1155 test contracts +- 4f546e0: new ERC-721 and ERC-1155 test contracts ## 1.4.0 ### Minor Changes -- 1d36367: bump anvil version +- 1d36367: bump anvil version ## 1.3.1 ### Patch Changes -- 342d98f: bump hardhat and hardhat-plugin +- 342d98f: bump hardhat and hardhat-plugin ## 1.3.0 ### Minor Changes -- 3463c4c: bump anvil and token +- 3463c4c: bump anvil and token ## 1.2.0 ### Minor Changes -- 2b2ad2e: bump @sunodo/contracts +- 2b2ad2e: bump @sunodo/contracts ### Patch Changes -- 209a1a5: bump anvil version +- 209a1a5: bump anvil version ## 1.1.1 ### Patch Changes -- 1e4c4d4: bump anvil image to 3.1.0 +- 1e4c4d4: bump anvil image to 3.1.0 ## 1.1.0 ### Minor Changes -- 2085635: bump to sunodo/anvil:3.0.0 +- 2085635: bump to sunodo/anvil:3.0.0 ## 1.0.0 ### Major Changes -- 0f67070: docker image with anvil loaded with cartesi and sunodo contracts +- 0f67070: docker image with anvil loaded with cartesi and sunodo contracts diff --git a/packages/devnet/package.json b/packages/devnet/package.json index 8880bfa0..45b5827b 100644 --- a/packages/devnet/package.json +++ b/packages/devnet/package.json @@ -1,6 +1,6 @@ { "name": "@cartesi/devnet", - "version": "1.6.0", + "version": "1.7.0", "license": "Apache-2.0", "scripts": { "build": "run-s compile export deploy:anvil", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 73456401..047c1709 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,63 +1,69 @@ # sdk +## 0.7.0 + +### Minor Changes + +- 5c5adda: add squashfs-tools package + ## 0.6.2 ### Patch Changes -- 183029f: feat: script to generate a machine +- 183029f: feat: script to generate a machine ## 0.6.1 ### Patch Changes -- e999bd5: bump xgenext2fs to 1.5.6 +- e999bd5: bump xgenext2fs to 1.5.6 ## 0.6.0 ### Minor Changes -- c65af20: add devnet files +- c65af20: add devnet files ## 0.5.0 ### Minor Changes -- 3a44de5: add anvil +- 3a44de5: add anvil ### Patch Changes -- 0bcbedb: use xgenext2fs .deb release -- 3c7c7e0: add crane +- 0bcbedb: use xgenext2fs .deb release +- 3c7c7e0: add crane ## 0.4.0 ### Minor Changes -- 9e26ec4: move to machine emulator SDK 0.17.1 -- 099a834: remove retar script (issues with permission) +- 9e26ec4: move to machine emulator SDK 0.17.1 +- 099a834: remove retar script (issues with permission) ## 0.3.0 ### Minor Changes -- 445e600: bump version +- 445e600: bump version ## 0.2.1 ### Patch Changes -- 8a28b06: add build arguments for sunodo/sdk +- 8a28b06: add build arguments for sunodo/sdk ## 0.2.0 ### Minor Changes -- 3502bba: bump machine-emulator-sdk to 0.16.2 -- 3502bba: bump genext2fs to 1.5.2 +- 3502bba: bump machine-emulator-sdk to 0.16.2 +- 3502bba: bump genext2fs to 1.5.2 ## 0.1.0 ### Minor Changes -- 4b70503: add retar tool to fix issue #68 related to sunodo build -- d6162b7: add linux headers to SDK image +- 4b70503: add retar tool to fix issue #68 related to sunodo build +- d6162b7: add linux headers to SDK image diff --git a/packages/sdk/package.json b/packages/sdk/package.json index f72f1c77..8ec2abe1 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@cartesi/sdk", "private": true, - "version": "0.6.2", + "version": "0.7.0", "scripts": { "build": "docker buildx bake --load" }