Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solana: implement chunk-based instruction data upload for timelock ops #528

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

jadepark-dev
Copy link
Contributor

@jadepark-dev jadepark-dev commented Jan 31, 2025

This PR implements chunked instruction handling for large operations NONEVM-1207

Primary Changes

  • Added new initialization and append methods for handling large instructions in chunks
  • Implemented size-aware chunking system to stay within transaction limits
  • Replaced instruction-based append system with chunked approach

Others

  • Refactored operation instruction code to reduce duplication
  • Updated test suite to support chunk-based testing

@jadepark-dev jadepark-dev self-assigned this Jan 31, 2025
@jadepark-dev jadepark-dev marked this pull request as ready for review February 4, 2025 14:38
@jadepark-dev jadepark-dev requested a review from a team as a code owner February 4, 2025 14:38
aalu1418
aalu1418 previously approved these changes Feb 7, 2025
Copy link

github-actions bot commented Feb 8, 2025

Metric solana/chunked-timelock-instructions main
Coverage 75.6% 75.5%

@jadepark-dev jadepark-dev enabled auto-merge (squash) February 8, 2025 12:47
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.

2 participants