feat(registry): export contract registry data to static - #25
Open
alez04 wants to merge 5 commits into
Open
Conversation
alez04
force-pushed
the
feat/contract-data-source
branch
from
July 9, 2026 11:00
3129b9c to
f3a7ca9
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.
Summary
staticcontract data layout:registry.jsonepoch-refs.jsonepochs/**manifest.jsonqubic-typescriptand opens a PR againstqubic/static.qubic-typescript, regenerates typed contract wrappers, and opens a package update PR.Why
qubic-typescriptalready has the ABI backfill and epoch-history tooling, so it should continue producing the generated registry data.staticshould own the accepted public data.This flow makes
qubic-typescriptgenerate registry updates, propose them tostatic, then sync back fromstaticto regenerate@qubic.org/registryand@qubic.org/contractsafterstaticaccepts and deploys the data.New flow
Validation
bunx biome check packages/registry/scripts/export-static.ts packages/registry/package.jsonbun packages/registry/scripts/backfill.ts --rebuild-registry --data-dir packages/registry/data --dry-runstatic/scripts/validate_contract_data.py.packages/registry/data/schema.jsonis preserved from the static registry schema.Notes
staticPR first.statichavingscripts/validate_contract_data.pyand the contract schemas.registry-backfillworkflow is now manual-only and should be used only for emergency direct refreshes.Required secrets
In
qubic/qubic-typescriptThis token must be able to create branches and PRs in
qubic/static.This already exists for current workflows and is used to open sync PRs back into
qubic-typescript.