docs(mesa): warn about --minimum-block-reward after the fork - #1244
Open
glyh wants to merge 2 commits into
Open
Conversation
Mesa halves the coinbase from 720 to 360 MINA, so a Berkeley-era --minimum-block-reward threshold silently turns every won slot into an empty block. The daemon has no startup warning until MinaProtocol/mina#18919 lands, so document the check in the post-upgrade block producer tab. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014798mUd8z65RxR38qcmm37
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014798mUd8z65RxR38qcmm37
dkijania
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mesa halves the coinbase from 720 MINA to 360 MINA, so a
--minimum-block-rewardthreshold that was fine on Berkeley is likely above the new coinbase. The producer still wins its slot but emits an empty block with no coinbase and no fees, so block production looks healthy while the operator earns nothing.The daemon has no startup warning for this yet — MinaProtocol/mina#18919 adds one but is not merged — so this adds a caution to the Block Producer tab of the Mesa post-upgrade page.
🤖 Generated with Claude Code
https://claude.ai/code/session_014798mUd8z65RxR38qcmm37