Skip to content

ADR 045 - ABCI Evidence#4010

Merged
tac0turtle merged 5 commits intomasterfrom
bucky/adr-045-abci-evidence
Sep 27, 2019
Merged

ADR 045 - ABCI Evidence#4010
tac0turtle merged 5 commits intomasterfrom
bucky/adr-045-abci-evidence

Conversation

@ebuchman
Copy link
Contributor

ADR summarizing some of the discussion from the Evidence Handling Dev Session.

Conclusion here is to keep evidence handling in Tendermint.

The SDK will still need an evidence module to process evidence from other chains, but evidence for its own should probably be handled by Tendermint.

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

@codecov-io
Copy link

codecov-io commented Sep 21, 2019

Codecov Report

Merging #4010 into master will increase coverage by 0.16%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4010      +/-   ##
==========================================
+ Coverage   67.08%   67.24%   +0.16%     
==========================================
  Files         245      245              
  Lines       20557    20573      +16     
==========================================
+ Hits        13790    13835      +45     
+ Misses       5730     5709      -21     
+ Partials     1037     1029       -8
Impacted Files Coverage Δ
types/proposal.go 89.74% <0%> (-1.57%) ⬇️
rpc/client/httpclient.go 68.52% <0%> (-0.8%) ⬇️
p2p/pex/pex_reactor.go 83.18% <0%> (-0.58%) ⬇️
consensus/state.go 80.14% <0%> (+0.82%) ⬆️
consensus/reactor.go 79.36% <0%> (+1.4%) ⬆️
libs/clist/clist.go 68.18% <0%> (+1.51%) ⬆️
libs/events/events.go 98.05% <0%> (+4.85%) ⬆️
blockchain/v2/reactor.go 64.91% <0%> (+14.03%) ⬆️

Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

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

👍

//cs.Logger.Info("scheduleRound0", "now", tmtime.Now(), "startTime", cs.StartTime)
sleepDuration := rs.StartTime.Sub(tmtime.Now())
cs.scheduleTimeout(sleepDuration, rs.Height, 0, cstypes.RoundStepNewHeight)
cs.Logger.Error("scheduled timeout commit")
Copy link
Contributor

Choose a reason for hiding this comment

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

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops lol will remove

@tac0turtle tac0turtle merged commit b065b8a into master Sep 27, 2019
@tac0turtle tac0turtle deleted the bucky/adr-045-abci-evidence branch September 27, 2019 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants