Skip to content

Conversation

outSH
Copy link
Contributor

@outSH outSH commented Apr 11, 2025

feat(ledger-browser): show fabric network structure

  • Add Discovery tab to Fabric App for showing discovered
    fabric network components by MSP.
  • Update REAMDE.
  • Fix responsiveness of main App selection screen.

Depends on #3837

Closes #3554

Signed-off-by: Michal Bajer [email protected]

Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

- Add `discoverNetwork` function for saving current fabric
  network structure to the database.
- Add `DiscoverNetworkEndpointV1` endpoint for refreshing
  the discovery results.
- Add tests for new functions.

Depends on hyperledger-cacti#3726

Closes hyperledger-cacti#3836

Signed-off-by: Michal Bajer <[email protected]>
Copy link

This PR/issue depends on:

  - Add `Discovery` tab to Fabric App for showing discovered
    fabric network components by MSP.
  - Update REAMDE.
  - Fix responsiveness of main App selection screen.

Depends on hyperledger-cacti#3837

Closes hyperledger-cacti#3554

Signed-off-by: Michal Bajer <[email protected]>
@outSH outSH force-pushed the gui_discovery_view_pr branch from e1e4108 to 3ae5d94 Compare April 11, 2025 12:40
Copy link

dpulls bot commented Oct 8, 2025

🎉 All dependencies have been resolved !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(ledger-browser): show fabric network structure

2 participants