Revision 85244a42ea306dafef90a73405202825076e7173 authored by Callum Waters on 28 January 2020, 16:16:16 UTC, committed by Anton Kaliaev on 28 January 2020, 16:16:16 UTC
* lite2: add Start method

There are few reasons to do that:

1) separation of state and dynamics (some users will want to delay
   starting the light client; does not matter we should not allow them
   to create a light client object)
2) less important, but some users might not need autoUpdateRoutine and
   removeNoLongerTrustedHeadersRoutine routines

* lite2: wait till routines are finished in Stop

because they are started in Start, it feels more natural to wait for
them to finish in Stop.

* lite2: add TrustedValidatorSet func

* refactor cleanup code

* changed restore header and val function to handle negative height

* reverted restoreTrustedHeaderAndNextVals() functionality

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
1 parent c5ecd80
History
File Mode Size
provider
proxy
rpc
store
client.go -rw-r--r-- 26.1 KB
client_test.go -rw-r--r-- 21.0 KB
doc.go -rw-r--r-- 4.1 KB
errors.go -rw-r--r-- 802 bytes
example_test.go -rw-r--r-- 3.1 KB
test_helpers.go -rw-r--r-- 4.4 KB
verifier.go -rw-r--r-- 3.7 KB
verifier_test.go -rw-r--r-- 9.5 KB

back to top