Skip to content

Commit 3483f30

Browse files
committed
changelog: reflect the new tests added
1 parent 96d00d4 commit 3483f30

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
- Transition from `expand({expression})` to `expand({descriptor})`.
5050
- Use `updatePsbtAsInput` as `updatePsbt` is now deprecated.
5151
- Introduced `updatePsbtAsOutput` for completeness.
52-
- Opt for finalizers returned by `updatePsbtAsInput` as `finalizePsbt` has been deprecated.
52+
- Opt for finalizers returned by `updatePsbtAsInput` as `finalizePsbtInput` and `finalizePsbt` have been deprecated.
5353

5454
- **Additional Ledger Updates**:
5555
- Functions previously expecting `ledgerClient` and `ledgerState` should now receive `ledgerManager`.
5656
- This change affects multiple functions, including `signLedger`, all Ledger script expression functions and also: `keyExpressionLedger`, `registerLedgerWallet`, `getLedgerMasterFingerPrint`, and `assertLedgerApp`.
57-
- `signLedger` and `signInputLedger` no longer necessitate passing an instance to the former `Descriptor` class.
57+
- `signLedger` and `signInputLedger` no longer necessitate passing an instance to the former `Descriptor` class. All relevant information is automatically retrieved from the psbt now.
58+
59+
- **Testing Enhancements**:
60+
- **Deprecated Function Testing**:
61+
- Retained old tests, now suffixed with `-deprecated`, to continue testing the deprecated functions and classes.
62+
- **New API Testing**:
63+
- Introduced additional tests specifically designed to evaluate the new API's functionality.
5864

5965
- **Documentation Enhancements**:
6066
- Extensively documented all methods using typedoc.

0 commit comments

Comments
 (0)