@cardano-sdk/e2e 0.7.1-nightly.2 → 0.8.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 +8 -22
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +15 -15
- package/test/artillery/wallet-restoration/WalletRestoration.ts +33 -29
- package/test/artillery/wallet-restoration/WalletRestoration.yml +3 -0
- package/test/ogmios/ogmios-interactions.test.ts +14 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,17 +3,19 @@
|
|
|
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.
|
|
6
|
+
## [0.8.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.7.0...@cardano-sdk/e2e@0.8.0) (2023-03-01)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
- **cardano-services:** simplify program args interface
|
|
9
11
|
|
|
10
|
-
|
|
12
|
+
### Bug Fixes
|
|
11
13
|
|
|
12
|
-
**
|
|
14
|
+
- **e2e:** wallet restoration scenario ([ef8d95c](https://github.com/input-output-hk/cardano-js-sdk/commit/ef8d95c60d6cdfd030eecb185b329da6d260c82f))
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
### Code Refactoring
|
|
15
17
|
|
|
16
|
-
**
|
|
18
|
+
- **cardano-services:** simplify program args interface ([eb6ceb3](https://github.com/input-output-hk/cardano-js-sdk/commit/eb6ceb394a2e9525b65933bda1a5800eaa1cc652))
|
|
17
19
|
|
|
18
20
|
## [0.7.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.6.0...@cardano-sdk/e2e@0.7.0) (2023-02-17)
|
|
19
21
|
|
|
@@ -116,22 +118,6 @@ with a new db name ('V2' suffix), which means that data in existing stores will
|
|
|
116
118
|
|
|
117
119
|
### ⚠ BREAKING CHANGES
|
|
118
120
|
|
|
119
|
-
- remote api wallet manager
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
- remote api wallet manager ([043f1df](https://github.com/input-output-hk/cardano-js-sdk/commit/043f1dff7ed85b43e489d972dc5158712c43ee68))
|
|
124
|
-
|
|
125
|
-
## [0.5.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.5.0...@cardano-sdk/e2e@0.5.1-nightly.0) (2022-11-08)
|
|
126
|
-
|
|
127
|
-
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
128
|
-
|
|
129
|
-
## [0.5.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.4.0...@cardano-sdk/e2e@0.5.0) (2022-11-04)
|
|
130
|
-
|
|
131
|
-
## [0.5.0-nightly.24](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.5.0-nightly.23...@cardano-sdk/e2e@0.5.0-nightly.24) (2022-11-02)
|
|
132
|
-
|
|
133
|
-
**Note:** Version bump only for package @cardano-sdk/e2e
|
|
134
|
-
|
|
135
121
|
- **web-extension:** `ExposeApiProps` `api` has changed to observable `api$`.
|
|
136
122
|
Users can use rxjs `of` function to create an observable: `api$: of(api)` to
|
|
137
123
|
adapt existing code to this change.
|