Skip to content

Commit 83390eb

Browse files
committed
chore(sdk): bump cartesi-rollups-graphql to v2.3.14
1 parent b1f9744 commit 83390eb

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changeset/beige-kids-eat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/sdk": patch
3+
---
4+
5+
bump cartesi-rollups-graphql to v2.3.14

packages/sdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ curl -fsSL https://github.com/cartesi/rollups-graphql/releases/download/v${CARTE
8989
-o /tmp/cartesi-rollups-graphql.tar.gz
9090

9191
case "${TARGETARCH}" in
92-
amd64) echo "0882a1c7a608ae6e1631ab9b3a04d531 /tmp/cartesi-rollups-graphql.tar.gz" | md5sum --check ;;
93-
arm64) echo "759e7edc97ad39908fef56c3bd971a9b /tmp/cartesi-rollups-graphql.tar.gz" | md5sum --check ;;
92+
amd64) echo "b1b27069956c379e29d5668504bb02db /tmp/cartesi-rollups-graphql.tar.gz" | md5sum --check ;;
93+
arm64) echo "ca41f76ab2e6c1a8b15ac0c1ab96e951 /tmp/cartesi-rollups-graphql.tar.gz" | md5sum --check ;;
9494
*) echo "unsupported architecture: ${TARGEARCH}"; exit 1 ;;
9595
esac
9696

packages/sdk/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ target "default" {
1414
CARTESI_LINUX_KERNEL_VERSION = "6.5.13-ctsi-1-v0.20.0"
1515
CARTESI_MACHINE_EMULATOR_VERSION = "0.19.0-alpha3"
1616
CARTESI_PAYMASTER_VERSION = "0.2.0"
17-
CARTESI_ROLLUPS_GRAPHQL_VERSION = "2.3.13"
17+
CARTESI_ROLLUPS_GRAPHQL_VERSION = "2.3.14"
1818
CARTESI_ROLLUPS_NODE_VERSION = "2.0.0-alpha.4"
1919
CRANE_VERSION = "0.19.1"
2020
ESPRESSO_DEV_NODE_BASE_IMAGE = "ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20241120-patch6@sha256:453264eab19e3313c85a8720c784f16f15e36bacb28ae917034e24342cecf3c3"

0 commit comments

Comments
 (0)