Skip to content

Conversation

@crypt0miester
Copy link
Collaborator

@crypt0miester crypt0miester commented Apr 9, 2025

gm,

submitting this PR to supersede the token extensions PR, with several significant enhancements to the SPL Governance program:

  1. implemented versioned transactions support in proposals, enabling more advanced transaction handling capabilities.

  2. introduced transaction buffers to accommodate larger transactions (up until 10,000 bytes), significantly expanding the regular capacity.

  3. integrated custom heap functionality for Solana VM heap access. for efficiency, the proven implementation from the Squads Protocol v4 repository was utilized rather than developing a new solution or using the SPL's example.

  4. added native support for Address Lookup Table accounts and ephemeral signers, which would enable abroad set of possibilities to the SPL Governance program.

  5. do note that SmallVec was originally introduced but then removed.

regards,
miester

@github-actions github-actions bot added the stale label Apr 24, 2025
@github-actions github-actions bot removed the stale label Apr 28, 2025
@github-actions github-actions bot added the stale label May 13, 2025
@github-actions github-actions bot closed this May 20, 2025
@crypt0miester crypt0miester reopened this Jun 30, 2025
@github-actions github-actions bot removed the stale label Jul 1, 2025
@0xShuk 0xShuk merged commit 500941c into governance-v3.1.2 Jul 2, 2025
10 of 60 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.

3 participants