Commit 5c7080d
authored
fix smoke-tests by squashing the UTxO to get a suitable output (#1964)
Mainnet smoke tests
[failed](https://github.com/cardano-scaling/hydra/actions/runs/14647088689/job/41103915845)
to publish the hydra script txs, despite the faucet UTxO having
sufficient total value.
> hydra-cluster: FailedToFindUTxOToCoverDeposit {totalDeposit = Coin
80747850}
We suspect the reason is because the required deposit amount couldn't be
covered by any single output.
Here we propose to squash the UTxO outputs to create one large enough.
<!-- Describe your change here -->
---
<!-- Consider each and tick it off one way or the other -->
* [x] CHANGELOG updated or not needed
* [x] Documentation updated or not needed
* [x] Haddocks updated or not needed
* [x] No new TODOs introduced or explained herafter1 parent 202caba commit 5c7080d
File tree
2 files changed
+9
-21
lines changed- hydra-cluster/test/Test/Hydra/Cluster
- hydra-node/src/Hydra/Chain
2 files changed
+9
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
| 74 | + | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
106 | | - | |
| 103 | + | |
107 | 104 | | |
108 | | - | |
109 | | - | |
| 105 | + | |
110 | 106 | | |
111 | 107 | | |
112 | 108 | | |
| |||
124 | 120 | | |
125 | 121 | | |
126 | 122 | | |
127 | | - | |
128 | | - | |
| 123 | + | |
129 | 124 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 125 | | |
139 | 126 | | |
140 | 127 | | |
141 | 128 | | |
142 | | - | |
| 129 | + | |
| 130 | + | |
143 | 131 | | |
144 | 132 | | |
145 | 133 | | |
| |||
0 commit comments