solana-foundation / solana-foundation/github-actions
Squads pmp IDL deploy with large initial IDL
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Create a program with a large IDL. Deploy that program, but not the IDL. Transfer authority of that program to a squad.
Now try to use the squads deploy action. It will try to initialize the IDL, but it can only resize 10kb per-tx. If the IDL is bigger than that, it will fail.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the large-IDL scenario through the Squads deploy action: deploy a program without its IDL, transfer authority to a squad, and run the action. Trace the IDL initialization and resizing path, then verify that an IDL larger than 10 KB can be deployed successfully across transactions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- blockchain, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100