Mircea Nistor

Results 156 comments of Mircea Nistor

- 6.0.1-next.40 is the closest release to what will become 7.0.0 - there might still be breaking changes, but nothing big; renaming some constructor parameters for credential plugins - there...

Feedback about the `@next` releases is always welcome. Please test it in your configuration. Thank you!

Thank you for such a detailed report! I'm unable to verify right now, but it seems like you stumbled upon a bug. Can you try to use `did:ethr:ropsten:${myRopstenAddress} ` as...

@0Alic I've been trying to debug the missing provider error based on your very detailed reports (thank you for that!) There is a fix for the missing provider error, but...

Here is a sample that works for me: ```ts import { EthrDID } from "ethr-did"; import { InfuraProvider } from "@ethersproject/providers"; import { Wallet } from "@ethersproject/wallet" const infuraProjectId =...

This seems to have no recent activity so I will assume it was solved. Please reopen if this is still an issue.

@Touseef-md you can use the `txOptions` object to specify a particular `gasPrice` or change the `gasLimit`. In the sample code from above, this would look like this: ```ts // ......

This relates to #1132 There was a team that was volunteering to implement support for VC2.0 but so far there hasn't been any progress report. If you would like to...

Pretty soon. There are some breaking changes to the credential plugin model and I'm reviewing the API for it still. Also trying to simplify the `createAgent` method to infer plugin...

This seems to be intentional behavior, or at least it's stemming from the same logic that tries to cover confusable characters. `m` can be confused with `rn` and `1` can...