Skip to content

Commit

Permalink
fix: remove px ibc transferMsg Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fx0x55 committed Dec 9, 2022
1 parent 66b5476 commit d8ea7cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions docs/proto/pundix-proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ https://github.com/cosmos/ics/tree/master/spec/ics-020-fungible-token-transfer#d
MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between
ICS20 enabled chains. See ICS Spec here:
https://github.com/cosmos/ics/tree/master/spec/ics-020-fungible-token-transfer#data-structures
Deprecated: This Msg is deprecated. It may be removed in the next version.
Replace ibc.applications.transfer.v1.MsgTransfer


| Field | Type | Label | Description |
Expand Down Expand Up @@ -198,8 +196,6 @@ Replace ibc.applications.transfer.v1.MsgTransfer

### Msg
Msg defines the ibc/transfer Msg service.
Deprecated: This service is deprecated. It may be removed in the next
version. Replace ibc.applications.transfer.v1.Msg

| Method Name | Request Type | Response Type | Description | HTTP Verb | Endpoint |
| ----------- | ------------ | ------------- | ------------| ------- | -------- |
Expand Down
4 changes: 0 additions & 4 deletions proto/fx/ibc/applications/transfer/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import "ibc/core/client/v1/client.proto";
import "ibc/applications/transfer/v1/tx.proto";

// Msg defines the ibc/transfer Msg service.
// Deprecated: This service is deprecated. It may be removed in the next
// version. Replace ibc.applications.transfer.v1.Msg
service Msg {
// Transfer defines a rpc handler method for MsgTransfer.
rpc Transfer(MsgTransfer)
Expand All @@ -20,8 +18,6 @@ service Msg {
// MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between
// ICS20 enabled chains. See ICS Spec here:
// https://github.com/cosmos/ics/tree/master/spec/ics-020-fungible-token-transfer#data-structures
// Deprecated: This Msg is deprecated. It may be removed in the next version.
// Replace ibc.applications.transfer.v1.MsgTransfer
message MsgTransfer {
option (gogoproto.equal) = false;
option (gogoproto.goproto_getters) = false;
Expand Down
2 changes: 0 additions & 2 deletions x/ibc/applications/transfer/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8ea7cd

Please sign in to comment.