Skip to content
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

chore: comments, logs, & cleanup #456

Merged
merged 31 commits into from
Nov 29, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
d2fc3f0
chore: comments, logs, & cleanup
zeeshanlakhani Nov 28, 2023
3c08189
chore: update log
zeeshanlakhani Nov 29, 2023
c811ea8
spelling: dev.md
Nov 29, 2023
193f909
Update DEVELOPMENT.md
Nov 29, 2023
0684639
Update DEVELOPMENT.md
Nov 29, 2023
d144548
spelling: derp
Nov 29, 2023
98f36a8
Update homestar-runtime/src/event_handler.rs
Nov 29, 2023
81ebd84
Update homestar-runtime/src/network/webserver.rs
Nov 29, 2023
2262eb8
Update homestar-runtime/src/network/webserver/rpc.rs
Nov 29, 2023
d16209d
Update homestar-runtime/src/network/webserver/rpc.rs
Nov 29, 2023
755fbe1
Update homestar-runtime/src/worker.rs
Nov 29, 2023
08a302d
Update homestar-runtime/src/worker.rs
Nov 29, 2023
8c0d5b6
Update homestar-runtime/src/event_handler.rs
Nov 29, 2023
ffcc4ec
Update homestar-runtime/src/event_handler.rs
Nov 29, 2023
6a75b15
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
8a6fd3b
Update homestar-runtime/src/event_handler.rs
Nov 29, 2023
7ece92f
Update homestar-runtime/src/event_handler.rs
Nov 29, 2023
9449c16
Update homestar-runtime/src/event_handler.rs
Nov 29, 2023
6f4ba3e
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
93e5e24
Update homestar-runtime/src/event_handler.rs
Nov 29, 2023
2045946
Update homestar-runtime/src/event_handler/event.rs
Nov 29, 2023
c13a850
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
60a0525
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
2dce259
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
0e7f51e
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
0f8b201
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
618f79e
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
b3d8abf
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
325ad10
Update homestar-runtime/src/event_handler/swarm_event.rs
Nov 29, 2023
569bbd7
Update homestar-runtime/src/network/swarm.rs
Nov 29, 2023
b6a3db3
chore: address comments
zeeshanlakhani Nov 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update homestar-runtime/src/event_handler/swarm_event.rs
Co-authored-by: Brian Ginsburg <[email protected]>
Signed-off-by: Zeeshan Lakhani <[email protected]>
Zeeshan Lakhani and bgins authored Nov 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 6a75b15ccccf527c670a202e96ba4bd14d28b6f0
2 changes: 1 addition & 1 deletion homestar-runtime/src/event_handler/swarm_event.rs
Original file line number Diff line number Diff line change
@@ -340,7 +340,7 @@ async fn handle_swarm_event<THandlerErr: fmt::Debug + Send, DB: Database>(
rendezvous_node,
error,
..
} => warn!(subject = "libp2p.rendezvous.cli.discovered.err",
} => warn!(subject = "libp2p.rendezvous.client.discovered.err",
category = "handle_swarm_event",
peer_id=rendezvous_node.to_string(),
err=?error,