Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[P2P] refactor: peerstore provider (part 1) #804
[P2P] refactor: peerstore provider (part 1) #804
Changes from 10 commits
34d42bf
142071d
bcf3f65
00730d4
41d18ae
507d8af
e74fea4
6128d84
4bc605a
094a95e
2a5b300
1d03f38
c1318da
8d1f62a
08bcafd
5a54400
5000ad8
c587afa
e70b99c
b3ce271
8a476a4
650d432
59fffb5
a1e22c4
ccd9fb7
6e1a5b8
60302a4
1ac2e00
3a8e138
0cbca43
9cee9dd
2489b92
c98e8d1
84ce1bd
341d982
a9ffa56
0d92a09
024d88b
22ff0fd
044f6f1
b273e87
2e4d60d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: consider passing the bus to the Errrof for debugging purposes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bus doesn't implement
Stringer
, what do you expect/want the DX to look/feel like?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☝️ The bus is just a point to our "DI framework" and "pubsub" so curious what you had in mind for this @dylanlott?