penumbra-zone / tower-abci

Tower-based ABCI interface.
MIT License
75 stars 24 forks source link

cargo: use `tendermint-rs@0.33` #33

Closed erwanor closed 1 year ago

erwanor commented 1 year ago

Closes #30, and split the ABCI component services into distinct versioned units (v034, v037, v038) expecting versioned requests. At the expense of some code duplication, this means that supporting major releases does not force downstream consumers to handle unsupported ABCI messages, and anchors the interfaces to specific CometBFT versions.