penumbra-zone / tower-abci

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

Update tendermint-rs to v0.30? #24

Closed lshoo closed 1 year ago

lshoo commented 1 year ago

Tendermint-rs and -abci have already released v0.30 last week, and have some breaking changes, and tendermint-rs v0.30 is re-export and support tendermint(cometbft) v0.37.

Will the tower-abci update the tendermint-rs dependecy soon? which tendermint version(0.34. or 0.37) is support default?

Thanks

hdevalence commented 1 year ago

Hey! We're planning to do this in our next (2-week) sprint cycle.

hdevalence commented 1 year ago

In progress: https://github.com/penumbra-zone/tower-abci/pull/25

hdevalence commented 1 year ago

which tendermint version(0.34. or 0.37) is support default?

Our plan is to support both 0.34 and 0.37 side by side, so that tower-abci apps can more easily transition from 0.34 to 0.37.

When 0.38 is out we'll also support that side-by-side; that'll be a more invasive change because it switches from ABCI 1.0 to ABCI 2.0.

erwanor commented 1 year ago

This is done in #25