informalsystems / tendermint-rs

Client libraries for Tendermint/CometBFT in Rust!
Apache License 2.0
588 stars 215 forks source link

Add autogenerated protos for `v1.0` #1381

Closed sergio-mena closed 6 months ago

sergio-mena commented 7 months ago

This (draft) PR is the first to providing support for CometBFT v1.0.

The PR appears to be massive but the reason is the tons of newly auto-generated code it introduces. For this reason, please don't review it in one shot; rather use the following description of commits:

Note: even if this PR is likely to be ready for review, I decided to leave it a draft PR because we need to discuss whether we should be forking tendermint-rs into cometbft-rs and move this PR there.

sergio-mena commented 6 months ago

This is continued in cometbft/cometbft-rs#2