Releases: uport-project/kmnid
Releases · uport-project/kmnid
0.4.4
fix pom file by using implementation
declaration ( #6 )
0.4.3
bump dependencies (kotlin 1.3.70, kethereum 0.81.4) ( 19f867e )
0.4.2
build: bump kethereum to 0.76.2
0.4.1
simplify import of komputing libraries ( 17534bd )
0.4.0
- [breaking] remove public
Account
constructor to promote error checks (#4)
- remove all direct java dependencies, prep for multi-platform support (#5)
- increase coverage (55f2311)
0.3.3
- use kethereum 0.76.1, remove walleth namespace (b0fe925)
- use kotlin 1.3.50 (b0fe925)
- add coverage (b0fe925)
0.3.1
- updated build scripts, add publishing
0.3
- removed spongycastle dependency for hashing,
using KHash instead
- targeting java 1.8
- updated KEthereum base58 dependency to 0.75.0
0.2
- reduce library footprint by only using the base58 lib from kethereum (#2)
v0.1
This is the initial release, containing a kotlin implementation of MNID, usable in an android environment.