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

Node Configuration Module for Flexible Client Configuration #7

Merged
merged 6 commits into from
Oct 4, 2023

Conversation

SouzaWander
Copy link
Collaborator

@SouzaWander SouzaWander commented Oct 4, 2023

This pull request addresses Issue #2 by introducing a new module that fetches node configurations from either the application's configuration or the module options. This module enhances the flexibility and configurability of our client, making it easier to use and adapt to different node configurations.

Related Issues:
Closes #2

@SouzaWander SouzaWander requested a review from joaop21 October 4, 2023 10:29
@SouzaWander SouzaWander changed the title Ws node configurations Node Configuration Module for Flexible Client Configuration Oct 4, 2023
Copy link

@DavideSilva DavideSilva left a comment

Choose a reason for hiding this comment

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

You should probably rebase this branch with the branch from PR #5, or with main if you merge it first, so that we only get here the changes that are relevant to this PR

Let me know if you need help doing this, I can give you some pointers on how to do it

@SouzaWander
Copy link
Collaborator Author

Thank you for the suggestion! I've actually never done a rebase before, so I would really appreciate some help and pointers on how to do it.😅

This commit introduces new client modules that enable users to easily configure their clients with different settings. It also enhances the behavior of client methods by incorporating callback support, allowing for greater flexibility and customization in how clients interact with the system.
@SouzaWander SouzaWander force-pushed the ws-node-configurations branch from 66546be to 5963714 Compare October 4, 2023 14:05
@SouzaWander SouzaWander merged commit b38b44b into main Oct 4, 2023
@SouzaWander SouzaWander deleted the ws-node-configurations branch October 4, 2023 14:45
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.

Create a module that holds node configurations
2 participants