Skip to content

feat(Network): add peer role filter#1724

Merged
artemmufazalov merged 1 commit intomainfrom
1689-network-add-peer-role-select
Nov 29, 2024
Merged

feat(Network): add peer role filter#1724
artemmufazalov merged 1 commit intomainfrom
1689-network-add-peer-role-select

Conversation

@artemmufazalov
Copy link
Copy Markdown
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.


export const useViewerNodesHandlerHasNetworkStats = () => {
return useGetFeatureVersion('/viewer/nodes') > 12;
return useGetFeatureVersion('/viewer/nodes') > 13;
Copy link
Copy Markdown
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
@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