celestiaorg / nmt

Namespaced Merkle Tree
Apache License 2.0
107 stars 39 forks source link

Document how to update Proto generated files #223

Open rootulp opened 1 year ago

rootulp commented 1 year ago

https://github.com/celestiaorg/nmt/pull/220 added Proto definitions to this repo. We should document in the README how to update the generated *.pb.go files if the definition *.proto files are updated.

This may include adding a Makefile and then a dedicated Makefile command.