rust-abci
rust-abci copied to clipboard
A rust implementation of the ABCI protocol for tendermint core
Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version. Commits b08b5ed chore: prepare tokio-util v0.6.4 (#3599) 88863a0 chore: prepare tokio-stream v0.1.4 (#3598) d0e4dd1 chore: prepare Tokio v1.3.0 (#3597) 872bc09...
Updates the requirements on [integer-encoding](https://github.com/dermesser/integer-encoding-rs) to permit the latest version. Commits 14cd007 Release v3.0.2 6579286 Use write_all instead of write in Writer types 79b21e0 Release v3.0.1 0b70c71 Set license instead...
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. Commits 2afa276 chore: prepare Tokio 0.2.25 (#3478) 312c981 runtime: update panic messages to include version (#3460) 62e24b7 chore: upgrade mio...
Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version. Release notes Sourced from bytes's releases. bytes v1.0.0 Commit to a public API with long-term support. Changed Rename Buf/BufMut, methods...
Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. Changelog Sourced from protobuf's changelog. [2.16.2] - 2020-07-06 Fix compilation when feature with-bytes is enabled [2.16.1] - 2020-07-06 Mute self-deprecation...
Updates the requirements on [protobuf-codegen-pure](https://github.com/stepancheg/rust-protobuf) to permit the latest version. Changelog Sourced from protobuf-codegen-pure's changelog. [2.16.2] - 2020-07-06 Fix compilation when feature with-bytes is enabled [2.16.1] - 2020-07-06 Mute self-deprecation...
When decoding the prefix varint encoded length, no check on the unterminated variable length encoded length. After the [pr to integer-encoding-rs](https://github.com/dermesser/integer-encoding-rs/pull/10) merged and released, change the dependency.
> sorry to open a new issue for this, this is based on my current understanding of the abci semantics and rust ecosystem, I see there was already lots of...
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...