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: add support for MultiAddr in RPC config #3557

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

CjS77
Copy link
Collaborator

@CjS77 CjS77 commented Nov 10, 2021

Motivation and Context

Robust networking support in docker configurations requires us to be able to specify the gRPC address of
things like the node and wallet in terms of domains instead of raw IP addresses.

This adds support for MultiAddr specification of these addresses while still being 100%
backwards compatible.

Also included in #3534

How Has This Been Tested?

No new tests added.

Robust networking support in docker configurations requires us to be able to specify the gRPC address of
things like the node and wallet in terms of domains instead of raw IP addresses.

This adds support for MultiAddr specification of these addresses while still being 100%
backwards compatible.
Copy link
Collaborator

@stringhandler stringhandler left a comment

Choose a reason for hiding this comment

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

Nice.

I think in future we should move multiaddr_to_socketaddr out of comms and into common so that we can remove the dependency on comms.

@aviator-app aviator-app bot merged commit 9f8e289 into development Nov 10, 2021
@CjS77 CjS77 deleted the cjs_multiaddr_rpc branch November 10, 2021 14:14
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.

None yet

2 participants