-
Notifications
You must be signed in to change notification settings - Fork 71
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
Raise max-transaction-time
#1639
Comments
heifner
added a commit
that referenced
this issue
Sep 15, 2023
heifner
added a commit
that referenced
this issue
Sep 18, 2023
heifner
added a commit
that referenced
this issue
Sep 18, 2023
heifner
added a commit
that referenced
this issue
Sep 18, 2023
heifner
added a commit
that referenced
this issue
Sep 18, 2023
heifner
added a commit
that referenced
this issue
Sep 18, 2023
heifner
added a commit
that referenced
this issue
Sep 18, 2023
heifner
added a commit
that referenced
this issue
Sep 18, 2023
heifner
added a commit
that referenced
this issue
Sep 19, 2023
heifner
added a commit
that referenced
this issue
Sep 19, 2023
heifner
added a commit
that referenced
this issue
Sep 19, 2023
heifner
added a commit
that referenced
this issue
Sep 19, 2023
heifner
added a commit
that referenced
this issue
Sep 20, 2023
… of three_queue_executor. Simplifies logic fixes issues with previous approach. Also add some poll() calls to make sure queues have latest tasks to execute.
heifner
added a commit
that referenced
this issue
Sep 22, 2023
heifner
added a commit
that referenced
this issue
Sep 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change default
max-transaction-time
to 499Recommend node-operators to remove max-transaction-time in their config when upgrading to 5.0.0.
To get around the read-only transaction constraints, the time limit for read-only transactions should be the minimum of
max-transaction-time
and the read-only window time.This is beneficial to the EVM by allowing larger transactions. Transactions will be able to consume more gas.
The text was updated successfully, but these errors were encountered: