Skip to content

Commit 96afacc

Browse files
authored
Merge pull request #656 from neutron-org/feat/unordered-ica
feat: add possibility for unordered ica channels #ntrn-376
2 parents 219be36 + a9a493b commit 96afacc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+872
-1870
lines changed

proto/neutron/interchaintxs/v1/tx.proto

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import "gogoproto/gogo.proto";
99
import "google/api/annotations.proto";
1010
import "google/api/http.proto";
1111
import "google/protobuf/any.proto";
12+
import "ibc/core/channel/v1/channel.proto";
1213
import "neutron/feerefunder/fee.proto";
1314
import "neutron/interchaintxs/v1/params.proto";
1415

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

4143
// MsgRegisterInterchainAccountResponse is the response type for

third_party/proto/ibc/applications/fee/v1/ack.proto

-17
This file was deleted.

third_party/proto/ibc/applications/fee/v1/fee.proto

-56
This file was deleted.

third_party/proto/ibc/applications/fee/v1/genesis.proto

-66
This file was deleted.

third_party/proto/ibc/applications/fee/v1/metadata.proto

-16
This file was deleted.

third_party/proto/ibc/applications/fee/v1/query.proto

-222
This file was deleted.

0 commit comments

Comments
 (0)