-
Notifications
You must be signed in to change notification settings - Fork 971
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
changed user UserAgent name #2956
Conversation
Certainly, @Wondertan. |
@ATREAY, semantic. System version should stay private |
Hey @Wondertan, I included the network version. Could you confirm if this meets the requirements mentioned in the issue? |
Hey @Wondertan, I have formatted the user agent name. Could you please check and confirm if it is correct when you have a moment? |
Hey @Wondertan, Since params.Net contains comprehensive information about the network name and its alias, I believe this should suffice. |
@ATREAY, No. It must be in the following format Also, I made a typo initially, and it should be 7 first chars of commit instead of 8. Please write a unit test that ensures we follow the requested UserAgent form |
Hey @Wondertan I want to inform you that I lack familiarity with unit testing techniques and creating unit tests, as I have not worked on them previously. If feasible, could you please assign this task to someone with experience in unit testing? This would help prevent unnecessary errors that may arise if I were to undertake this task. I apologize for any inconvenience this may cause. |
@ATREAY i can help with getting some unit tests in place so we can get this merged |
I think it's good. What do you think, @Wondertan? Is it okay? |
@Wondertan check this with some expanded tests, if you like we can replace this PR with it and get over the line: ATREAY#1 |
@ramin, lets use your tested version! We can open your PR directly to node |
replaced by #3379 |
<!-- Thank you for submitting a pull request! Please make sure you have reviewed our contributors guide before submitting your first PR. Please ensure you've addressed or included references to any related issues. Tips: - Use keywords like "closes" or "fixes" followed by an issue number to automatically close related issues when the PR is merged (e.g., "closes #123" or "fixes #123"). - Describe the changes made in the PR. - Ensure the PR has one of the required tags (kind:fix, kind:misc, kind:break!, kind:refactor, kind:feat, kind:deps, kind:docs, kind:ci, kind:chore, kind:testing) --> Opening as a replacement for #2956 which has gone stale. I had added some tests to the original refactoring but original author vanished without allowing admin's to modify the original PR/branch. From original note: fixes: #2932 , #2908 --------- Co-authored-by: Atreay Kukanur <[email protected]>
Description
This pull request introduces modifications to the user agent/network name.
Issues
fixes: #2932 , #2908