Jon Zlotnik
Jon Zlotnik
@lrettig why did you add the Hare Protocol tag?
> thanks for sharing. tho there isn't enough for me to understand what you are trying to do. Will change implementation to use the database as "blackboard" to comply with...
- [ ] Check if correlated with https://github.com/spacemeshos/go-spacemesh/issues/1143 Do we see the same memory consumption reported in this issue now that the scale codec is being used?
Related code block: https://github.com/spacemeshos/go-spacemesh/blob/0cb3732b0796ed442366f39ef8cf3909a0c2b48d/hare/broker.go#L280-L302
If we can answer this question (https://github.com/spacemeshos/pm/issues/178) with a "no". Then we can simply cap the buffers to slightly more than the expected committee sizes and drop/replace messages from the...
The following question needs to be answered: **Is there a case in which an honest node should send more than one preround message?** i.e. Why should a node track multiple...
https://github.com/spacemeshos/pm/issues/178
Root cause of this issue arises from the following issue and PR - https://github.com/spacemeshos/go-spacemesh/issues/564 - https://github.com/spacemeshos/go-spacemesh/pull/600 It is claimed that the pre-round certificate optimization is what forces us to keep/process...
**It is of my opinion that the discussion in https://github.com/spacemeshos/go-spacemesh/issues/564 missed a solution that would prevent this ever-growing cache vulnerability** Because https://github.com/spacemeshos/go-spacemesh/issues/564 is closed, I will continue the discussion here...
Also, a note about late preround messages and the preround certificate optimization problem: Because of this equivocation problem, I think we end up needing to wait for preround messages until...