Skip to content

Commit

Permalink
tentacle: Upgrade multiaddr and secio, do not update last connected m…
Browse files Browse the repository at this point in the history
…s for Onion3 multiaddr
  • Loading branch information
eval-exec committed Feb 19, 2025
1 parent 57defa5 commit 8fba164
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
17 changes: 13 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion network/src/peer_store/peer_store_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ impl PeerStore {
.filter_map(|p| {
if matches!(
p,
Protocol::Ws | Protocol::Wss | Protocol::Memory(_) | Protocol::Tls(_)
Protocol::Ws
| Protocol::Wss
| Protocol::Memory(_)
| Protocol::Tls(_)
| Protocol::Onion3(_)
) {
None
} else {
Expand Down

0 comments on commit 8fba164

Please sign in to comment.