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

Setup tests for base solana actions #251

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

Conversation

ngundotra
Copy link
Contributor

Add tests for Solana actions

Changes Made

This PR adds the following changes:

  • adds tests for src/actions/solana actions
  • adds to CI for new PRs

Implementation Details

  • each test starts up proxy server
  • proxy server allows agentKit to use rpc like normal, EXCEPT for sendTransaction
  • sendTransaction requests are intercepted & can be introspected by test suites

Additional Notes

This PR is meant as a template pattern for setting up tests against mainnet. It is meant to be run periodically to ensure SDKs provided still work, and to make sure that new contributions do not result regressions.

Checklist

  • I have tested these changes locally

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