Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(axelarnet)!: remove CallContract message type #2215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

haiyizxx
Copy link
Contributor

@haiyizxx haiyizxx commented Dec 3, 2024

Description

Todos

  • Unit tests
  • Manual tests
  • Documentation
  • Connect epics/issues
  • Tag type of change
  • Upgrade handler

Steps to Test

Expected Behaviour

Other Notes

@haiyizxx haiyizxx force-pushed the AXE-4183-Remove-axelarnet-module-CallContract-sdk-Msg branch from ca8b196 to d79a9df Compare December 3, 2024 21:44
@haiyizxx haiyizxx marked this pull request as ready for review December 3, 2024 22:13
@haiyizxx haiyizxx requested a review from a team as a code owner December 3, 2024 22:13
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.35%. Comparing base (e56f8c0) to head (9006ea7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2215      +/-   ##
==========================================
- Coverage   39.38%   39.35%   -0.04%     
==========================================
  Files         375      375              
  Lines       37417    37293     -124     
==========================================
- Hits        14738    14677      -61     
+ Misses      21730    21673      -57     
+ Partials      949      943       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -173,6 +173,7 @@ message RouteMessageRequest {
message RouteMessageResponse {}

message CallContractRequest {
option deprecated = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

why can't we just remove the type from here?

@@ -32,6 +32,7 @@ func RegisterLegacyMsgInterfaces(registry cdctypes.InterfaceRegistry) {

r.RegisterCustomTypeURL((*sdk.Msg)(nil), "/axelar.evm.v1beta1.CreateTransferOwnershipRequest", &evmtypes.CreateTransferOwnershipRequest{})
r.RegisterCustomTypeURL((*sdk.Msg)(nil), "/axelar.axelarnet.v1beta1.RegisterIBCPathRequest", &axelarnettypes.RegisterIBCPathRequest{})
r.RegisterCustomTypeURL((*sdk.Msg)(nil), "/axelar.axelarnet.v1beta1.CallContractRequest", &axelarnettypes.CallContractRequest{})
Copy link
Contributor

Choose a reason for hiding this comment

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

why do we need to add this?

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.

3 participants