Skip to content

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.


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

3 participants