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

Extract dialer from scheduler #75

Merged
merged 6 commits into from
Jun 12, 2023
Merged

Conversation

mycognosist
Copy link
Owner

This PR introduces the dialer actor module which listens for DialRequest messages emitted by the connection scheduler and dials peers accordingly.

The DialRequest messages currently include the public key and address of the peer to be dialed. In the next iteration, the address requirement will be removed. Instead, the dialer will receive the DialRequest message and use the public key of the peer to query the corresponding address from the address book.

Related to #72

@mycognosist mycognosist added the refactor Code rewrite for clarity or performance label Jun 12, 2023
@mycognosist mycognosist merged commit f0f39f8 into main Jun 12, 2023
@mycognosist mycognosist deleted the extract_dialer_from_scheduler branch June 12, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code rewrite for clarity or performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant