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 integration tests #210

Draft
wants to merge 111 commits into
base: main
Choose a base branch
from

Conversation

mdulin2
Copy link

@mdulin2 mdulin2 commented Nov 19, 2024

Builds off of Macros PR for the EVM tilt testing.

It's sorta rough around the edges but it's functionality working. So, we're confident that much oft he Solana functionality should work.

  • Functions aren't as isolated as they could be.
  • Sleeps are used instead of retries in most cases to allow laggy operations to finish. Should change these to retries to optimize the time it takes.
  • Console.logs' are not nearly as pretty as the EVM ones.
  • Does not contain the execute proposal yet. I didn't see a test to work on so it wasn't implemented but probably should be.
  • Move things into Tilt:
    • I've got something locally that should suffice but waiting to merge this until later.

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.

3 participants