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

feat(quorum): add WebsocketProvider options to quorum LP #2448

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Sep 20, 2023

  1. build(plugin-keychain-x): fix tsc compiler errors - missing V1 suffix

    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]>
    petermetz committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    449a0c9 View commit details
    Browse the repository at this point in the history
  2. feat(connector-quorum): add WebsocketProvider options to quorum LP

    - 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]>
    rwat17 authored and petermetz committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d517efe View commit details
    Browse the repository at this point in the history