mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-07 16:41:41 +00:00
TMBIN -> Amino
This commit is contained in:
@ -400,7 +400,7 @@ must be greater than 2/3 of the total voting power of the complete validator set
|
|||||||
### Vote
|
### Vote
|
||||||
|
|
||||||
A vote is a signed message broadcast in the consensus for a particular block at a particular height and round.
|
A vote is a signed message broadcast in the consensus for a particular block at a particular height and round.
|
||||||
When stored in the blockchain or propagated over the network, votes are encoded in TMBIN.
|
When stored in the blockchain or propagated over the network, votes are encoded in Amino.
|
||||||
For signing, votes are encoded in JSON, and the ChainID is included, in the form of the `CanonicalSignBytes`.
|
For signing, votes are encoded in JSON, and the ChainID is included, in the form of the `CanonicalSignBytes`.
|
||||||
|
|
||||||
We define a method `Verify` that returns `true` if the signature verifies against the pubkey for the CanonicalSignBytes
|
We define a method `Verify` that returns `true` if the signature verifies against the pubkey for the CanonicalSignBytes
|
||||||
|
Reference in New Issue
Block a user