Closed elribonazo closed 6 months ago
File | Coverage [91.67%] | :white_check_mark: |
---|---|---|
apollo/src/jsMain/kotlin/io/iohk/atala/prism/apollo/secp256k1/Secp256k1Lib.kt | 91.67% | :white_check_mark: |
Total Project Coverage | 91.72% | :white_check_mark: |
---|
:tada: This PR is included in version 1.2.16 :tada:
The release is available on:
v1.2.16
Your semantic-release bot :package::rocket:
Description:
Adding a fix for JS signatures which result in Invalid signature integer: negative. Simply added a try catch and now we conditionally run the transcoding function as last resource.
All CommonMain and JSMain tests are working.
Checklist: