Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Bump rollups to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonjonat committed Jan 10, 2023
1 parent a44c222 commit 60ccfd6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- machine:/opt/cartesi/share/dapp-bin

deployer:
image: cartesi/rollups-cli:0.8.1
image: cartesi/rollups-cli:0.8.2
depends_on:
machine:
condition: service_started
Expand Down
12 changes: 6 additions & 6 deletions docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-credentials: &postgres-config

services:
rollups_dispatcher:
image: cartesi/rollups-dispatcher:0.8.1
image: cartesi/rollups-dispatcher:0.8.2
command:
[
"--rd-dapp-contract-address-file",
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
- ./deployments:/deployments

state_server:
image: cartesi/rollups-state-server:0.8.1
image: cartesi/rollups-state-server:0.8.2
command:
[
"--sf-genesis-block",
Expand All @@ -73,7 +73,7 @@ services:
RUST_LOG: info

server_manager_broker_proxy:
image: cartesi/rollups-server-manager-broker-proxy:0.8.1
image: cartesi/rollups-server-manager-broker-proxy:0.8.2
command:
[
"--chain-id",
Expand Down Expand Up @@ -117,7 +117,7 @@ services:
- REMOTE_CARTESI_MACHINE_LOG_LEVEL=info

rollups_inspect_server:
image: cartesi/rollups-inspect-server:0.8.1
image: cartesi/rollups-inspect-server:0.8.2
command:
[
"--inspect-server-address",
Expand All @@ -137,7 +137,7 @@ services:
RUST_LOG: info

rollups_indexer:
image: cartesi/rollups-indexer:0.8.1
image: cartesi/rollups-indexer:0.8.2
command:
[
"--dapp-contract-address-file",
Expand Down Expand Up @@ -171,7 +171,7 @@ services:
- ./deployments:/deployments

query_server:
image: cartesi/query-server:0.8.1
image: cartesi/query-server:0.8.2
ports:
- "4000:4000"
depends_on:
Expand Down
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-credentials: &postgres-config

services:
hardhat:
image: cartesi/rollups-hardhat:0.8.1
image: cartesi/rollups-hardhat:0.8.2
command:
[
"node",
Expand All @@ -33,7 +33,7 @@ services:
- ./deployments:/app/rollups/deployments

rollups_dispatcher:
image: cartesi/rollups-dispatcher:0.8.1
image: cartesi/rollups-dispatcher:0.8.2
command:
[
"--rd-dapp-contract-address-file",
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
- ./deployments:/deployments

state_server:
image: cartesi/rollups-state-server:0.8.1
image: cartesi/rollups-state-server:0.8.2
command: [
"--sf-genesis-block",
"0x1",
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
RUST_LOG: info

server_manager_broker_proxy:
image: cartesi/rollups-server-manager-broker-proxy:0.8.1
image: cartesi/rollups-server-manager-broker-proxy:0.8.2
command:
[
"--chain-id",
Expand Down Expand Up @@ -150,7 +150,7 @@ services:
- REMOTE_CARTESI_MACHINE_LOG_LEVEL=info

deployer:
image: cartesi/rollups-cli:0.8.1
image: cartesi/rollups-cli:0.8.2
restart: on-failure
depends_on:
hardhat:
Expand Down Expand Up @@ -207,7 +207,7 @@ services:
]

rollups_inspect_server:
image: cartesi/rollups-inspect-server:0.8.1
image: cartesi/rollups-inspect-server:0.8.2
command:
[
"--inspect-server-address",
Expand All @@ -227,7 +227,7 @@ services:
RUST_LOG: info

rollups_indexer:
image: cartesi/rollups-indexer:0.8.1
image: cartesi/rollups-indexer:0.8.2
command:
[
"--dapp-contract-address-file",
Expand Down Expand Up @@ -265,7 +265,7 @@ services:
- ./deployments:/deployments

query_server:
image: cartesi/query-server:0.8.1
image: cartesi/query-server:0.8.2
ports:
- "4000:4000"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion frontend-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@cartesi/rollups": "^0.8.1",
"@cartesi/rollups": "^0.8.2",
"@ethersproject/providers": "^5.7.1",
"@urql/core": "^3.0.3",
"cross-fetch": "^3.1.5",
Expand Down
8 changes: 4 additions & 4 deletions frontend-console/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,10 @@
"@babel/helper-validator-identifier" "^7.18.6"
to-fast-properties "^2.0.0"

"@cartesi/rollups@^0.8.1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@cartesi/rollups/-/rollups-0.8.1.tgz#12739774699801d01086106ff24bf80409e76c44"
integrity sha512-UpmXODsotEgGyUDOJ3xCUr6l+J8yp2DLaZsdOEJO/3152xqT7boJpawJrNRXW0/fvKCn474Ph7Ux9WhDktFsOw==
"@cartesi/rollups@^0.8.2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@cartesi/rollups/-/rollups-0.8.2.tgz#9f8323926e9c823b331b539d6e104eb4804d5e03"
integrity sha512-EiBJn2ZmkafCJSs7J02W/3xfhpThJrEx0S/+KQaEeC8r5O5JqIPHS9B34D2VcCevkLR+51VNv8O3O/aBl15Q4Q==
dependencies:
"@cartesi/token" "^1.8.0"
"@cartesi/util" "^5.0.1"
Expand Down

0 comments on commit 60ccfd6

Please sign in to comment.