-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(RequestDatasetLog): add back functionality for getting a peer's …
…dataset log over p2p Modelled after the `RequestDataset` and `handleDataset` functions. There is some repeat code used between `actions.log` and `handleDatasetLog`, this spawned a discussion about needing another layer of functions, perhaps called `core` that would be shared between actions and p2p. Just noting this here for posterity. Commit also adds back clearing the "Backoff" indicator when explicitly connecting to another peer.
- Loading branch information
Showing
3 changed files
with
135 additions
and
100 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
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
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