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

[bug] MultipleAccountsFetcher must not produce batch fetches that exceed the maximum #240

Open
sentry-io bot opened this issue May 9, 2023 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented May 9, 2023

Sentry Issue: EXPLORER-1953

SolanaJSONRPCError: failed to get info for accounts DaRPTbNVt8zdnjLWtrgUC26VWaysLR8mCV34A1T1H8wK,DaRPTbNVt8zdnjLWtrgUC26VWaysLR8mCV34A1T1H8wK,DaRPTbNVt8zdnjLWtrgUC26VWaysLR8mCV34A1T1H8wK,DaRPTbNVt8zdnjLWtrgUC26VWaysLR8mCV34A1T1H8wK,DaRPTbNVt8zdnjLWtrgUC26VWaysLR8mCV34A1...
  at Connection.getMultipleParsedAccounts (./node_modules/.pnpm/@solana+web3.js@1.66.0/node_modules/@solana/web3.js/lib/index.browser.esm.js:5044:1)
@steveluscher
Copy link
Collaborator

The problem here is that MultipleAccountsFetcher can produce batch getMutipleAccounts calls that trigger this error:

Too many inputs provided; max 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

No branches or pull requests

2 participants