espresso icon indicating copy to clipboard operation
espresso copied to clipboard

Validators (with HotShotQueryService) should be able to restore everything needed for the query service from persistence upon restart.

Open nyospe opened this issue 2 years ago • 1 comments

HotShotQueryService::new is called whether or not --reset-store-state is passed, but HotShotQueryService::new resets the FullPersistence and initializes some fields of FullState to their initial states.

nyospe avatar Jul 19 '22 20:07 nyospe

See https://github.com/EspressoSystems/espresso/tree/reloadable_query_service

nyospe avatar Jul 26 '22 21:07 nyospe