Mirko Mollik

Results 90 comments of Mirko Mollik

Right now it's mentioned that you need to decode itself when you want to use an async function. As far as I know it's not possible when you once had...

It seems the gradle file is not up to date. The url of the package registry points to `https://maven.pkg.github.com/trustbloc-cicd/snapshot`, but the package is located here `https://maven.pkg.github.com/trustbloc/wallet-sdk` Then it gets downloaded,...

In the meantime I am patching the value from outside like: ```typescript setInterval(async () => { const rep = agentConfig.datasource.getRepository(KeyValueStoreEntity); //TODO: this is not the preferred way since we need...

Btw my posted solution only works when the presentation was not requested yet. Because when it did, the instance is managed in an internal map and therefore the update of...

I have implemented a multi agent system where a backend is spinning up multiple agent instances that can be managed by different users. Users are able to create update and...

@dmtrbchll @nklomp we added the oauth token status list to the [sd-jwt-vc](https://github.com/openwallet-foundation-labs/sd-jwt-js/tree/main/packages/jwt-status-list) package and implemented the issuance and verification in a wallet based on the sphereon packages, see: https://github.com/openwallet-foundation-labs/credhub/blob/main/apps/verifier-backend/src/app/verifier/relying-party-manager.service.ts#L245 Since...

> a user intentionally misuses a credential and commits fraud. The issuer detects this and wants to enforce deletion For this the Issuer should add a status management to the...

@awoie and I have worked on a [proposal](https://hackmd.io/@zB4c1wsuTwO4XFCuAasO4Q/ryRO0jO0ke) for this, but there are some open points: when adding a new events endpoint, it would allow the Wallet to pull events...

> I think it's worth noting that the solution being proposed for push notification does not require the wallet backend to be aware of which issuers have credentials in the...

proposal included below For now the proposal only includes the event of credential ready. Update and revocation can be added later by appending the event types @sloops77 I have defined...