Daniel
Daniel
This is a good point, worth some improvement, but I agree that is not top priority by now. Notice, however, that this `Write` call is not persistent, and the cost...
> So, how about only keep writing the vote msg, and ignore other msg types when handleMsg? In this case, how can we know, when recovering, which proposal we voted...
Regarding blocks shipped through multiple block part messages, I agree some improvement can be achieve here. While we still need to persist the proposed block, we might postpone this until...
To kick it off, I would suggest establishing a maximum length for lines in MD files as, in @sergio-mena words, "long lines that hinder diffs".
I agree. As a Vim user, I tend to break lines on 80 chars, but I'm flexible when editing/changing up to 100 and something. This allows changes within a line...
The specification is being uploaded to the [p2p-doc-v0.35](https://github.com/tendermint/tendermint/tree/cason/p2p-doc-v0.35/docs/tendermint-core/p2p) branch.
It appears a lot of data to collect, and that this data should variate a lot in executions that matter, i.e., when we catch problems. As a general approach, I...
Regarding this term, overlay network, a short definition is that it represents the network induced by the peer relationship. It is a graph, where two nodes are connected if they...
In terms of what we can measure, what metrics are of interest, regarding the network overlay produced by Tendermint, I suggest having a look on Section VII.A of our [paper](https://www.inf.usi.ch/pedone/Paper/2021/srds2021a.pdf)....
I both cases, distribution of degrees and distribution of distances, we need a snapshot of the network, which allows we to build a graph, from which we extract the metrics,...