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

feat(Network): add peer role filter #1724

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Nov 29, 2024

Closes #1689

Stand: https://nda.ya.ru/t/jhLWCrm77A2kku

Screenshot 2024-11-29 at 16 18 49

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
208 208 0 0 0

😟 No changes in tests. πŸ˜•

Bundle Size: πŸ”Ί

Current: 65.97 MB | Main: 65.96 MB
Diff: +6.06 KB (0.01%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.

@@ -63,7 +63,7 @@ export const useViewerNodesHandlerHasGroupingBySystemState = () => {
};

export const useViewerNodesHandlerHasNetworkStats = () => {
return useGetFeatureVersion('/viewer/nodes') > 12;
return useGetFeatureVersion('/viewer/nodes') > 13;
Copy link
Member Author

Choose a reason for hiding this comment

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

Network table is now an experiment, there is no need to implement features inside the experiment with their own feature flags. Peer role filter was added in 14 version, so the whole experiment version will be 13+

@artemmufazalov artemmufazalov added this pull request to the merge queue Nov 29, 2024
Merged via the queue into main with commit 1285049 Nov 29, 2024
8 checks passed
@artemmufazalov artemmufazalov deleted the 1689-network-add-peer-role-select branch November 29, 2024 15:38
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.

add support for "peer roles" in network diagnostics
2 participants