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

separate tx simulate queue from tx write queue in createContract #1263

Closed
holic opened this issue Aug 9, 2023 · 0 comments · Fixed by #1271
Closed

separate tx simulate queue from tx write queue in createContract #1263

holic opened this issue Aug 9, 2023 · 0 comments · Fixed by #1271

Comments

@holic
Copy link
Member

holic commented Aug 9, 2023

might be able to get more tx execution speed and avoid nonce issues

though we'll prob still need to throttle it to like 4-5 txs at a time to avoid gas issues (gas increases per tx and sending lots of txs = more gas = higher chance of failure due to insufficient gas between simulate and write)

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 a pull request may close this issue.

1 participant