aries-askar icon indicating copy to clipboard operation
aries-askar copied to clipboard

Secure storage designed for Hyperledger Aries agents.

Results 38 aries-askar issues
Sort by recently updated
recently updated
newest added

Created a Kotlin MPP wrapper that should have the same functionality as the node.js wrapper.

There are changes to the API in #159. Not sure if there's any other changes to the public api. @andrewwhitehead are there any other prs that introduced chagnes to the...

Hi. We applied aca-py and askar on our service. I found performance issues when the issuer issues credential. **Environment** - aca-py 0.7.5 (multitenant, wallet_type: askar-profile, wallet_storage_type: postgres_storage) - askar 0.2.8...

It looks like EntryLists are freed in the Scan implementation which is good as well. It seems fairly easy for a user to accidentally leak sessions and run out of...

Currently it just gives you the code. I think we could add this enum (or make it an object mapping) ``` export enum AskarError { Success = 0, /// An...

cbindgen does not generate some types such as StoreHandle, SessionHandle, ScanHandle, which are types created using a macro. It also omits `askar_string_free()` function.

Askar does not currently have a setup equivalent to the [MultiWalletSingleTable](https://github.com/hyperledger/indy-sdk/tree/main/experimental/plugins/postgres_storage#wallet-management-modes) wallet management mode in Indy-SDK, in which all wallets are stored in a single table in a single database...

My understanding of store provision method is that it works as a constructor, meaning that if the store does already exist the method should throw a "Duplicate" error (unless recreate...

Wheels are published for macos universal and linux x86-64, but not for linux arm64. Could the build be updated to publish releases for this architecture?

Define and implement a way to export data from an Indy-SDK and import the data into Askar. This should be a general feature, that supports all wallets, but Postgres support...