Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #243 from tendermint/cwgoes/timestamp-in-evidence
Browse files Browse the repository at this point in the history
Add evidence type and block timestamp to abci.Evidence
  • Loading branch information
ebuchman committed May 20, 2018
2 parents bb68d7e + a1b8579 commit f9dce53
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 113 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.10.4 (TBD)

BREAKING CHANGES:

- [types] Added `type` field to `Evidence` (opaque bytes indicating kind of fraud)
- [types] Added `time` field to `Evidence` (note that this is the timestamp of the block which was double-signed, not the time the evidence was received)

## 0.10.3 (April 9, 2018)

IMPROVEMENTS:
Expand Down
Loading

0 comments on commit f9dce53

Please sign in to comment.