Skip to content

Releases: uport-project/kmnid

0.4.4

20 Mar 16:29
2885d75
Compare
Choose a tag to compare

fix pom file by using implementation declaration ( #6 )

0.4.3

20 Mar 16:28
c52430d
Compare
Choose a tag to compare

bump dependencies (kotlin 1.3.70, kethereum 0.81.4) ( 19f867e )

0.4.2

03 Oct 09:39
70181df
Compare
Choose a tag to compare

build: bump kethereum to 0.76.2

0.4.1

18 Sep 08:51
f37615c
Compare
Choose a tag to compare

simplify import of komputing libraries ( 17534bd )

0.4.0

27 Aug 13:05
6bd7351
Compare
Choose a tag to compare
  • [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

27 Aug 13:04
ca67b8f
Compare
Choose a tag to compare
  • use kethereum 0.76.1, remove walleth namespace (b0fe925)
  • use kotlin 1.3.50 (b0fe925)
  • add coverage (b0fe925)

0.3.1

27 Aug 13:03
a9318b3
Compare
Choose a tag to compare
  • updated build scripts, add publishing

0.3

27 Aug 13:02
053ad5e
Compare
Choose a tag to compare
0.3
  • removed spongycastle dependency for hashing,
    using KHash instead
  • targeting java 1.8
  • updated KEthereum base58 dependency to 0.75.0

0.2

27 Aug 12:59
6e42c55
Compare
Choose a tag to compare
0.2
  • reduce library footprint by only using the base58 lib from kethereum (#2)

v0.1

22 Jan 14:03
297dd93
Compare
Choose a tag to compare

This is the initial release, containing a kotlin implementation of MNID, usable in an android environment.