@cardano-sdk/e2e 0.37.1 → 0.39.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.39.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.38.0...@cardano-sdk/e2e@0.39.0) (2024-08-07)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * remove updateWitness method from observable wallet
11
+ - add addSignatures method to observable wallet
12
+ * remove Cardano.TransactionId.fromTxBodyCbor
13
+ - hoist getAssetNameAsText util to Asset.util namespace
14
+ - hoist TxCBOR and TxBodyCBOR under Serialization namespace
15
+
16
+ ### Features
17
+
18
+ * replace updateWitness with addSignatures in observable wallet ([d0bdffa](https://github.com/input-output-hk/cardano-js-sdk/commit/d0bdffa9ad62ce46d906645b889c44de9355b73e))
19
+
20
+ ### Code Refactoring
21
+
22
+ * resolve circular references in core package ([87aa26f](https://github.com/input-output-hk/cardano-js-sdk/commit/87aa26f2a2f50df0c7a72aaf4f746df2a466adfb))
23
+
24
+ ## [0.38.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.37.1...@cardano-sdk/e2e@0.38.0) (2024-08-01)
25
+
26
+ ### ⚠ BREAKING CHANGES
27
+
28
+ * replace signBlob with signCip8Data in witnesser interface
29
+ - keyAgents are now required to implement the signCip8Data function
30
+ - cip08 message construction hoisted from baseWallet to inMemoryKeyAgent signCip8Data function
31
+
32
+ ### Features
33
+
34
+ * implement signCip8Data for LedgerKeyAgent and InMemoryKeyAgent ([a04cb75](https://github.com/input-output-hk/cardano-js-sdk/commit/a04cb753e4276a710f3336892e92c8f1bc7cee82))
35
+
6
36
  ## [0.37.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.37.0...@cardano-sdk/e2e@0.37.1) (2024-07-31)
7
37
 
8
38
  ### Bug Fixes