Skip to content

chore: updates support for Solana devnet chains #5756

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

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

Conversation

zone-live
Copy link
Contributor

@zone-live zone-live commented May 5, 2025

Explanation

  1. Removes the Solana mainnet filtering
  2. Reorganizes data structure to support an account[] -> chain[] -> transactions
  nonEvmTransactions: {
    [accountId: string]: {
      [chain: string]: TransactionStateEntry;
    };
  };
  1. Updates logic to reflect these changes

References

Changelog

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@zone-live zone-live requested a review from a team as a code owner May 5, 2025 15:01
@zone-live zone-live changed the title chore: adds support for Solana devnet chains chore: updates support for Solana devnet chains May 5, 2025
@zone-live zone-live requested a review from a team as a code owner May 5, 2025 15:06
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