You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried running theoreticaly supported tendermint version with tendermint-rs implementation of kvstore but it got stuck on start. Found this issue #1463 which suggested chainging to cometbft.
That fixes the initial issue but when trying to send a transaction I am getting error:
CONSENSUS FAILURE!!! module=consensus err="failed to apply block; error expected tx results length to match size of transactions in block. Expected 1, got 0
Steps to reproduce
Start kvstore (on version 0.39.1 or 0.39.0):
cargo run --bin kvstore-rs --features binary,kvstore-app,client
What went wrong?
I have tried running theoreticaly supported tendermint version with tendermint-rs implementation of kvstore but it got stuck on start. Found this issue #1463 which suggested chainging to cometbft.
That fixes the initial issue but when trying to send a transaction I am getting error:
Steps to reproduce
Definition of "done"
Cometbft should be able to reach consensus on simple kvserver (it works with their internal example)
The text was updated successfully, but these errors were encountered: