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(devnet): Modify the blob configuration of the bsc devnet #212

Merged
merged 3 commits into from
Jul 8, 2024

Conversation

welkin22
Copy link
Contributor

@welkin22 welkin22 commented Jun 19, 2024

Description

In the deployment script of the BSC devnet, there are two configurations DefaultExtraReserveForBlobRequests and MinBlocksForBlobRequests, which determine how many block heights of blob data L1 retains. The default values of 32 and 576 are too short for L2, which causes issues when testing opBNB devnet locally.

Rationale

Update the deployment script to increase the default values of DefaultExtraReserveForBlobRequests and MinBlocksForBlobRequests to 524288, which is the default value in production.

Example

none

Changes

Notable changes:

  • Update the deployment script to increase the default values of DefaultExtraReserveForBlobRequests and MinBlocksForBlobRequests to 524288
  • Change the default log level of bsc devnet to trace, making local testing more convenient.

@owen-reorg owen-reorg merged commit db5b9eb into bnb-chain:develop Jul 8, 2024
13 checks passed
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