informalsystems/tendermint-rs

Complete P2P implementation

Closed this issue · 4 comments

Will this project achieve complete tendermint P2P functionality in the future (which is completely corresponding to the tendermint P2P in the Go language version)? Currently, it seems only implements the function of secret connection, but there are still many things that are missing

@brapse @tarcieri @xla @hdevalence hello guys, cc. Can we discuss it?

xla commented

Unlikely, given it isn't a priority.

@xla. Currently, if Tendermint Rust only implements the type without implementing a node, it will be meaningless. Currently, only the Tendermint P2P in the Go language is fully implemented. To be honest, Tendermint-Rust has a lot of gaps to fill.

It's not meaningless, we built a whole blockchain using it. The crate provides common data types for modeling Tendermint/CometBFT data, and that's very valuable.