Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix changes files in #487 #489

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changes/bump-crypto-0.22.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"iota-stronghold": patch
"stronghold-engine": patch
"stronghold-runtime": patch
---

Added support for Secp256k1 ECDSA with SHA256/Keccak256 variants.
Bump `iota-crypto` version to 0.22.1.
1 change: 1 addition & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"tag": "rc",
"changes": [
".changes/secp256k1.md",
".changes/snapshot-migration-v3age-zeroize.md",
".changes/snapshot_encrypt_work_factor.md"
]
Expand Down
4 changes: 2 additions & 2 deletions .changes/secp256k1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"stronghold-runtime": major
---

Secp256k1 ECDSA with SHA256/Keccak256 + SLIP-10 support added.
Bump `iota-crypto` version to 0.22.1.
Secp256k1 ECDSA + SLIP-10 support added.
Bump `iota-crypto` version to 0.21.2.