Skip to content

solana: PoC for timelock worker, retrieving accounts from the scheduled operation account #898

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

Closed
wants to merge 2 commits into from

Conversation

jadepark-dev
Copy link
Contributor

This PR provides a demonstrative test case for extracting accounts directly from on-chain operation accounts for timelock execution.

Primary Changes

  • Implemented test case showing how to use accounts from operation PDA
  • Added proper handling of program IDs required for CPI execution
  • Ensured account flags (IsWritable) are preserved with the most permissive setting when deduplicating

Context

  • This allows timelock worker services to execute operations using only on-chain data, removing dependency on the original operation creation context.

Copy link

github-actions bot commented May 6, 2025

Metric jade/timelock-worker-poc main
Coverage 72.6% 72.5%

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