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

[Uber EPIC] [Phase 1] EVM Execution Speed Up #17345

Open
4 tasks
Nana-EC opened this issue Jan 13, 2025 · 0 comments
Open
4 tasks

[Uber EPIC] [Phase 1] EVM Execution Speed Up #17345

Nana-EC opened this issue Jan 13, 2025 · 0 comments

Comments

@Nana-EC
Copy link
Contributor

Nana-EC commented Jan 13, 2025

Problem

Hedera supports 10k TPS on native transactions but with a 21k gas transaction theoretically it's limited to ~700 TPS when the EVM is engaged.
The limitation is imposed strictly for equivalence and Hedera could do more

Solution

  • Conduct latest perf analysis for executions
  • EVM value transfer highway. For transfer that don't initiate the EVM map this to the native crypto transfer flow which offers 10k TPS
  • Separate gas throttle into dual model that allow for the throttle to be multiple above what execution is
  • Increase 15m gas per second to allow Hedera to exceed the 30 m per block equivalence limit

Alternatives

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant