Commit adaccff
1411: Add GitHub workflow for running Windows tests nightly r=rvl a=rvl
# Issue Number
Relates to #1283
# Overview
Runs the prebuilt Windows tests on Windows Server 2016.
This is run nightly for the master branch. The wine tests can be run on every PR.
# Comments
- There is a test failure which will disappear when we sort out #1373.
- Other tests failures were resolved by #1536.
- For testing purposes, I temporarily added the "push" build trigger. Roll back the temporary git commit before merging.
- The launcher unit tests fail on GitHub CI but pass locally on Windows. Not sure why.
- The test suites `cardano-wallet-launcher:unit` and `cardano-wallet-jormungandr:integration` are set to "continue-on-error" - meaning failures are ignored.
1530: Add latency benchmark for byron r=paweljakubas a=paweljakubas
# Issue Number
#1527
# Overview
- [x] I have added first benchmark that works with just one scenario inside
- [x] I have extended scenario with all endpoints to be tested
- [x] I have enabled testing for both icarus and random wallets
- [x] I have added more benchmarks conditions (txs and utxos)
- [x] I have added the benchmark to nightly
# Comments
- Manual build on Buildkite: [cardano-wallet-nightly](https://buildkite.com/input-output-hk/cardano-wallet-nightly/builds?branch=paweljakubas%2F1527%2Fadd-latency-benchmark-for-byron)
1543: Better error message when trying to generate address on icarus wallet. r=piotr-iohk a=piotr-iohk
# Issue Number
<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->
# Overview
- e3d6036
Better error message when trying to generate address on icarus wallet.
# Comments
Was:
```
$ cardano-wallet-byron address create 3fe1acf86fefbf66b7481470ea81244eadde079d
Please enter your passphrase: *****************
It looks like something unexpected went wrong. Unfortunately I don't yet know how to handle this type of situation. Here's some information about what happened:
```
is:
```
$ cardano-wallet-byron address create 3fe1acf86fefbf66b7481470ea81244eadde079d
Please enter your passphrase: *****************
I cannot derive new unused address for this wallet type. Make sure to use Byron random wallet id.
Co-authored-by: Rodney Lorrimar <rodney.lorrimar@iohk.io>
Co-authored-by: Pawel Jakubas <pawel.jakubas@iohk.io>
Co-authored-by: IOHK <devops+stack-project@iohk.io>
Co-authored-by: Piotr Stachyra <piotr.stachyra@iohk.io>
File tree
15 files changed
+670
-17
lines changed- .buildkite
- .github/workflows
- lib
- byron
- bench
- src/Cardano/Wallet
- Byron
- test
- data/cardano-node
- integration
- Test/Integration/Byron/Scenario/API
- core/src/Cardano
- Wallet/Api
- nix
- .stack.nix
15 files changed
+670
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| |||
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
139 | | - | |
| |||
0 commit comments