Skip to content
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

[EPIC] refactor(ledger-connector): add startMonitor features #1611

Closed
takeutak opened this issue Nov 30, 2021 · 1 comment
Closed

[EPIC] refactor(ledger-connector): add startMonitor features #1611

takeutak opened this issue Nov 30, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@takeutak
Copy link
Contributor

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

@outSH
Copy link
Contributor

outSH commented Dec 27, 2023

Done on all requested ledgers

@outSH outSH closed this as completed Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants