Skip to content

Commit bf753cd

Browse files
committed
Bump packed to v0.9
1 parent 87d3311 commit bf753cd

5 files changed

Lines changed: 11 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,9 @@ Bitcoin is more complex than ETH / SOL despite having less features:
13131313

13141314
The library has been independently audited:
13151315

1316+
- at version 2.2.0, in Apr 2026, by ourselves (self-audited)
1317+
- Scope: everything
1318+
- [Changes since audit](https://github.com/paulmillr/scure-btc-signer/compare/2.2.0..main)
13161319
- at version 0.3.0, in Feb 2023, by [cure53](https://cure53.de)
13171320
- PDFs: [online](https://cure53.de/audit-report_micro-btc-signer.pdf), [offline](./audit/2023-02-21-cure53-audit-report.pdf)
13181321
- [Changes since audit](https://github.com/paulmillr/scure-btc-signer/compare/0.3.0..main).

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@noble/curves": "jsr:@noble/curves@~2.2.0",
1717
"@noble/hashes": "jsr:@noble/hashes@~2.2.0",
1818
"@scure/base": "jsr:@scure/base@~2.2.0",
19-
"micro-packed": "jsr:@paulmillr/micro-packed@~0.8.0"
19+
"micro-packed": "jsr:@paulmillr/micro-packed@~0.9.0"
2020
},
2121
"publish": {
2222
"include": [

package-lock.json

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@noble/curves": "~2.2.0",
1515
"@noble/hashes": "~2.2.0",
1616
"@scure/base": "~2.2.0",
17-
"micro-packed": "~0.8.0"
17+
"micro-packed": "~0.9.0"
1818
},
1919
"devDependencies": {
2020
"@paulmillr/jsbt": "0.5.0",

test/build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)