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

Commit f9dce53

Browse files
authored
Merge pull request #243 from tendermint/cwgoes/timestamp-in-evidence
Add evidence type and block timestamp to abci.Evidence
2 parents bb68d7e + a1b8579 commit f9dce53

File tree

3 files changed

+139
-113
lines changed

3 files changed

+139
-113
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.10.4 (TBD)
4+
5+
BREAKING CHANGES:
6+
7+
- [types] Added `type` field to `Evidence` (opaque bytes indicating kind of fraud)
8+
- [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)
9+
310
## 0.10.3 (April 9, 2018)
411

512
IMPROVEMENTS:

0 commit comments

Comments
 (0)