hyperledger / aries-askar

Secure storage designed for Hyperledger Aries agents.
Apache License 2.0
59 stars 45 forks source link

Add method to ping store sessions; verify profile existence when opening a session #178

Closed andrewwhitehead closed 1 year ago

andrewwhitehead commented 1 year ago

Fixes #163

For Postgres, this also ensures that a profile cannot be removed while there is an active transaction against it.

Includes a fix for the persistent test failure copying a Store instance on Windows.