File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @cartesi/sdk " : patch
3+ ---
4+
5+ Bump rollups-node to v2.0.0-alpha.12 and update the Dockerfile shasum checks.
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ RUN <<EOF
185185curl -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
187187case "${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 ;;
191191esac
192192apt-get install -y --no-install-recommends /tmp/cartesi-rollups-node.deb
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments