Skip to content

init for rip cars#476

Merged
metanallok merged 2 commits into
developfrom
rip-cars
Jul 20, 2026
Merged

init for rip cars#476
metanallok merged 2 commits into
developfrom
rip-cars

Conversation

@metanallok

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Repository Guard

  • Cargo.lock: pass
  • yarn.lock (root): pass
  • yarn.lock (sdk): pass
  • Repo guard: pass

Repository Guard

Cargo dependency pinning

  • Status: pass
  • Every programs/*/Cargo.toml dep uses =x.y.z, a path = .. workspace ref, or a git dep with a 40-char rev.

Cross-program Anchor/Solana version consistency

  • Status: pass
  • anchor-lang and anchor-spl are pinned to the version declared in repo-guard.toml across every program.

solana-program crate pin

  • Status: pass
  • Every solana-program = "=X" declaration is =1.17.14 (locked to match Cargo.lock).

Anchor.toml solana_version

  • Status: pass
  • Anchor.toml declares solana_version = "1.17.34" (local-dev install for anchor test).

Crate minimum age

  • Status: pass
  • All Cargo deps changed by this PR are at least 14 days old on crates.io.

Yarn package.json pinning

  • Status: pass
  • All package.json deps use exact versions (no ^, ~, ranges).

npm minimum age

  • Status: pass
  • All npm deps changed by this PR are at least 14 days old.

Workflow toolchain consistency

  • Status: pass
  • Every workflow declares anchor-version: 0.29.0.
  • Per-file solana-cli-version values match [toolchain.workflow_solana_cli] in repo-guard.toml.

GitHub Action SHA pinning

  • Status: pass
  • Every third-party action is pinned to a SHA in [actions.sha_allowlist].

Sensitive program / config changes

  • Status: warn
  • Review hint only (CODEOWNERS is the merge gate). Lines below match heuristics for security-sensitive changes:
  • scripts/v0.7/rip-cars/constants.ts:6 Hardcoded Solana address literal -> + "CARSsxWPkpQWvfyRBwfGMGvysJBHdHGfE46X5MNgmeta",
  • scripts/v0.7/rip-cars/constants.ts:10 Hardcoded Solana address literal -> + "LncRyJVBbek7EFhnd6QNZRTLT9mReKWPGCpsfu5bqJS",
  • scripts/v0.7/rip-cars/constants.ts:15 Hardcoded Solana address literal -> + "CnTDWPAEsN5RAgNapTJerDAc45TWavRQ1m3ACMpukYPd",
  • scripts/v0.7/rip-cars/constants.ts:21 Hardcoded Solana address literal -> + new PublicKey("CqK6aBSSycQU3igvptxvhf9YNC1v5EodCuCxuVLPPohh"),
  • scripts/v0.7/rip-cars/constants.ts:22 Hardcoded Solana address literal -> + new PublicKey("4Huto5Lv8z59tW4EezrYNSvBJhCc9U5bgmR5yH5csFDc"),
  • scripts/v0.7/rip-cars/constants.ts:26 Hardcoded Solana address literal -> + "7iiE6ncVh5uJuBKw7JcwCjhUT8o2VT2JMeQZ8Tsi5Ckf",
  • scripts/v0.7/rip-cars/constants.ts:37 Hardcoded Solana address literal -> + "11111111111111111111111111111111",

Overall status: pass

Lockfile freshness (Cargo.lock + yarn.lock) is checked by the workflow directly and cannot be bypassed. The sensitive-diff section is a review hint - CODEOWNERS handles the actual merge gate.

@metanallok
metanallok marked this pull request as ready for review July 20, 2026 20:45
@metanallok
metanallok merged commit e6cbb1b into develop Jul 20, 2026
4 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.

2 participants