What problem does it solve?
Squads-v4 multisig governance makes Solana program upgrades safer, but building the correct upgrade proposal, wiring IDL/metadata updates, and turning it into a CI-ready workflow is operationally tedious and error-prone.
Core Features & Use Cases
- CI-driven upgrade proposal creation: Builds a Squads vault transaction via
squads-program-action instead of attempting a direct on-chain upgrade.
- Supports Anchor IDL and program-metadata flows: Updates Anchor IDL buffers or writes/initializes program-metadata buffers (including chunked realloc/extend behavior for larger payloads).
- End-to-end upgrade lifecycle coverage: Includes PDA verification hooks (via
pda-tx), instruction ordering, compute-budget tuning, and failure-oriented troubleshooting for failed proposals.
- Use cases: Setting up GitHub Actions CI/CD for Squads upgrades, creating and debugging upgrade proposals, and coordinating optional IDL/metadata updates alongside the BPF upgrade.
Quick Start
Use the Solana Squads Upgrade skill to generate the Squads v4 upgrade proposal transaction for your program using your CI inputs (rpc, program, buffer, multisig, and voter keypair).