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

Move websocket initialization code out of node constructor #4068

Merged
merged 2 commits into from
Jan 24, 2023

Conversation

pwojcikdev
Copy link
Contributor

The node constructor is currently a very crowded place, which makes it harder than needed to understand and work with. Ideally, node should only concern itself with high level initialization, leaving details to be implemented in component classes. This PR is an attempt to take a bite out of this problem and move websocket setup code to a dedicated class.

@pwojcikdev pwojcikdev merged commit 6c90bc2 into nanocurrency:develop Jan 24, 2023
@pwojcikdev pwojcikdev deleted the websocket-init-cleanup branch January 24, 2023 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants