You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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().