Skip to content

fix: amino name typos#123

Merged
mbreithecker merged 7 commits intomainfrom
christopher/amino-codec
Jan 23, 2026
Merged

fix: amino name typos#123
mbreithecker merged 7 commits intomainfrom
christopher/amino-codec

Conversation

@christopherbrumm
Copy link
Copy Markdown
Contributor

@christopherbrumm christopherbrumm commented May 26, 2025

This PR fixes naming typos.

@christopherbrumm
Copy link
Copy Markdown
Contributor Author

christopherbrumm commented May 26, 2025

Closes #118

@christopherbrumm christopherbrumm force-pushed the christopher/amino-codec branch from 8770bdb to 8567f65 Compare June 5, 2025 07:54
@christopherbrumm christopherbrumm changed the title chore: amino codec fix: amino name typos Jun 5, 2025
mbreithecker
mbreithecker previously approved these changes Jan 22, 2026
@mbreithecker mbreithecker requested a review from Copilot January 22, 2026 16:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects several naming inconsistencies in amino type registrations and protobuf comments across the codebase. The changes ensure that type names accurately reflect the message types they represent, improving code clarity and maintainability.

Changes:

  • Fixed amino name registrations to match actual message type names
  • Corrected protobuf comment documentation to accurately describe message types
  • Removed outdated TODO comments about duplicate registrations

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
x/core/02_post_dispatch/types/tx.pb.go Updated comments to correctly identify MsgSetIgpOwnerResponse, MsgCreateMerkleTreeHook, MsgCreateNoopHook, and MsgCreateNoopHookResponse
x/core/02_post_dispatch/module.go Fixed amino registration name from "MsgCreateInterchainGasPaymaster" to "MsgCreateIgp" and added registration for MsgCreateNoopHook
x/core/01_interchain_security/types/tx.pb.go Updated comments to correctly identify MsgCreateMerkleRootMultisigIsm and MsgCreateMerkleRootMultisigIsmResponse
x/core/01_interchain_security/module.go Fixed typo in amino registration for MsgSetRoutingIsmDomain
proto/hyperlane/core/post_dispatch/v1/tx.proto Corrected amino name and comment documentation for multiple message types
proto/hyperlane/core/interchain_security/v1/tx.proto Fixed comments and amino name for MsgSetRoutingIsmDomain

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mbreithecker mbreithecker linked an issue Jan 23, 2026 that may be closed by this pull request
Comment thread proto/hyperlane/core/post_dispatch/v1/tx.proto
Comment thread x/core/02_post_dispatch/module.go
@mbreithecker mbreithecker merged commit daabf6e into main Jan 23, 2026
3 checks passed
@mbreithecker mbreithecker deleted the christopher/amino-codec branch January 23, 2026 13:30
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.

Typo in amino name of MsgSetRoutingIsmDomain

4 participants