Author | SHA1 | Message | Date |
---|---|---|---|
Callum Waters |
7869f5ec1d
|
light/evidence: handle FLA backport (#6331) | 4 years ago |
Callum Waters |
019d2a3689
|
ADR 047 - Light client evidence handling revision (#5273) | 4 years ago |
Callum Waters |
22ef3f6e7a
|
light: update ADR 47 with light traces (#5250)
* update adr 47 with light traces * implement suggestions * add second downside to alternative approach |
4 years ago |
Callum Waters |
3c21c3546c
|
evidence: remove phantom validator evidence (#5181) | 4 years ago |
Anton Kaliaev |
41c11ad2c1
|
evidence: handling evidence from light client(s) (#4532)
Closes: #4530 This PR contains logic for both submitting an evidence by the light client (lite2 package) and receiving it on the Tendermint side (/broadcast_evidence RPC and/or EvidenceReactor#Receive). Upon receiving the ConflictingHeadersEvidence (introduced by this PR), the Tendermint validates it, then breaks it down into smaller pieces (DuplicateVoteEvidence, LunaticValidatorEvidence, PhantomValidatorEvidence, PotentialAmnesiaEvidence). Afterwards, each piece of evidence is verified against the state of the full node and added to the pool, from which it's reaped upon block creation. * rpc/client: do not pass height param if height ptr is nil * rpc/core: validate incoming evidence! * only accept ConflictingHeadersEvidence if one of the headers is committed from this full node's perspective This simplifies the code. Plus, if there are multiple forks, we'll likely to receive multiple ConflictingHeadersEvidence anyway. * swap CommitSig with Vote in LunaticValidatorEvidence Vote is needed to validate signature * no need to embed client http is a provider and should not be used as a client |
5 years ago |
Anton Kaliaev |
4936b23dae
|
adr-047: evidence handling (#4429)
Closes #4213 and #4182 |
5 years ago |