Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Evidence time is sourced from block time #138

Merged
merged 2 commits into from
Aug 10, 2020
Merged

Conversation

cmwaters
Copy link
Contributor

closes: #133

@@ -221,7 +221,8 @@ type Evidence interface {

All evidence can be encoded and decoded to and from Protobuf with the `EvidenceToProto()`
and `EvidenceFromProto()` functions. The [Fork Accountability](../consensus/light-client/accountability.md)
document provides a good overview for the types of evidence and how they occur.
document provides a good overview for the types of evidence and how they occur. Each evidence uses
the timestamp of the block of the height that the evidence occured at to indicate the age of the evidence.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the timestamp of the block of the height that the evidence occured at to indicate the age of the evidence.
the timestamp of the block that the evidence occured at to indicate the age of the evidence.

@tac0turtle
Copy link
Contributor

nit: could you better the wording here as well: https://github.com/tendermint/spec/blob/master/spec/abci/abci.md#evidence

@cmwaters
Copy link
Contributor Author

@marbar3778 how does the wording seem now?

Copy link
Contributor

@tac0turtle tac0turtle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmwaters cmwaters merged commit 713a773 into master Aug 10, 2020
@cmwaters cmwaters deleted the callum/evidence-time branch August 10, 2020 19:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Evidence time should be sourced from block time not vote time
4 participants