-
Notifications
You must be signed in to change notification settings - Fork 283
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): add WebsocketProvider options to quorum LP #2448
Conversation
rwat17
commented
Jun 12, 2023
- add WebsocketProvider options to quorum LP
- add test for calling getBlock with verifier
eb03da0
to
0bfe6c2
Compare
.../cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts
Show resolved
Hide resolved
packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rwat17 Did you see my comments from earlier?
604f072
to
bb748f4
Compare
@petermetz Yup, did what u asked for :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petermetz Yup, did what u asked for :)
@rwat17 Nice! Thank you for that! Please rebase onto upstream main and resolve the merge conflicts and then pass it back for review!
This was caused by the bumping of the references in the openapi.json files which had been pointing to older versions of the openapi.json files through git direct links but now we have upgraded to them. Previously the keychain request/response entities were missing the V1 suffix and the cross-references were still using these older versions prior to us making the bumps. [skip ci] Signed-off-by: Peter Somogyvari <[email protected]>
- add WebsocketProvider options to quorum LP - add test for calling getBlock with verifier Depends on https://github.com/hyperledger/cacti/pull/2709 Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Tomasz Awramski <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
bb748f4
to
d517efe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know that @rwat17 got reassigned so I made the rebase myself, LGTM.
Also sneaking in an urgent fix to the build (which was completely broken by me earlier - sorry everyone)