Skip to content

V0.5.0 - Add export mode

Choose a tag to compare

@dev-jodee dev-jodee released this 04 Aug 14:02
· 2 commits to main since this release
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.