informalsystems / tendermint-rs

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

rpc: Add `FromStr`, `Serialize` and `Deserialize` instances to `CompatMode` #1374

Closed romac closed 3 months ago

romac commented 8 months ago

Description

These instances would make it easier to use the CompatMode type in the Hermes configuration file.

Definition of "done"

CompatMode implements FromStr, Serialize and Deserialize