vegaprotocol / vega

A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network.
https://vega.xyz
GNU Affero General Public License v3.0
37 stars 22 forks source link

Update protobuf import to be the latest version throughout the code #7292

Open peterbarrow opened 1 year ago

peterbarrow commented 1 year ago

We are currently importing 2 different protobuf modules (which are both the same). For safety we should update all of them to the use the non depreciated module.

Replace github.com/golang/protobuf With google.golang.org/protobuf

peterbarrow commented 1 year ago

This is a bigger change than expected due to the way tendermint uses it. Postponing work until after golive.