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

feat: wallet connectivity improvements #6

Merged

Conversation

hansieodendaal
Copy link

@hansieodendaal hansieodendaal commented Nov 6, 2024

Description

more logging
persist changes to peer_manager in the watch
updates to config files
simplify BaseNodePeerManager

Motivation and Context

How Has This Been Tested?

more logging
persist changes to peer_manager in the watch
updates to config files
@hansieodendaal hansieodendaal force-pushed the ho_wallet_connectivity_2 branch from 946e864 to 2f404b6 Compare November 7, 2024 10:19
@hansieodendaal hansieodendaal mentioned this pull request Nov 7, 2024
Comment on lines 106 to 107
/// If set to `Private`, the node will not be used as a public relay
/// (Base node default: `Auto`, Wallet default: `Private`)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// If set to `Private`, the node will not be used as a public relay
/// (Base node default: `Auto`, Wallet default: `Private`)
/// If set to `Private`, the node assume it has no public address and will try to establish a relay connection as soon as possible. `Auto` will use auto NAT to try determine this automatically.
/// (Base node default: `Auto`, Wallet default: `Private`)

Copy link
Owner

@sdbondi sdbondi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice thanks - just the incorrect interpretation of ReachabilityMode

@sdbondi sdbondi merged commit e96337b into sdbondi:libp2p-fixes Nov 7, 2024
7 of 12 checks passed
@hansieodendaal hansieodendaal deleted the ho_wallet_connectivity_2 branch November 7, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants