Skip to content

Conversation

mask-pp
Copy link
Contributor

@mask-pp mask-pp commented Aug 10, 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 August 10, 2025 07:17
@mask-pp
Copy link
Contributor Author

mask-pp commented Aug 10, 2025

@cskiraly Hi friend, I have combined simplify_limbo and upgrade_blobpool into this one. Plz review again, tks.

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.

2 participants