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

Node/Solana: Watcher updates #4101

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

Conversation

bruce-riley
Copy link
Contributor

@bruce-riley bruce-riley commented Aug 29, 2024

This PR updates the Solana watcher to do the following:

  • Updates solana-go to the latest version (v1.11.0, released 6/26/2024). This is required for future work.
  • Updates the watcher to support reobserving by transaction ID in addition to by account ID.

This PR changes the code to use GetParsedTransaction which processes the account look up table so we no longer have to.

@bruce-riley
Copy link
Contributor Author

bruce-riley commented Aug 29, 2024

I verified that we observe (and reobserve by transaction id) both legacy (5sznSeF352M6drVPDboyNjV8PcKmMF1itzmcDand42Ta4jQ6GESgHfLV3WQAybuSpdyLUfSFeGeKPvR1j9kXn72i) and version zero (35VgdarkaHjWRBsc5CRrhGvwRhpr8CWn9gLBcwznNbnyEChmzjDWTJdgfK1WAhXmyL8muoRb6gCQ2dTA1ufUZiX5) transactions.

@bruce-riley bruce-riley force-pushed the node_solana_watcher_updates branch 4 times, most recently from 3aeb3ca to 7b6e987 Compare August 30, 2024 18:30
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