Removed deprecated components ( #46 )
The following deprecated items were removed:
- the
uport-didmodule - the
UniversalDIDsingleton- use
DIDResolver.Builder()to create your required resolvers) - there is an experimantal
uport-defaultsmodule that provides an extension method for convenienceDIDResolver.configureDefaultsWithInfura(proj)
- use
- the
EthrDIDResolverlegacy constructor- use the
EthrDIDResolver.Builder()that allows multi-network configurations
- use the
- the legacy
JWTTools.verify()method. The new method requires aDIDResolverparam
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