-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sync): inject a state object instead of using a global state
RPC and sync code now gets an explicit state object that is used to store and query sync state. This avoids issues with tests, too: previously running `rpc::tests::syncing::{syncing,not_syncing}` in parallel would lead to test failures.
- Loading branch information
Showing
5 changed files
with
146 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.