Skip to content

fix: add blobSidecars in db inspect#2759

Merged
zzzckck merged 1 commit intobnb-chain:developfrom
jingjunLi:feat-add-blobsidecar
Nov 22, 2024
Merged

fix: add blobSidecars in db inspect#2759
zzzckck merged 1 commit intobnb-chain:developfrom
jingjunLi:feat-add-blobsidecar

Conversation

@jingjunLi
Copy link
Copy Markdown
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
@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