Ezequiel Postan
Ezequiel Postan
On the WG call of 23/Jun/2020, there was a proposal (#766) related to a notion of changing information distribution between protocol files. The change allows to improve performance for light...
Would it be a good idea to add checks using wartremover? https://github.com/wartremover/wartremover I have seen some good checks like - Remove unsafe calls like `head`, `last`, `get`, etc. - Remove...
As discussed in #242 it would be good to follow the following approach to improve the way we use `Option` and `Try` types and reduce/remove the use of unsafe methods...
**Issue Description** The current version of the DID Core specification (https://www.w3.org/TR/did-core/#services) states that the value of the `serviceEndpoint` property MUST be a string, map, or a set composed of one...