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

dev: improve rlp::decode() gas consumption #495

Closed
Quentash opened this issue Nov 1, 2023 · 0 comments
Closed

dev: improve rlp::decode() gas consumption #495

Quentash opened this issue Nov 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Quentash
Copy link
Contributor

Quentash commented Nov 1, 2023

Since #457, the gas consumption of rlp::decode() has increased by 1-2% for failing tests and by 9-11% for succeeding tests. The PR was merged because we needed the ability to recursively decode transaction bytes, but there may be room for gas optimization.
Please study the possibility of reducing rlp::decode() gas consumption and implement the eventual solution.

@Quentash Quentash added the enhancement New feature or request label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants