-
Notifications
You must be signed in to change notification settings - Fork 288
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
feat(quorum-connector): add script for checking connection status #2309
Labels
enhancement
New feature or request
Comments
outSH
added a commit
to outSH/cactus
that referenced
this issue
Mar 3, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Signed-off-by: Michal Bajer <[email protected]>
outSH
added a commit
to outSH/cactus
that referenced
this issue
Mar 3, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Signed-off-by: Michal Bajer <[email protected]>
outSH
added a commit
to outSH/cactus
that referenced
this issue
Mar 28, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Signed-off-by: Michal Bajer <[email protected]>
outSH
added a commit
to outSH/cactus
that referenced
this issue
May 8, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Signed-off-by: Michal Bajer <[email protected]>
petermetz
pushed a commit
to outSH/cactus
that referenced
this issue
Jun 12, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Michal Bajer <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
pushed a commit
to outSH/cactus
that referenced
this issue
Jun 12, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Michal Bajer <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
pushed a commit
that referenced
this issue
Jun 13, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: #2309 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Michal Bajer <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
barnapa
pushed a commit
to barnapa/cacti
that referenced
this issue
Jun 15, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Michal Bajer <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
barnapa
pushed a commit
to barnapa/cacti
that referenced
this issue
Jun 15, 2023
- Simple script will check ledger connection by getting block through the connector. Closes: hyperledger-cacti#2309 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Michal Bajer <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a simple script for checking if quorum-connector is connected to the ledger. The script will try to read latest block for now, but in the future a separate healthcheck endpoint can be implemented and queried by this script
The text was updated successfully, but these errors were encountered: