Skip to content

Comments

fix: mismatch for message names#4864

Merged
julienrbrt merged 3 commits intomainfrom
fix/msg-cases
Feb 5, 2026
Merged

fix: mismatch for message names#4864
julienrbrt merged 3 commits intomainfrom
fix/msg-cases

Conversation

@Pantani
Copy link
Collaborator

@Pantani Pantani commented Feb 5, 2026

close #4716

Description

The bug is a casing mismatch for message names with digits: RPCs use PascalCase (e.g., MsgMessage1), but the proto message definitions used UpperCamel from gogo (e.g., MsgMessage_1). That breaks buf export with “unknown request type.” This PR aligns the proto message names and simulation template to PascalCase so RPCs, proto types, and generated Go types all match.

@Pantani Pantani self-assigned this Feb 5, 2026
@Pantani Pantani marked this pull request as ready for review February 5, 2026 10:09
@Pantani Pantani requested a review from julienrbrt as a code owner February 5, 2026 10:09
Copy link
Member

@julienrbrt julienrbrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@julienrbrt julienrbrt merged commit 8ae1716 into main Feb 5, 2026
27 checks passed
@julienrbrt julienrbrt deleted the fix/msg-cases branch February 5, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix gen mig diff tool

2 participants