Skip to content

Commit c063bb0

Browse files
committed
chore(sdk): Bump rollups-node to version 2.0.0-alpha.12
* Update Dockerfile shasum checks.
1 parent 34cbcfd commit c063bb0

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changeset/hot-eagles-return.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 rollups-node to v2.0.0-alpha.12 and update the Dockerfile shasum checks.

packages/sdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ RUN <<EOF
185185
curl -fsSL https://github.com/cartesi/rollups-node/releases/download/v${CARTESI_ROLLUPS_NODE_VERSION}/cartesi-rollups-node-v${CARTESI_ROLLUPS_NODE_VERSION}_${TARGETARCH}.deb \
186186
-o /tmp/cartesi-rollups-node.deb
187187
case "${TARGETARCH}" in
188-
amd64) echo "72a7db2aabbf0e8d58849c9546f7c180f68c9d0550606d536d42882603550fb4 /tmp/cartesi-rollups-node.deb" | sha256sum --check ;;
189-
arm64) echo "b50b445355dda23ee06f08e7d28ed8452025e59934310c7a8115531af6eeae0c /tmp/cartesi-rollups-node.deb" | sha256sum --check ;;
188+
amd64) echo "b2db03fcab1453238346fe6638b50693a405659fd73fe3ddca5be8d4e950528a /tmp/cartesi-rollups-node.deb" | sha256sum --check ;;
189+
arm64) echo "e080a25f19f04b3d2164354c49989dcd72c02af6866623a70816eb08f0d75490 /tmp/cartesi-rollups-node.deb" | sha256sum --check ;;
190190
*) echo "unsupported architecture: ${TARGETARCH}"; exit 1 ;;
191191
esac
192192
apt-get install -y --no-install-recommends /tmp/cartesi-rollups-node.deb

packages/sdk/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target "default" {
1515
CARTESI_MACHINE_EMULATOR_VERSION = "0.20.0"
1616
CARTESI_PASSKEY_SERVER_VERSION = "1.0.1"
1717
CARTESI_PAYMASTER_VERSION = "0.2.0"
18-
CARTESI_ROLLUPS_NODE_VERSION = "2.0.0-alpha.11"
18+
CARTESI_ROLLUPS_NODE_VERSION = "2.0.0-alpha.12"
1919
FOUNDRY_VERSION = "1.4.3"
2020
NITRO_VERSION = "8c376d4a5baa7f32999620f9fe3eb51ca8e0dcbc" # v0.5
2121
NODE_VERSION = "24.14.0"

0 commit comments

Comments
 (0)