Skip to content

Commit

Permalink
feat: add ics23 protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Aug 18, 2023
1 parent 36ba4a1 commit b269d8d
Show file tree
Hide file tree
Showing 5 changed files with 988 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## `v0.0.30`

### Features

- Added ICS 23 protobufs from [`cosmos/ics23`](https://github.com/cosmos/ics23) to fix `ibc-go` dependency issues

## `v0.0.29`

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmes",
"version": "0.0.29",
"version": "0.0.30",
"private": false,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down
10 changes: 7 additions & 3 deletions scripts/gen-protobufs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,19 @@ const REPOS = [
paths: ["proto"],
},
{
repo: "CosmWasm/wasmd#main",
repo: "cosmos/ics23#master",
paths: ["proto"],
},
{
repo: "osmosis-labs/osmosis#main",
repo: "cosmos/ibc-go#main",
paths: ["proto"],
},
{
repo: "cosmos/ibc-go#main",
repo: "CosmWasm/wasmd#main",
paths: ["proto"],
},
{
repo: "osmosis-labs/osmosis#main",
paths: ["proto"],
},
];
Expand Down
Loading

0 comments on commit b269d8d

Please sign in to comment.