Skip to content

Commit

Permalink
feat(quorum-connector): add script for checking connection status
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
outSH authored and barnapa committed Jun 15, 2023
1 parent 9ec612a commit 28f6184
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7221,6 +7221,7 @@
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==

"@types/[email protected]", "@types/minimist@^1.2.0", "@types/minimist@^1.2.2":
"@types/[email protected]", "@types/minimist@^1.2.0", "@types/minimist@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
Expand Down Expand Up @@ -22553,11 +22554,7 @@ [email protected]:
is-plain-obj "^1.1.0"
kind-of "^6.0.3"

<<<<<<< HEAD
[email protected], [email protected], minimist@>=1.2.6, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6:
=======
[email protected], minimist@>=1.2.6, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6:
>>>>>>> ef0eb87b (feat(plugin-persistence-fabric): add new fabric persistence plugin)
version "1.2.7"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
Expand Down

0 comments on commit 28f6184

Please sign in to comment.