VenkatDatta
|
188e459273
|
Removed unnecessary onStart call (#2098)
* Removed unnecessary onStart & onStop calls in reactor
* Refactor OnStart & OnStop in reactor
* Removed redundant OnStart func in reactor
|
6 years ago |
Zach Ramsay
|
44dad6d70b
|
Revert "detele everything"
This reverts commit d02c5d1e30 .
|
6 years ago |
Zach Ramsay
|
d02c5d1e30
|
detele everything
|
6 years ago |
Anton Kaliaev
|
9120fd5d14
|
unexport DecodeMessage functions
Refs #646
|
6 years ago |
Ethan Buchman
|
d55243f0e6
|
fix import paths
|
6 years ago |
Liamsi
|
d2c05bc5b9
|
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
|
6 years ago |
Liamsi
|
96a3502126
|
delete everything
|
6 years ago |
Ethan Buchman
|
41e847ec97
|
linter
|
7 years ago |
Ethan Buchman
|
1b2e34738a
|
checkSendEvidenceMessage
|
7 years ago |
Ethan Buchman
|
932381effa
|
evidence: give each peer a go-routine
|
7 years ago |
Ethan Buchman
|
19d95b5410
|
evidence: check peerstate exists; dont send old evidence
|
7 years ago |
Ethan Buchman
|
f1c53c7358
|
evidence: dont send evidence to unsynced peers
* only send evidence to peers that are synced enough to validate it all
* closes #1624
|
7 years ago |
Ethan Buchman
|
1a1e4e767b
|
check max msg size in DecodeMessage
|
7 years ago |
Jae Kwon
|
fb64314d1c
|
Review from Anton
|
7 years ago |
Jae Kwon
|
5d1c758730
|
Fix evidence
|
7 years ago |
Anton Kaliaev
|
d0c67bbe16
|
stop peer if evidence is not valid
|
7 years ago |
Anton Kaliaev
|
4242352852
|
stop peer on decoding error
|
7 years ago |
Anton Kaliaev
|
2a24ae90c1
|
fixes from Jae's review
1. remove pointer
2. add Quit() method to Service interface
|
7 years ago |
Ethan Buchman
|
7d81a3f4a5
|
address some comments from review
|
7 years ago |
Ethan Buchman
|
6a4fd46479
|
fixes from rebase
|
7 years ago |
Ethan Buchman
|
b01b1e4758
|
remove unused var
|
7 years ago |
Ethan Buchman
|
cfbedec719
|
evidence: reactor test
|
7 years ago |
Ethan Buchman
|
666ae244b3
|
evidence: pool test
|
7 years ago |
Ethan Buchman
|
6c4a0f9363
|
cleanup evidence pkg. state.VerifyEvidence
|
7 years ago |
Ethan Buchman
|
f7731d38f6
|
some comments and cleanup
|
7 years ago |
Ethan Buchman
|
df3f4de7c3
|
check evidence is from validator; some cleanup
|
7 years ago |
Ethan Buchman
|
10c43c9edc
|
introduce evidence store
|
7 years ago |
Ethan Buchman
|
fe4b53a463
|
EvidencePool
|
7 years ago |