fix: regenerate BalanceChangeReason stringer#456
Open
spacexbt wants to merge 1 commit intoethereum-optimism:optimismfrom
Open
fix: regenerate BalanceChangeReason stringer#456spacexbt wants to merge 1 commit intoethereum-optimism:optimismfrom
spacexbt wants to merge 1 commit intoethereum-optimism:optimismfrom
Conversation
ajsutton
pushed a commit
to ajsutton/todo-ui
that referenced
this pull request
Apr 4, 2026
…kdown - Standup items now identified by PR/issue ref link + description text (e.g. "ethereum-optimism/op-geth#456 Fix gas estimation") instead of TODO-N IDs. HTML uses descWithRefHtml() to extract the leading markdown link from the description field; Slack copy uses descWithRefSlack() for <url|ref> format. - Claude tab now shows a live <pre> preview while streaming, then switches to rendered HTML (via renderSimpleMarkdown/inlineMarkdown) when done. The Copy button always copies the raw markdown text so it pastes cleanly into Slack or other tools. https://claude.ai/code/session_01X1kmiHLtsnuS4VfNsTVbG5
ajsutton
pushed a commit
to ajsutton/todo-ui
that referenced
this pull request
Apr 4, 2026
…kdown - Standup items now identified by PR/issue ref link + description text (e.g. "ethereum-optimism/op-geth#456 Fix gas estimation") instead of TODO-N IDs. HTML uses descWithRefHtml() to extract the leading markdown link from the description field; Slack copy uses descWithRefSlack() for <url|ref> format. - Claude tab now shows a live <pre> preview while streaming, then switches to rendered HTML (via renderSimpleMarkdown/inlineMarkdown) when done. The Copy button always copies the raw markdown text so it pastes cleanly into Slack or other tools. https://claude.ai/code/session_01X1kmiHLtsnuS4VfNsTVbG5
ajsutton
pushed a commit
to ajsutton/todo-ui
that referenced
this pull request
Apr 4, 2026
…kdown - Standup items now identified by PR/issue ref link + description text (e.g. "ethereum-optimism/op-geth#456 Fix gas estimation") instead of TODO-N IDs. HTML uses descWithRefHtml() to extract the leading markdown link from the description field; Slack copy uses descWithRefSlack() for <url|ref> format. - Claude tab now shows a live <pre> preview while streaming, then switches to rendered HTML (via renderSimpleMarkdown/inlineMarkdown) when done. The Copy button always copies the raw markdown text so it pastes cleanly into Slack or other tools. https://claude.ai/code/session_01X1kmiHLtsnuS4VfNsTVbG5
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.
Fixes #408
This PR regenerates the stringer code for the BalanceChangeReason type to properly support all balance change reasons, including the Optimism-specific ones.
Changes:
This fixes the issue where BalanceMint was showing up as "BalanceChangeReason(200)" instead of "BalanceMint".
Testing:
Resolves the issue where the stringer wasn't updated after adding new balance change reasons.