Skip to content

Rebuild protobuf Go files#3997

Closed
silasdavis wants to merge 1 commit intotendermint:masterfrom
silasdavis:protobuf
Closed

Rebuild protobuf Go files#3997
silasdavis wants to merge 1 commit intotendermint:masterfrom
silasdavis:protobuf

Conversation

@silasdavis
Copy link
Contributor

@silasdavis silasdavis commented Sep 18, 2019

https://github.com/hyperledger/burrow has compile time errors with the abci types.pb.go file because our protobuf generated files expect the MarshalToSizedBuffer function. This updates your pb generated files which fixes this issue and gives you a newer version of the gogo generated code.

Using:

  • protoc 3.7.0
  • github.com/gogo/protobuf#8a5ed79f688836cf007ca23aefe0299791e7bea5

This brings compatibility with protobuf files built with newer versions
of the marshaller and marshaller_all extensions. In particular the
MarshalToSizedBuffer functions

Signed-off-by: Silas Davis silas@monax.io

- protoc 3.7.0
- github.com/gogo/protobuf#8a5ed79f688836cf007ca23aefe0299791e7bea5

This brings compatibility with protobuf files built with newer versions
of the marshaller and marshaller_all extensions. In particular the
MarshalToSizedBuffer functions

Signed-off-by: Silas Davis <silas@monax.io>
@melekes
Copy link
Contributor

melekes commented Sep 18, 2019

package github.com/tendermint/tendermint/benchmarks (test)
	imports github.com/tendermint/tendermint/benchmarks/proto: import lookup disabled by -mod=readonly

@melekes
Copy link
Contributor

melekes commented Sep 19, 2019

Closing for #3998

@melekes melekes closed this Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants