feature: anti-wallhack match option and status tracking#342
Open
Flegma wants to merge 8 commits into
Open
Conversation
Upstream's plugin-runtimes monorepo merge (7cbb681) introduced hasura/migrations/default/1870000000000_plugin_runtimes, colliding with our 1870000000000_alter_table_public_match_options_add_column_anti_wallhack migration's numeric prefix. HasuraService.getAvailableVersions keys migrations by the numeric prefix before the first underscore and throws "duplicate version" on collision, so the two anti-wallhack migrations are renumbered to 1871000000000 and 1871000000100 (contents unchanged) to sort after all upstream migrations without colliding.
Regenerate generated/ against a Hasura instance carrying both upstream's plugin-runtime schema (7cbb681) and this branch's anti_wallhack columns, after the rebase onto origin/main took upstream's generated/ wholesale to resolve the schema.ts/types.ts conflict. Confirmed both anti_wallhack (26 occurrences) and plugin_runtime (206 occurrences) identifiers are present in generated/schema.ts.
80b196c to
a602075
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
API side of the CS2FOW anti-wallhack integration.
PRE-MERGE CHECKPOINT: regenerate genql types against the real dev Hasura (Task 11 codegen ran against an ephemeral stack; restores unrelated stale-main drift and the generated client default URL).
Design: docs/plans/2026-07-09-cs2fow-anti-wallhack-design.md (5stack local docs)
Part 2 of 3; merge after game-server PR #162, before the web PR.