You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
greg-szabo
changed the title
CommitSig validator address missing in Absent vote
[pending Go changes] CommitSig validator address missing in Absent vote
May 29, 2020
Thanks @greg-szabo . If and when this is changed in the Go, it will be breaking, and we can open a new issue for it then, since it otherwise seems we've addressed it for now.
Also as per tendermint/tendermint#4797 (comment), not sure this ever will be addressed, especially since we might look to remove ValidatorAddress from all CommitSigs!
Go implementation
In CommitSig, in the BlockIDFlagAbsent type, the validator address field is expected to be missing.
ADR-025
The validator address field in Absent signatures should be present. (The validator address field should always be present.)
Current Rust implemenation
Rust implemented the ADR.
Problem
Tendermint-Rust is incompatible with Tendermint-Go.
Solution
The text was updated successfully, but these errors were encountered: