-
Notifications
You must be signed in to change notification settings - Fork 379
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
go mod tidy
fails
#749
Comments
File was deleted in The Great Refactor (#585), probably because from the .gitignore, these should actually be ignored but they were already in the repository before the changes were added to gitignore). This is fixed by adding the missing .pb.go file in the directory. There are a few other files which were deleted ( To generate the filecd tm2/pkg/amino/tests/proto3/proto
protoc --go_out=. --go_opt=paths=source_relative \
--go_opt=Mproto/compat.proto=github.com/gnolang/gno/tm2/pkg/amino/tests/proto3 \
--go-grpc_opt=Mproto/compat.proto=github.com/gnolang/gno/tm2/pkg/amino/tests/proto3 \
--go-grpc_out=. --go-grpc_opt=paths=source_relative proto/compat.proto |
Awesome ty @thehowl it worked after I changed the initial path from We should probably add the proto gen to a makefile recipe. |
Mhh. I'll reopen this because IMO |
Good point. As far as I know, most cosmos chains track their For accessibility, I would say we should track them. |
I think I may have forgotten something in my working branch, let me quickly check. Edit: -> #755 Edit2: let's add the Edit3: I may add |
Not sure since when, but it is currently failing on
master
.The text was updated successfully, but these errors were encountered: