Skip to content
#

did

Here are 210 public repositories matching this topic...

veramo
mirceanis
mirceanis commented Jun 23, 2022

Bug severity
2

Describe the bug
There have been several deprecations in TypeORM 0.3, most notably the connection API and the way columns are used in query builders.

Observed behaviour
This is not visible in Veramo behavior yet, but we still need to update our sources and docs to use the new APIs before they are completely removed.

bug good first issue help wanted deprecation
alexkravets
alexkravets commented Feb 5, 2021

publicKeyJwkFromPublicKeyBase58 method is present for Ed25519 suite but is missing for secp256k1 .

Suggested method:

const publicKeyJwkFromPublicKeyBase58 = value => {
  const publicKeyHex = publicKeyUInt8ArrayFromPublicKeyBase58(value).toString('hex')
  const publicKeyJwk = publicKeyJwkFromPublicKeyHex(publicKeyHex)

  return publicKeyJwk
}
enhancement good first issue
reinkrul
reinkrul commented May 13, 2022
  • Aids integration with test tooling (e.g. REST testing in SoapUI).
  • Makes it easier to get the correct OpenAPI spec for that Nuts Node version (without having to look up and download the correct versions from RTD).

This shouldn't be too hard; when you pass the spec option to openapi-codegen command, it adds the specification source to the generated code. Only thing left is to register so

good first issue

Improve this page

Add a description, image, and links to the did topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the did topic, visit your repo's landing page and select "manage topics."

Learn more