Skip to content

feat: add dial_args() for socket-ready addresses (fixes #114) - #143

Merged
acul71 merged 8 commits into
masterfrom
feat/114-dial-args
Sep 6, 2026
Merged

feat: add dial_args() for socket-ready addresses (fixes #114)#143
acul71 merged 8 commits into
masterfrom
feat/114-dial-args

Conversation

@acul71

@acul71 acul71 commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Demo

=== dial_args() ===
/ip4/1.2.3.4/tcp/80
  -> network='tcp4', address='1.2.3.4:80'
...

Test plan

  • pytest tests
  • newsfragment 114.feature.rst
  • python examples/dial_args/dial_args_example.py

Made with Cursor

@acul71
acul71 merged commit 1e0272c into master Sep 6, 2026
10 checks passed
@acul71
acul71 deleted the feat/114-dial-args branch September 6, 2026 22:03
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.

No dial_args() function for converting multiaddrs to socket-ready strings

1 participant