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

fix: add blobSidecars in db inspect #2759

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

jingjunLi
Copy link
Contributor

@jingjunLi jingjunLi commented Nov 22, 2024

Description

Currently, in db inspect, blockBlobSidecars are treated as unaccounted data and not recognized properly.
Example error log:
t=2024-11-21T08:48:10+0000 lvl=error msg="Database contains unaccounted data" size="3.16 GiB" count=90065
This issue leads to incomplete or incorrect accounting for BlobSidecars during database inspection.

Rationale

This PR updates the db inspect tool to include BlobSidecars in its statistical output, ensuring all database data is correctly accounted for.

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

@zzzckck zzzckck merged commit adcdbf3 into bnb-chain:develop Nov 22, 2024
7 checks passed
@zzzckck zzzckck mentioned this pull request Nov 25, 2024
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.

3 participants