Skip to content

Commit

Permalink
chore(uniond): update proto generation and open API spec (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored Nov 25, 2024
2 parents a391192 + 8fc9adc commit 37c7494
Show file tree
Hide file tree
Showing 6 changed files with 973 additions and 238 deletions.
30 changes: 15 additions & 15 deletions flake.lock

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

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@
};

ibc-go = {
url = "github:unionlabs/ibc-go-union?rev=4fbe0649cdf00d58090909bc4dfe5a7be32b013e";
url = "github:unionlabs/ibc-go-union?rev=bfabb646cf7384bd33ee672f51a0e1325f545c10";
flake = false;
};
ics23 = {
url = "github:cosmos/ics23";
flake = false;
};
cosmosproto = {
url = "github:cosmos/cosmos-proto?rev=0748a2ad4a5c78b1db6c8090db01e255bcc91365";
url = "github:cosmos/cosmos-proto?ref=refs/tags/v1.0.0-beta.5";
flake = false;
};
gogoproto = {
url = "github:cosmos/gogoproto?rev=b12c8cae0624d2518ab995c775410694dfa5d50e";
url = "github:cosmos/gogoproto?rev=34f37065b54523d08d7b637c78333d444f350e21";
flake = false;
};
googleapis = {
url = "github:googleapis/googleapis?rev=6774ccbbc3f182f6ae3a32dca29e1da489ad8a8f";
url = "github:googleapis/googleapis?rev=8984ddb508dea0e673b724c58338e810b1d8aee3";
flake = false;
};
wasmd = {
Expand Down Expand Up @@ -136,7 +136,7 @@
cosmossdk = {
type = "github";
owner = "unionlabs";
repo = "cosmos-sdk-union";
repo = "cosmos-sdk";
rev = "c2982236c55751ea227679164594ce572bb857f3";
flake = false;
};
Expand Down
6 changes: 3 additions & 3 deletions tools/rust-proto.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ _: {
proto-deps = [
src
google.src
cosmos-sdk.src
"${proto.cosmossdk}/proto"
ics23.src
"${proto.cosmosproto}/proto"
"${proto.googleapis}"
Expand Down Expand Up @@ -177,7 +177,7 @@ _: {
proto-deps = [
src
google.src
cosmos-sdk.src
"${proto.cosmossdk}/proto"
ics23.src
"${proto.cosmosproto}/proto"
"${proto.googleapis}"
Expand All @@ -190,7 +190,7 @@ _: {
];
};
cosmos-sdk = {
src = "${proto.cosmossdk}/proto/cosmos";
src = "${proto.cosmossdk}/proto";
proto-deps = [
"${proto.cosmossdk}/proto"
google.src
Expand Down
Loading

0 comments on commit 37c7494

Please sign in to comment.