informalsystems / tendermint-rs

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

`abci::event::v0_37` isn't exported #1476

Open larry0x opened 1 week ago

larry0x commented 1 week ago

Only abci::event::v0_34 is made public. v0_37 and v0_38 are not made public.

For this reason, it's currently not possible to create EventAttribute::V037 instances.