jakubkoci

Results 7 comments of jakubkoci

I see a similar problem with the basic message and `from`, `to` attributes. It's not part of a message in the basic message protocol (for a good reason not bloating...

> Technically an agent can be both a mediator and a recipient Then it might be an array of roles. I usually try to avoid these flag config attributes (you...

Is there any difference between the link to a particular hash and the ling to `main` branch like this https://github.com/hyperledger/aries-rfcs/blob/main/features/0454-present-proof-v2/README.md?

I had the same problem, but as @nickstanish suggested in his response, node_modules exclusion in Webpack solved this. Thanks.

It seems we should use some mechanism of signing with DID from invitation. I'm not sure if we should rely on the security of thread ID and public key. To...

I guess that it can be solved by exporting from SQLite and importing to Postgres, but I couldn't find any API for export/import.

Thanks @carez I found that DIDComm spec mentions [2.3 Key Derivation for ECDH-1PU Key Agreement](https://datatracker.ietf.org/doc/html/draft-madden-jose-ecdh-1pu-04#section-2.3) for ECDH-1PU and that actually mentions `tag` exactly as your diagram depicts. But, there is...