-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protos flow #1798
Comments
I can repro the issue you are having on macOS caused by the diff --git a/Makefile b/Makefile
index c8a42e0e..656cfd6a 100644
--- a/Makefile
+++ b/Makefile
@@ -462,7 +462,7 @@ proto-update-deps:
## insert go package option into proofs.proto file
## Issue link: https://github.com/confio/ics23/issues/32
- @sed -i '4ioption go_package = "github.com/confio/ics23/go";' $(CONFIO_TYPES)/proofs.proto
+ @sed -ri -e 's|^(package ics23;)$$|\1\noption go_package = "github.com/confio/ics23/go";|' $(CONFIO_TYPES)/proofs.proto With that, I'm happy to send a PR for the former issue. |
I run both
on my mac on Thanks very much to both of you! |
Summary of Bug
Doesn't work quite right.
Has a change to makefile that fetches the correct ics23 .proto file, but we should work on the flow till it is buttery smooth.
Vuong uses arch, that works.
I use a mac, it doesn't.
The ubuntu .gitpod.yml container that comes by default, also doesn't. ghcr.io/notional-labs/cosmos does work.
Expected Behaviour
Version
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: