@cardano-sdk/e2e 0.37.0 → 0.38.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,24 @@
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.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)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * replace signBlob with signCip8Data in witnesser interface
11
+ - keyAgents are now required to implement the signCip8Data function
12
+ - cip08 message construction hoisted from baseWallet to inMemoryKeyAgent signCip8Data function
13
+
14
+ ### Features
15
+
16
+ * implement signCip8Data for LedgerKeyAgent and InMemoryKeyAgent ([a04cb75](https://github.com/input-output-hk/cardano-js-sdk/commit/a04cb753e4276a710f3336892e92c8f1bc7cee82))
17
+
18
+ ## [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)
19
+
20
+ ### Bug Fixes
21
+
22
+ * **cardano-services:** drep_hash can be null when delegating to abstain or no confidence ([7c6c53b](https://github.com/input-output-hk/cardano-js-sdk/commit/7c6c53ba9ce418cad83e6290cc73672e1ba3232a))
23
+
6
24
  ## [0.37.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.36.10...@cardano-sdk/e2e@0.37.0) (2024-07-31)
7
25
 
8
26
  ### ⚠ BREAKING CHANGES