@cardano-sdk/e2e 0.55.11 → 0.55.12
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 +6 -0
- package/README.md +2 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.55.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.55.11...@cardano-sdk/e2e@0.55.12) (2025-09-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **hardware-trezor:** support derivationType in getXpub method ([a9dc79f](https://github.com/input-output-hk/cardano-js-sdk/commit/a9dc79f3f4f8eea37012e49ffb91c765fca089be))
|
|
11
|
+
|
|
6
12
|
## [0.55.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.55.10...@cardano-sdk/e2e@0.55.11) (2025-09-03)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @cardano-sdk/e2e
|
package/README.md
CHANGED
|
@@ -24,6 +24,8 @@ The providers used during the e2e test can be configured via environment variabl
|
|
|
24
24
|
|
|
25
25
|
If you are using _testnet_ or _mainnet_ as your test environment, ensure that the wallets you are configuring via environment variables contain some funds.
|
|
26
26
|
|
|
27
|
+
For hardware wallet testing, see [Hardware Testing Guide](../wallet/HARDWARE_TESTING.md).
|
|
28
|
+
|
|
27
29
|
<a name="generate_wallet"></a>
|
|
28
30
|
If you need to create a new wallet via a new set of mnemonics, you can run:
|
|
29
31
|
|