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

Scaling blockchain calls #111

Open
Vishwas1 opened this issue Nov 3, 2023 · 0 comments
Open

Scaling blockchain calls #111

Vishwas1 opened this issue Nov 3, 2023 · 0 comments

Comments

@Vishwas1
Copy link
Contributor

Vishwas1 commented Nov 3, 2023

We get account sequence mismatch issue when sending multiple transactions async for an app. We need to figure out a way so that it can handle load. Proabably concept of connection pools might be helpfull here. like the way mongo db does. Instead of creating 1 account per app, we may create 10 account and link all of them in app/tenant id.

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

1 participant