Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@
"brown-hotels-thank",
"brown-sheep-fold",
"bumpy-pens-cover",
"busy-rats-leave",
"busy-weeks-flash",
"calm-comics-mate",
"calm-ends-follow",
"chatty-results-pull",
"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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
21 changes: 21 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <tuler@pobox.com>",
"bin": {
Expand Down
Loading