Skip to content

Tags: ACINQ/bitcoin-kmp

Tags

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set version to 0.29.0 (#171)

v0.28.1

Toggle v0.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for reading PSBTs with P2A inputs (#167)

Since P2A are spent with an empty witness stack, Bitcoin Core doesn't
bother serializing a script witness in the PSBT at all, which led us
to treat the input as not finalized.

We now immediately finalize P2A inputs included in PSBTs, since they
can be spent by anyone without a signature.

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set version to 0.28.0 and use secp256k1-kmp 0.21.0 (#166)

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to kotlin 2.2.0 (#163)

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set version to 0.26.0 (#162)

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set version to 0.25.1 (#156)

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade build and publishing scripts (#154)

Upgrade to Kotlin 2.1.21.
Upgrade to secp256k1-kmp 0.18.0.
Migrate publishing scripts from OSSRH to Central Publisher API.

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix musig2 counter-based nonce generation API (#153)

* Fix musig2 counter-based nonce generation API

We used kotlin's ULong type for the counter arguments which mangles method names when used from Scala.
We also add  new paramaters (message and additional data) to generateNonce().

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set version to 0.23.0 (#152)

v0.22.2

Toggle v0.22.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set version to 0.22.2 (#150)