Skip to content

Releases: solana-foundation/squads-program-action

0.5.1 - Prevent system transfers in squads

Choose a tag to compare

@Woody4618 Woody4618 released this 04 Aug 16:02
572754d

What's Changed

Now when a PMP account already has enough lamports the squads action will skip the system transfer.
So other actions can prefund the accounts.

V0.5.0 - Add export mode

Choose a tag to compare

@dev-jodee dev-jodee released this 04 Aug 14:02
bf638f8

Adds an export mode for releases where the CI keypair has no proposer permission in Squads (#42):

  • export: 'true' outputs the combined transaction (program upgrade + IDL update + verify PDA) base58/base64 encoded as the tx output instead of creating the Squads vault transaction on-chain. A multisig member imports it into the Squads transaction builder — one transaction, one approval.
  • keypair is optional in export mode; propose mode unchanged.
  • Fails with a clear error above the 1232-byte transaction size limit.

Support base58 + base64

Choose a tag to compare

@Woody4618 Woody4618 released this 21 Jul 11:36
95eaae9

Since github actions https://github.com/solana-foundation/github-actions new default exports base58 this action now supports both.

Added support for Program Metadata IDL upload

Choose a tag to compare

@Woody4618 Woody4618 released this 29 Apr 09:33

According to the IDL spec https://github.com/solana-foundation/idl-spec programs should use PMP to upload their IDLs.
So this is now also supported in the squads action that proposed this transaction together with the program upgrade.

Squads support for verify pda and idl and program buffer deployment

Choose a tag to compare

@Woody4618 Woody4618 released this 06 Feb 10:48

This action supports

  • Idl Buffer deployment
  • Program Buffer deployment
  • Verification via Solana Verify