Skip to content

blobtx: fix some found issues;#2383

Merged
zzzckck merged 4 commits intodevelopfrom
blobtx-opt
Apr 10, 2024
Merged

blobtx: fix some found issues;#2383
zzzckck merged 4 commits intodevelopfrom
blobtx-opt

Conversation

@galaio
Copy link
Copy Markdown
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 unclezoro and zzzckck as code owners April 9, 2024 14:36
if err != nil {
return err
}
if blobFrozen > 0 {
Copy link
Copy Markdown
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
Copy Markdown
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
@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