- Set env variable
TENDERDASH_COMMITISH
to point to desired git reference (tag, branch, etc.). - Run
cargo run
in the compiler folder. The resultant structs will be created in theproto/src/prost
folder. - Build the
tenderdash-proto
crate.
Note: proto structs are also automatically regenerated when building tenderdash-proto
crate.