Skip to content

Commit

Permalink
Merge pull request #656 from neutron-org/feat/unordered-ica
Browse files Browse the repository at this point in the history
feat: add possibility for unordered ica channels #ntrn-376
  • Loading branch information
pr0n00gler authored Sep 3, 2024
2 parents 219be36 + a9a493b commit 96afacc
Show file tree
Hide file tree
Showing 47 changed files with 872 additions and 1,870 deletions.
2 changes: 2 additions & 0 deletions proto/neutron/interchaintxs/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import "gogoproto/gogo.proto";
import "google/api/annotations.proto";
import "google/api/http.proto";
import "google/protobuf/any.proto";
import "ibc/core/channel/v1/channel.proto";
import "neutron/feerefunder/fee.proto";
import "neutron/interchaintxs/v1/params.proto";

Expand Down Expand Up @@ -36,6 +37,7 @@ message MsgRegisterInterchainAccount {
(gogoproto.nullable) = false,
(gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"
];
ibc.core.channel.v1.Order ordering = 5;
}

// MsgRegisterInterchainAccountResponse is the response type for
Expand Down
17 changes: 0 additions & 17 deletions third_party/proto/ibc/applications/fee/v1/ack.proto

This file was deleted.

56 changes: 0 additions & 56 deletions third_party/proto/ibc/applications/fee/v1/fee.proto

This file was deleted.

66 changes: 0 additions & 66 deletions third_party/proto/ibc/applications/fee/v1/genesis.proto

This file was deleted.

16 changes: 0 additions & 16 deletions third_party/proto/ibc/applications/fee/v1/metadata.proto

This file was deleted.

222 changes: 0 additions & 222 deletions third_party/proto/ibc/applications/fee/v1/query.proto

This file was deleted.

Loading

0 comments on commit 96afacc

Please sign in to comment.