Releases: ACINQ/bitcoin-kmp
Releases · ACINQ/bitcoin-kmp
0.7.1
0.7.0
0.6.1
0.6.0
Moved to -kmp
artifacts
0.5.0
Kotlin 1.4 (#9) Co-authored-by: Salomon BRYS <[email protected]>
0.4.0-1.4-rc
Version `0.4.0-1.4-rc`: Removed serialization ¯\_(ツ)_/¯. (#8) Co-authored-by: Salomon BRYS <[email protected]>
0.3.0-1.4-rc
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
v0.2.0-1.4-rc Move to Kotlin 1.4.0-rc (#6)
0.2.0-1.4-M3
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
First version of BitcoinK !