@cardano-sdk/e2e 0.12.1 → 0.13.1

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,30 @@
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.13.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.13.0...@cardano-sdk/e2e@0.13.1) (2023-06-06)
7
+
8
+ **Note:** Version bump only for package @cardano-sdk/e2e
9
+
10
+ ## [0.13.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.12.1...@cardano-sdk/e2e@0.13.0) (2023-06-05)
11
+
12
+ ### ⚠ BREAKING CHANGES
13
+
14
+ * **wallet:** Added new properties to DelegationTrackerProps
15
+ * make stake pool metrics an optional property to handle activating pools
16
+ * - rename `rewardsHistoryLimit` stake pool search arg to `apyEpochsBackLimit`
17
+ * - remove `epochRewards` and type `StakePoolEpochRewards`
18
+ - remove `transactions` and type `StakePoolTransactions`
19
+
20
+ ### Features
21
+
22
+ * **wallet:** delegation.portfolio$ tracker ([7488d14](https://github.com/input-output-hk/cardano-js-sdk/commit/7488d14008f7aa3d91d7513cfffaeb81e160eb18))
23
+
24
+ ### Code Refactoring
25
+
26
+ * make stake pool metrics an optional property to handle activating pools ([d33bd07](https://github.com/input-output-hk/cardano-js-sdk/commit/d33bd07ddb873ba40498a95caa860820f38ee687))
27
+ * remove unusable fields from StakePool core type ([a7aa17f](https://github.com/input-output-hk/cardano-js-sdk/commit/a7aa17fdd5224437555840d21f56c4660142c351))
28
+ * rename rewardsHistoryLimit ([05ccdc6](https://github.com/input-output-hk/cardano-js-sdk/commit/05ccdc6b448f98ddd09894b633521e79fbb6d9c1))
29
+
6
30
  ## [0.12.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.12.0...@cardano-sdk/e2e@0.12.1) (2023-06-01)
7
31
 
8
32
  ### Features