Skip to content

chore: bump the localnet binary used in CI to v1.31.1-rc - #1453

Merged
thibault-martinez merged 3 commits into
developfrom
chore/bump-ci-localnet-binary
Sep 2, 2026
Merged

chore: bump the localnet binary used in CI to v1.31.1-rc#1453
thibault-martinez merged 3 commits into
developfrom
chore/bump-ci-localnet-binary

Conversation

@DaughterOfMars

@DaughterOfMars DaughterOfMars commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Points the localnet CI action at v1.31.1-rc instead of v1.29.0.

The committed schema.graphql is generated from the 1.31.1 line — every name in it exists in that release, while 16 are missing from v1.29.0 (affectedAddress, transactionsByDigests, the AFFECTED relation, the deny-rules and disabled-feature flags). Any test touching one fails against the pinned node, so the client can be compiled against fields CI cannot exercise. #1450 and #1452 are both red for exactly this reason.

The trade-off worth a second opinion: v1.31.1-rc is a pre-release, so CI would track a node ahead of mainnet (v1.30.1). Keeping v1.29.0 instead means no test can cover anything added to the schema since — including the two PRs above.

🤖 Generated with Claude Code

@DaughterOfMars
DaughterOfMars requested a review from a team as a code owner September 2, 2026 07:58
@DaughterOfMars DaughterOfMars self-assigned this Sep 2, 2026
@thibault-martinez

Copy link
Copy Markdown
Member

Let's at least wait for today's release to bump this to an RC

The committed GraphQL schema is generated from the 1.31.1 line, so the
pinned v1.29.0 node cannot serve 16 of the fields the client is compiled
against, and any test touching one fails against it.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@thibault-martinez
thibault-martinez force-pushed the chore/bump-ci-localnet-binary branch from fc8a9b1 to 98622ed Compare September 2, 2026 12:54
@thibault-martinez thibault-martinez changed the title chore: bump the localnet binary used in CI to v1.31.1-beta chore: bump the localnet binary used in CI to v1.31.1-rc Sep 2, 2026
@thibault-martinez
thibault-martinez merged commit 832020d into develop Sep 2, 2026
25 checks passed
@thibault-martinez
thibault-martinez deleted the chore/bump-ci-localnet-binary branch September 2, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants