Eike Haß
Eike Haß
# Description of change Please write a summary of your changes and why you made them. ## Links to any relevant issues Be sure to reference any related issues by...
## Description Add support for `Ed25519VerificationKey2020` ~and `Ed25519Signature2020`.~ We still need to keep `Ed25519VerificationKey2018` for backwards compatibility, but should default to `Ed25519VerificationKey2020` in the future. ## Motivation Stay compliant with...
## Description Update wasm-pack to the latest version and make sure build and tests succeed. ## Motivation In order to stay up to date with the latest features we should...
# Description of change TODO: change workflow path in build-and-test.yml:161 and build-and-test.yml:208 back to `@dev` TODO: no custom storage example in rust? ## Links to any relevant issues Be sure...
# Description of change Enable ESM output for node. ## Links to any relevant issues fixes issue #610 fixes issue #609 ## Type of change Add an `x` to the...
## Description We should make sure the default configuration of Rust flags builds and test correctly. ## Motivation In CI we test with all flags enables to get maximum coverage....
## Description Utilize wasm-pack to output a ESM instead of CommonJS. ## Motivation ESM is by now the standard for browser JS and modern nodejs. While ComonJS works fine still...
## Description Update node-fetch to the latest version and make sure build, tests and examples succeed. ## Motivation To stay up to date with a critical dependency we should update...
## Description Allow easy exchange and addition of different cryptographic schemes for verifying DID documents and Credentials. ## Motivation Providing the appropriate extension points helps implementers to tailor the library...