Skip to content

core/txpool/blobpool: upgrade blobpool #32146

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mask-pp
Copy link
Contributor

@mask-pp mask-pp commented Jul 4, 2025

Due to the large size of blob transactions, the goal of this PR is to reduce unnecessary repeated operations of extracting, storing, and retrieving blob transactions. As a result, only the transaction metadata is stored in limbo.
In the event of a reorganization, transactions will not be deleted from blobpool.store. Instead, their metadata will be transferred to limbo storage. When the finalization occurs, blobpool.store will be triggered to delete these transactions.

@mask-pp mask-pp requested a review from rjl493456442 as a code owner July 4, 2025 02:24
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 this pull request may close these issues.

1 participant