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
Is your feature request related to a problem? Please describe.
On the current codes, some ledger-connectors (besu, quorum, corda, ...) does not have common API for monitoring block data on connected ledgers.
The subscribe feature is one of the useful key to develop it, and I would like to add common API as startMonitor/stopMonitor to use the subscribe feature.
This feature was already developed in cmd-socket-server and related ledger-connectors, but in case of merging those codes, we need to enhance the range.
Describe the solution you'd like
Add startMonitor feature to the above ledger-connector
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
On the current codes, some ledger-connectors (besu, quorum, corda, ...) does not have common API for monitoring block data on connected ledgers.
The subscribe feature is one of the useful key to develop it, and I would like to add common API as startMonitor/stopMonitor to use the subscribe feature.
https://github.com/hyperledger/cactus/blob/9022064e245a92f71d2d303d77bfdaf64d1b1678/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/web-services/watch-blocks-v1-endpoint.ts#L43
This feature was already developed in cmd-socket-server and related ledger-connectors, but in case of merging those codes, we need to enhance the range.
Describe the solution you'd like
Add startMonitor feature to the above ledger-connector
The text was updated successfully, but these errors were encountered: