Mircea Nistor
Mircea Nistor
the `signer` module is using FingerprintManager which has been deprecated in the latest API level(28) relates to [#161277119]
@mirceanis commented on [Fri Aug 03 2018](https://github.com/uport-project/iis/issues/114) pre-derive encryption keys and JWT signing key and store them under simple encryption. Description TBD, reason in epic description (#112) this issue should...
`JWTTools` contains code copied from kethereum and modified to allow signature recovery for jwt. To keep things DRY, this code should remain part of kethereum and a PR made there...
The only reason for choosing moshi was that kethereum is using it and it made sense to go the same path and not bloat the sdk with another json lib....
Async is handled differently in different modules. Some use callbacks, some coroutines, some both. Since coroutines are here to stay, all async functionality should be ported to that pattern so...
When using the unified request URL (`https://id.uport.me/req/`) without specifying a redirect url or callback type, the app does NOT call back with a result even if there is a `callback`...
demo a way to package sources properly so they are easily linkable in IDE
## **Description** This adds a consent checkbox to the onboarding metametrics screen. In this draft, the checkbox isn't wired to anything yet. [](https://codespaces.new/MetaMask/metamask-extension/pull/24582?quickstart=1) ## **Related issues** Fixes:...
ENS resolution sometimes uses CCIP read ([eip-3668](https://eips.ethereum.org/EIPS/eip-3668)) to resolve an address. That relies on a reverted execution being interpreted as a redirect. When the provider used to perform such a...
Potential fix for [https://github.com/decentralized-identity/veramo/security/code-scanning/1](https://github.com/decentralized-identity/veramo/security/code-scanning/1) To fix the issue, we will add a `permissions` block at the root of the workflow file. This block will define the minimal permissions required for...