Removed deprecated components ( #46 )
The following deprecated items were removed:
- the
uport-did
module - the
UniversalDID
singleton- use
DIDResolver.Builder()
to create your required resolvers) - there is an experimantal
uport-defaults
module that provides an extension method for convenienceDIDResolver.configureDefaultsWithInfura(proj)
- use
- the
EthrDIDResolver
legacy constructor- use the
EthrDIDResolver.Builder()
that allows multi-network configurations
- use the
- the legacy
JWTTools.verify()
method. The new method requires aDIDResolver
param
If you're using any of those, the latest release that has them is 0.3.6
If you are upgrading from an older release, consider upgrading to 0.3.6
first and applying all the deprecation replacement suggestions through your IDE