@cardano-sdk/e2e 0.29.1 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.31.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.30.0...@cardano-sdk/e2e@0.31.0) (2024-01-17)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **web-extension:** add metadata to bip32 wallets
|
|
11
|
+
- split WalletRepository.updateMetadata into 2 methods
|
|
12
|
+
* SignerManager renamed as SignerCoordinator
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **web-extension:** handle wallet metadata in repository LW-9503 ([34d976b](https://github.com/input-output-hk/cardano-js-sdk/commit/34d976be41583b59c30c35ff620219eccc9128e4))
|
|
17
|
+
|
|
18
|
+
### Code Refactoring
|
|
19
|
+
|
|
20
|
+
* signerManager renamed as SignerCoordinator ([c7067db](https://github.com/input-output-hk/cardano-js-sdk/commit/c7067db06448570871fbc84af846ebd69c00533c))
|
|
21
|
+
|
|
22
|
+
## [0.30.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.29.1...@cardano-sdk/e2e@0.30.0) (2024-01-05)
|
|
23
|
+
|
|
24
|
+
### ⚠ BREAKING CHANGES
|
|
25
|
+
|
|
26
|
+
* wallet repository InMemoryWallet entropy field renamed to keyMaterial
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **web-extension:** wallet manager will not emit null from activeWalletId$ ([d94b49a](https://github.com/input-output-hk/cardano-js-sdk/commit/d94b49a987ec0e7d50060365cd03f40d63debc8e))
|
|
31
|
+
|
|
32
|
+
### Code Refactoring
|
|
33
|
+
|
|
34
|
+
* entropy field in InMemoryWallet renamed to keyMaterial. ([d8b5c72](https://github.com/input-output-hk/cardano-js-sdk/commit/d8b5c72de96a24b84b62f558af952090b53209f3))
|
|
35
|
+
|
|
6
36
|
## [0.29.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.29.0...@cardano-sdk/e2e@0.29.1) (2023-12-21)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @cardano-sdk/e2e
|