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: Public key store/cache for Observer #1262

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Commits on Apr 26, 2022

  1. feat: Public key store/cache for Observer

    Implemented a public key storage and cache for the Observer. When verifying a witness proof, the Observer will load the public key of the signer from the cache/database. If it doesn't exist in the DB then the public key is retrieved using the public key fetcher.
    
    Also enhanced the BDD test so that, when creating DIDs on multiple targets, the target will be greylisted if it is down and the create will be performed on another target.
    
    closes trustbloc#1261
    
    Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
    bstasyszyn committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f71bd68 View commit details
    Browse the repository at this point in the history