Charles E. Lehner
Charles E. Lehner
`did:pkh` using DIDKit in Universal Resolver was added in https://github.com/decentralized-identity/universal-resolver/pull/231; `did:key` RSA in https://github.com/decentralized-identity/universal-resolver/pull/277. `did:ion` was added to DIDKit in #255, but Universal Resolver already has a `did:ion` driver. DIDKit's...
Maybe, for Universal Resolver (#138), a separate Tor docker container could be added in [docker-compose.yml](https://github.com/decentralized-identity/universal-resolver/blob/main/docker-compose.yml), using a [bridget network](https://docs.docker.com/network/bridge/) shared with the DIDKit container. Then DIDKit could access the local...
+1 this idea. There are several places where we load/dereference documents or resources from URLs. I'm not sure if there are are uses that would require one kind loaded via...
& "method-pattern" strings (for `key-to-did`/`key-to-verification-method`)
#255 is changing `main` to return a Result (`anyhow::Result`). `unwrap()` and `expect(...)` can then be changed to `?` or `.context(...)?`. [Error::source](https://doc.rust-lang.org/nightly/std/error/trait.Error.html#method.source) chains will appear in the stdout on error rather...
Hi @Harasz, This was inadvertently broken in https://github.com/spruceid/ssi/pull/253. The public key material ("x" and "y" values per [RFC 8812](https://datatracker.ietf.org/doc/html/rfc8812#section-3.1)) has to be provided now. Opened https://github.com/spruceid/ssi/issues/405 to track this.
This was done in #95.
Possible workaround for ethers.js users: use the following library, which looks like it supports the full EIP-712 TypedData object: https://github.com/0xsequence/ethers-eip712 via https://github.com/ethers-io/ethers.js/issues/687#issuecomment-670151588)
This would be useful. I added ticket options in specific time order. Then modifying them caused the order to change. It would be nice if the order stayed the same...
I believe the requested changes have been resolved.