Skip to content

Commit

Permalink
fixup! feat(cosmic-proto): add icq/v1 proto + codegen for @agoric/orc…
Browse files Browse the repository at this point in the history
…hestration
  • Loading branch information
0xpatrickdev committed May 1, 2024
1 parent 716a2d9 commit 2e91597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/cosmic-proto/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ To add new protobuf definitions:
JavaScript and TypeScript modules to the public API.
4. Check in the changes above.


`@agoric/cosmic-proto` also publishes exports for protos from modules that are not part of `golang/cosmos/proto`. This is to support features such as `@agoric/orchestration`. These are not generated by `yarn codegen`, but should be manually added to the top level `protos` directory. _This is to avoid `yarn codegen` overwriting these files and denote that they are not part of agoric's application modules_. Please also document where the added protos are retrieved from below:

- [icq/v1](https://github.com/cosmos/ibc-apps/tree/18248c35e913b3ccba99a2756612b1fcb3370a0d/modules/async-icq/proto/icq/v1)
2 changes: 2 additions & 0 deletions packages/cosmic-proto/proto/icq/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# icq (interchain queries)

These protos were sourced from: [cosmos/ibc-apps/async-icq/v1#18248c3](https://github.com/cosmos/ibc-apps/tree/18248c35e913b3ccba99a2756612b1fcb3370a0d/modules/async-icq/proto/icq/v1)

0 comments on commit 2e91597

Please sign in to comment.