Skip to content

Conversation

@Doryu001
Copy link

@Doryu001 Doryu001 commented Nov 5, 2025

Drop the nested fmt.Sprintf when writing MAX_BLOBS_PER_BLOCK_ELECTRA keep identical YAML output with one allocation instead of two

@james-prysm
Copy link
Contributor

That was added because the web3signer version for some reason required it, MaxBlobs Per Block Electra is not a supported config anymore and there is no redundancy

@Doryu001
Copy link
Author

Doryu001 commented Nov 5, 2025

That was added because the web3signer version for some reason required it, MaxBlobs Per Block Electra is not a supported config anymore and there is no redundancy

I still think this tweak helps. Dropping the nested fmt.Sprintf keeps the YAML identical while trimming an extra allocation, so the change is useful.

@james-prysm
Copy link
Contributor

ideally we just remove the whole thing

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