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

blobtx: fix some found issues; #2383

Merged
merged 4 commits into from
Apr 10, 2024
Merged

blobtx: fix some found issues; #2383

merged 4 commits into from
Apr 10, 2024

Conversation

galaio
Copy link
Contributor

@galaio galaio commented Apr 9, 2024

Description

blobtx: fix some found issues;

Rationale

The newly added freezer table(BlobTable) relies on FreezerEnv, so add some code to detect that scenario.

Changes

Notable changes:

  • freezer: fix some env missing issues;
  • logs: downgrade some info level logs;
  • da: add some DA benchmark;
  • ...

@galaio galaio requested review from buddh0 and emailtovamos April 9, 2024 14:36
@galaio galaio requested review from zzzckck and unclezoro as code owners April 9, 2024 14:36
if err != nil {
return err
}
if blobFrozen > 0 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this condition means freezer env is missing? A blob can still freeze by default right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, this condition means that env must be guaranteed to exist when the blob table already has data.

@zzzckck zzzckck merged commit 26f5009 into develop Apr 10, 2024
6 of 7 checks passed
@zzzckck zzzckck deleted the blobtx-opt branch August 22, 2024 03:05
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.

4 participants