-
Notifications
You must be signed in to change notification settings - Fork 0
[Spec] How to check whether some data is valid message or valid state efficiently? #1
Comments
In the Python PoC, justifications are hashed in messages (to reduce the data size?). (@yudetamago confirm?) |
it might be so. Actually Python PoC doesn't do any recovering, but only checks that the hashes of messages of justification are included in the hashes of justified messages. |
To be precise, when it comes to message it seems that 3 issues but some of these are overlapping.
(WIP) |
What if the validator is equivocating and has two latest messages? |
You mean the justification has two messages from one sender? |
Yes!
In the theoritical spec, equivocating messages can be included in valid messages. |
We can implement a client to make it keep its state valid and validate incoming messages.
|
Should we calculate
M∞
Σ∞
?From cbc-casper's gitter
The text was updated successfully, but these errors were encountered: