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

Performance: Store packed block in block_state #1062

Open
heifner opened this issue Dec 11, 2024 · 1 comment
Open

Performance: Store packed block in block_state #1062

heifner opened this issue Dec 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request 👍 lgtm OCI Work exclusive to OCI team

Comments

@heifner
Copy link
Member

heifner commented Dec 11, 2024

packed_transaction stores both the packed and unpacked transaction for quick access to both forms. The same could be done for block_state for the block.

One area this would help is: #1061 (comment)
Also would make sending out the packed block to net_plugin quicker.

@heifner heifner added the enhancement New feature or request label Dec 11, 2024
@enf-ci-bot enf-ci-bot moved this to Todo in Team Backlog Dec 11, 2024
@heifner heifner changed the title Store packed block in block_state Performance: Store packed block in block_state Dec 11, 2024
@bhazzard bhazzard added this to the Spring v1.1.0 Cusp milestone Dec 12, 2024
@bhazzard
Copy link

Related to #612 (comment)

@bhazzard bhazzard added 👍 lgtm and removed triage labels Dec 12, 2024
@heifner heifner added the OCI Work exclusive to OCI team label Jan 31, 2025
@heifner heifner self-assigned this Jan 31, 2025
@heifner heifner moved this from Todo to In Progress in Team Backlog Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 👍 lgtm OCI Work exclusive to OCI team
Projects
Status: In Progress
Development

No branches or pull requests

3 participants