-
Notifications
You must be signed in to change notification settings - Fork 300
feat(fabric-persistence): save discovery results in a database #3836
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
Labels
dependent
enhancement
New feature or request
ledger-browser
Issues related to cacti-ledger-browser package
Comments
This PR/issue depends on:
|
outSH
added a commit
to outSH/cactus
that referenced
this issue
Apr 3, 2025
- 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 <michal.bajer@fujitsu.com>
5 tasks
outSH
added a commit
to outSH/cactus
that referenced
this issue
Apr 7, 2025
- 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 <michal.bajer@fujitsu.com>
outSH
added a commit
to outSH/cactus
that referenced
this issue
Apr 9, 2025
- 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 <michal.bajer@fujitsu.com>
outSH
added a commit
to outSH/cactus
that referenced
this issue
Apr 29, 2025
- 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 <michal.bajer@fujitsu.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependent
enhancement
New feature or request
ledger-browser
Issues related to cacti-ledger-browser package
Is your feature request related to a problem? Please describe.
I want to store the fabric network structure in a database, so it can later be displayed in ledger browser GUI.
Describe the solution you'd like
fabric-persistence should use fabric-conenctor to get discovery results and save them in a database.
Describe alternatives you've considered
None
Additional context
This is a prerequisite for #3554
Depends on #3726
The text was updated successfully, but these errors were encountered: