You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add getDiscoveryResults endpoint and connector method for reading
structure of specified ledger channel.
- Add baseline test to check the response from this endpoint.
- Modify baseline test suite to work with already running ledger.
- Fix small errors in comment in other parts of the code
Closeshyperledger-cacti#3726
Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
Is your feature request related to a problem? Please describe.
I want a method for reading structure of the fabric ledger for fabric GUI view. This can be obtained from discovery service query.
Describe the solution you'd like
I want to add an endpoint and a method to fabric connector for reading discovery service results.
Additional context
This is a prerequisite for #3554
The text was updated successfully, but these errors were encountered: