tendermint / rust-abci

A rust implementation of the ABCI protocol for tendermint core
Apache License 2.0
117 stars 34 forks source link

rearchitected rust-abci has no tests #119

Open tomtau opened 4 years ago

tomtau commented 4 years ago

For some reason, the old test capturing this bug was removed: https://github.com/tendermint/rust-abci/issues/20 There are no tests for the "killer" feature which is that query and mempool connections don't block progress on the consensus connection

tomtau commented 4 years ago

context was this PR that was expected to be merged to develop, but was closed: https://github.com/tendermint/rust-abci/pull/112