Skip to content

Commit

Permalink
separate changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Jul 13, 2023
1 parent c71462e commit c4c2328
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/bip44.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wallet-nodejs-binding": patch
---

`AccountMethod::SignSecp256k1Ecdsa` now accepts Bip44 type.
1 change: 0 additions & 1 deletion sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Ed25519Signature::new`, `public_key`, `signature` now use concrete types;
- `Ed25519Signature::verify` is no longer fallable;
- `Mnemonic` type used over Strings where possible;
- `AccountMethod::SignSecp256k1Ecdsa` now accepts Bip44 type;
- `SecretManage::sign_ed25519`, `sign_secp256k1_ecdsa`, and `signature_unlock` now accept Bip44 type chains;
- Rename `SendAmountParams` to `SendParams`;
- Rename `Account::send` to `send_outputs`, `Account::send_amount` to `send`, `Account::prepare_send_amount` to `prepare_send`;
Expand Down

0 comments on commit c4c2328

Please sign in to comment.