Skip to content

fix(factory): bump default Torii to v1.8.16 for RPC spec 0.10 support#4852

Merged
djizus merged 1 commit into
nextfrom
fix/torii-v1816-rpc-spec
Jun 9, 2026
Merged

fix(factory): bump default Torii to v1.8.16 for RPC spec 0.10 support#4852
djizus merged 1 commit into
nextfrom
fix/torii-v1816-rpc-spec

Conversation

@djizus

@djizus djizus commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Problem

New game indexer deployments on mainnet.blitz crash-loop with:

Error: Provider spec version is not supported. Please use a provider that supports v0.9. Got: 0.10.2.
deployment is in a crash loop state

Root cause

Cartridge's mainnet RPC now reports starknet_specVersion = "0.10.2" on all paths — verified that both /rpc/v0_9 and /rpc/v0_8 return 0.10.2. Torii v1.8.15 hard-errors on any non-v0.9 spec, so the suggested "add /rpc/v0_9" hint is moot (our URL already has it).

Fix

Bump the default Torii version to v1.8.16, which is precisely "fix(runner): relax Starknet RPC spec version check" (dojoengine/torii#429). Same 1.8.x line → still compatible with the dojo 1.8.0 world.

  • config/deployer/clean/constants.tsDEFAULT_TORII_VERSIONv1.8.16
  • .github/workflows/factory-torii-deployer.ymltorii_version input default → v1.8.16

Notes

  • Only unblocks new deployments; existing indexers stuck on 1.8.15 need a re-deploy via factory-torii-deployer.
  • slot-torii.test.ts: 7 pass / 0 fail. (launch-runner.test.ts has a pre-existing bun/starknet ESM error unrelated to this change.)

🤖 Generated with Claude Code

Cartridge's mainnet RPC now reports starknet_specVersion 0.10.2 on all
paths (including /rpc/v0_9). Torii v1.8.15 hard-errors on any non-v0.9
spec, putting new indexer deployments into a crash loop. v1.8.16 relaxes
the spec-version check (dojoengine/torii#429) and stays on the 1.8.x line,
keeping compatibility with the dojo 1.8.0 world.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
eternum Ignored Ignored Preview Jun 9, 2026 8:21am
eternum-docs Ignored Ignored Preview Jun 9, 2026 8:21am
eternum-mobile Ignored Ignored Preview Jun 9, 2026 8:21am

Request Review

@claude

claude Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Claude encountered an error —— View job


I'll analyze this and get back to you.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Failed to generate code suggestions for PR

@djizus djizus merged commit d232dd5 into next Jun 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants