Skip to content

Releases: ACINQ/bitcoin-kmp

0.7.1

01 Jul 19:32
9dcf89d
Compare
Choose a tag to compare
v0.7.1

Set version to 0.7.1 (#28)

0.7.0

26 Mar 16:59
67000e3
Compare
Choose a tag to compare
v0.7.0

Set version to 0.7.0 (#20)

0.6.1

16 Sep 13:08
93723c0
Compare
Choose a tag to compare
v0.6.1

Use secp256k1-kmp 0.4.1

0.6.0

09 Sep 12:23
166bf22
Compare
Choose a tag to compare

Moved to -kmp artifacts

0.5.0

18 Aug 10:13
da39b4b
Compare
Choose a tag to compare
Kotlin 1.4 (#9)

Co-authored-by: Salomon BRYS <[email protected]>

0.4.0-1.4-rc

06 Aug 17:45
eb5478e
Compare
Choose a tag to compare
Version `0.4.0-1.4-rc`: Removed serialization ¯\_(ツ)_/¯. (#8)

Co-authored-by: Salomon BRYS <[email protected]>

0.3.0-1.4-rc

06 Aug 08:22
8cd8c0c
Compare
Choose a tag to compare
Version `0.3.0-1.4-rc`: Some data classes are now serializable. (#7)

* Version `0.3.0-1.4-rc`: Some data classes are now serializable.

* Fixing https://github.com/Kotlin/kotlinx.serialization/issues/792

* ByteVector tests & some serialized properties marked transient.

Co-authored-by: Salomon BRYS <[email protected]>

0.2.0-1.4-rc

03 Aug 14:04
ceaed71
Compare
Choose a tag to compare
v0.2.0-1.4-rc

Move to Kotlin 1.4.0-rc (#6)

0.2.0-1.4-M3

13 Jul 11:04
8371337
Compare
Choose a tag to compare
Kotlin 1.4 M3 (#5)

* No Android tests, JNI tests on Linux & Mac

* Use Kotlin 1.4-M3

* Updated version number

* Moved BitcoinK into its own package (to avoid mixup with other acinq libraries)

* Disabled granular source sets metadata as it makes dependency resolution fails in project depending on this since this lib does not use any granular source set.

* Updated secp256k1 version & removed Hex object since it already exist in secp256k1

* Updated CI

* Updated installation instructions.

Co-authored-by: Salomon BRYS <[email protected]>

v0.1.0-1.4-M2

06 Jul 13:08
81bf255
Compare
Choose a tag to compare

First version of BitcoinK !