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

cmd/utils: allow configurating blob pool from flags #30203

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

minh-bq
Copy link
Contributor

@minh-bq minh-bq commented Jul 22, 2024

Currently, we have 3 flags to configure blob pool. However, we don't read these flags and set the blob pool configuration in eth config accordingly. This commit adds a function to check if these flags are provided and set blob pool configuration based on them.

Currently, we have 3 flags to configure blob pool. However, we don't read these
flags and set the blob pool configuration in eth config accordingly. This commit
adds a function to check if these flags are provided and set blob pool
configuration based on them.
@MariusVanDerWijden
Copy link
Member

Do you need this? Or are you only sending this PR because the functionality is missing right now?

IMO there's not much value for normal users to configure these (maybe except for the price bump config)

@minh-bq
Copy link
Contributor Author

minh-bq commented Jul 23, 2024

Do you need this? Or are you only sending this PR because the functionality is missing right now?

We don't need this. I sent the PR just because I saw these 3 flags are unused.

@fjl fjl added this to the 1.14.8 milestone Jul 23, 2024
@fjl fjl merged commit 35b4183 into ethereum:master Jul 23, 2024
3 checks passed
@fjl fjl removed the status:triage label Aug 12, 2024
leeren pushed a commit to storyprotocol/story-geth that referenced this pull request Aug 16, 2024
Currently, we have 3 flags to configure blob pool. However, we don't
read these flags and set the blob pool configuration in eth config
accordingly. This commit adds a function to check if these flags are
provided and set blob pool configuration based on them.
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.

5 participants