Skip to content

Commit 918568c

Browse files
committed
fixup! fixup! fix(hardware-trezor): support derivationType in getXpub method
1 parent 6f15212 commit 918568c

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

GETTING_STARTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ yarn preprod:down
7878
- [NetworkInfo provider OpenAPI spec](./packages/cardano-services/src/NetworkInfo/openApi.json)
7979
1. More advanced examples of using the SDK are in the [e2e tests](./packages/e2e/test/wallet).
8080
Explore these examples on how to use the wallet and the client libraries.
81+
1. For hardware wallet testing, see [Hardware Testing Guide](./packages/wallet/HARDWARE_TESTING.md).

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,7 @@ yarn test:debug
106106

107107
#### Hardware Testing
108108

109-
For hardware wallet testing (Trezor/Ledger), see the [Hardware Testing Guide](packages/wallet/HARDWARE_TESTING.md) or use the automated setup:
110-
111-
```bash
112-
# Set up hardware testing environment
113-
./packages/wallet/scripts/setup-hw-testing.sh
114-
115-
# Run hardware tests
116-
yarn test:hw:trezor
117-
yarn test:hw:ledger
118-
```
109+
For hardware wallet testing, see [Hardware Testing Guide](packages/wallet/HARDWARE_TESTING.md).
119110

120111
### Lint
121112

packages/e2e/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The providers used during the e2e test can be configured via environment variabl
2424

2525
If you are using _testnet_ or _mainnet_ as your test environment, ensure that the wallets you are configuring via environment variables contain some funds.
2626

27+
For hardware wallet testing, see [Hardware Testing Guide](../wallet/HARDWARE_TESTING.md).
28+
2729
<a name="generate_wallet"></a>
2830
If you need to create a new wallet via a new set of mnemonics, you can run:
2931

packages/wallet/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ It requires a `.env` file in package root, see [.env.example](./.env.example)
1414

1515
Tests assume that wallet has some ADA available
1616

17+
For hardware wallet testing, see [Hardware Testing Guide](./HARDWARE_TESTING.md).
18+
1719
[integration tests]: https://github.com/input-output-hk/cardano-js-sdk/tree/master/packages/wallet/test/integration
1820
[code coverage report]: https://input-output-hk.github.io/cardano-js-sdk/coverage/wallet

0 commit comments

Comments
 (0)