John Henderson
John Henderson
@ianconsolata > Does did:ether support updating the did document? Yes https://github.com/decentralized-identity/ethr-did-resolver/blob/master/doc/did-method-spec.md#update
I think this is related to https://github.com/w3c-ccg/vp-request-spec/issues/7
I think this is a good approach to allow for generic `Presentation Services`/`Issuer Services` to be used with other apps that have business logic. That said, I'm not sure that...
@hazae41 Are you using the walletconnect web3-provider?
I might be seeing the same issue. What seems to be happening in my case is that after calling `WalletConnectProvider.close()`, `WalletConnectProvider.handleRequest` is called again which in turn calls `getWalletConnector` which...
Implemented a workaround of extending `WalletConnect` to override `createSession` https://github.com/energywebfoundation/iam-client-lib/commit/42ee4391701a66161d1a3a2c8cbac5e5aaf143d4#diff-25a6634263c1b1f6fc4697a04e2b9904ea4b042a89af59dc93ec1f5d44848a26
@msporny I get a `404` for both [https://w3c-ccg.github.io/meetings/2023-03-07-vcapi](https://w3c-ccg.github.io/meetings/2023-03-07-vcapi) and [https://w3c-ccg.github.io/meetings/2023-03-07-vcapi/#topic-2](https://w3c-ccg.github.io/meetings/2023-03-07-vcapi/#topic-2)
Discussion about "canonical form" on the 2024-02-20 weekly call (approximately minute 10 of the recording): - Shouldn't use the term "canonical form" as it may mislead people - Instead, what...
Although #366 is merged, I believe another PR should be made to add this feature to the Verify Presentation endpoint before closing this issue
For previous context, there is this issue discussing JWT support in the VC-API https://github.com/w3c-ccg/vc-api/pull/208 I believe that at the time it was decided not to add JWT support into the...