You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2018. It is now read-only.
The import github.com/gogo/protobuf/gogoproto/gogo.proto doesn't exist which causes protoc to complain.
In addition some concerns from Matrix chat that would be nice to address:
srmo: Could someone elaborate ob the new gogo types in the abci protobuf types definition? It became pretty difficult to port this to non go languages. Are those new types required? What happens if we leave them out? What are you using them for?
mdyring: We should probably open an issue for it, I haven't tested yet on C++.. But are you seeing build errors?
srmo: @mdyring i had to do crazy workarounds to generate the class files in java which worked but i had no idea why. Someone opened a PR with the gogoproto stuff removed, which has no side effects in simple test cases but this isn’t really providing confidence. A issue seems the way to go.