Skip to content

feat(solana): add heap frame support to manual exec#259

Draft
magiodev-cll wants to merge 1 commit into
smartcontractkit:mainfrom
magiodev-cll:feat/solana-heap-frame-manual-exec
Draft

feat(solana): add heap frame support to manual exec#259
magiodev-cll wants to merge 1 commit into
smartcontractkit:mainfrom
magiodev-cll:feat/solana-heap-frame-manual-exec

Conversation

@magiodev-cll
Copy link
Copy Markdown

Summary

  • add optional heapFrameBytes to execute options
  • request a Solana heap frame before the main manuallyExecute instruction
  • expose --heap-frame-bytes in ccip-cli manual-exec

Why

Some Solana CCIP executions that combine token transfer + receiver CPI can fail with memory allocation failed, out of memory even when compute unit limits are sufficient. This adds a supported manual-execution path for those cases through the public SDK/CLI.

Scope

This updates the public tooling path only (ccip-sdk / ccip-cli). It does not change Atlas automatic execution behavior.

Validation

  • npm run typecheck -w ccip-sdk
  • npm run typecheck -w ccip-cli
  • npm run build -w ccip-sdk
  • npm run build -w ccip-cli

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

@magiodev-cll is attempting to deploy a commit to the Chainlink Labs Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ccip-tools-ts Ready Ready Preview, Comment May 20, 2026 1:59pm

Request Review

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.

1 participant