6 Commits

Author SHA1 Message Date
Zaki Manian
ce9cde0888
Apply suggestions from code review
Some typo fixes from review

Co-Authored-By: zmanian <zaki@manian.org>
2019-05-02 08:41:05 -07:00
Jack Zampolin
0a87ddef96
Abstract out provider init logic and logger 2019-04-26 13:38:39 -04:00
jaekwon
1a86c869e8 WIP 2019-04-17 11:27:37 -07:00
Ethan Buchman
de5a6010f0
fix DynamicVerifier for large validator set changes (#3171)
* base verifier: bc->bv and check chainid

* improve some comments

* comments in dynamic verifier

* fix comment in doc about BaseVerifier

It requires the validator set to perfectly match.

* failing test for #2862

* move errTooMuchChange to types. fixes #2862

* changelog, comments

* ic -> dv

* update comment, link to issue
2019-01-21 09:21:04 -05:00
HaoyangLiu
8dda3c3b28 lite: Add synchronization in lite verify (#2396)
* Implement issues 2386: add synchronization in lite verify and change all Certify to Verify

* Replace make(chan struct{}, 0) with make(chan struct{})

* Parameterize memroy cache size and add concurrent test

* Refactor import order
2018-09-28 19:23:21 -04:00
Jae Kwon
e719a93d1d Addressed review for #1815 except those marked as 'TODO make issue' 2018-08-02 03:10:50 -07:00