@cardano-sdk/e2e 0.24.0 → 0.25.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,17 @@
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.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.24.0...@cardano-sdk/e2e@0.25.0) (2023-10-19)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * simplify StabilityWindowBuffer interface to just 'getBlock'
11
+ - Bootstrap.fromCardanoNode now requires Tip observable parameter
12
+
13
+ ### Features
14
+
15
+ * do not write to stability window buffer til volatile ([b2244ea](https://github.com/input-output-hk/cardano-js-sdk/commit/b2244eac56352961c36ef9e80038aead47ee9e52))
16
+
6
17
  ## [0.24.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.23.0...@cardano-sdk/e2e@0.24.0) (2023-10-12)
7
18
 
8
19
  ### ⚠ BREAKING CHANGES