Depreciated Proto Package #236
Labels
type: bug
Issues that need priority attention -- something isn't working
type: tech-debt
Slows down development in the long run
While fixing up the
golangci-lint
errors in #235, it was found that the proto package used in proposal_test.go is depreciated.Attempting to use the suggested
google.golang.org/protobuf/proto
package url disallows the file from being compiled, since the newer version of proto.Equal requires thattypes.CreateConsumerChainProposal
implementsProtoReflect
.It seems that we need to compile pb files using a newer version of
protoc
. Maybe there's an easy solution that I'm missing, but it doesn't seem as easy as changing a version number in the makefile.Most relevant PR I could find for the issue: #92
@marbar3778 Any ideas here?
The text was updated successfully, but these errors were encountered: