solana-foundation/Squad Upgrade Action
Action to perform a squad upgrade on Solana including IDL and Verify PDA
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rpc | RPC URL for Solana | yes | — |
| program | Program ID to upgrade | yes | — |
| buffer | Buffer containing the new program | yes | — |
| idl-buffer | Buffer containing the new Anchor IDL | no | — |
| metadata-buffer | Buffer containing the new IDL for the program-metadata program (alternative to idl-buffer for non-Anchor programs) | no | — |
| multisig | Squads multisig address | yes | — |
| keypair | Byte array of the keypair. Needs to have at least voter permission in squads. Format: [23,42,53...] | yes | — |
| pda-tx | Base58 or base64 encoded PDA verification transaction. Get this from solana verify cli using solana-verify export-pda-tx | no | — |
| priority-fee | Priority fee in lamports for the transaction | no | 100000 |
| vault-index | Index of the Squads vault to use | no | 0 |
Outputs
| name | description |
|---|---|
| time | Signature of the squads transaction |