Revision 7da9746a5704429c89845f29f7222af4e720dcc7 authored by M. J. Fromberger on 13 May 2022, 19:08:21 UTC, committed by GitHub on 13 May 2022, 19:08:21 UTC
* Revert "update protos (#8515)"

This reverts commit f094fd204a90921e7b6aac633520e262f964d8aa.

It appears that #8515 may have been generated with an out-of-date version of
either buf or the gogo plugin. using the latest versions (buf 1.4.0 and gogo
1.3.2) reverts those changes.

* Add a script to re-generate protos with the latest tools.

This script is just a wrapper for the Make rule, but it runs the build inside a
container with the latest versions of buf and gogo installed. This reduces the
chance that an out-of-date ambient installation on a developer machine will get
us outdated output.
1 parent c29d1b3
History
File Mode Size
mbt
provider
proxy
rpc
store
client.go -rw-r--r-- 39.8 KB
client_benchmark_test.go -rw-r--r-- 4.2 KB
client_test.go -rw-r--r-- 31.0 KB
detector.go -rw-r--r-- 17.2 KB
detector_test.go -rw-r--r-- 19.3 KB
doc.go -rw-r--r-- 4.7 KB
errors.go -rw-r--r-- 3.3 KB
example_test.go -rw-r--r-- 2.2 KB
helpers_test.go -rw-r--r-- 7.3 KB
light_test.go -rw-r--r-- 6.0 KB
setup.go -rw-r--r-- 1.3 KB
trust_options.go -rw-r--r-- 1.6 KB
verifier.go -rw-r--r-- 9.5 KB
verifier_test.go -rw-r--r-- 9.9 KB

back to top