Commit 93dbfd1
authored
Add support for nothunks == 0.3.* (#1764)
# Description
This has already been fixed in:
* plutus: IntersectMBO/plutus#7428
* ledger: IntersectMBO/cardano-ledger#5422
* network: IntersectMBO/ouroboros-network#5243
It was not possible to test `consensus` with `nothunks == 0.3.*` because
one of the ledger libraries still has a `nothunks >=0.2` dependency, and
the version in `ledger@HEAD` is not compatible.
The only change in `nothunks == 0.3.*` was a change in the `ThunkInfo`
constructor which does not occur anywhere in the `consensus` code base.File tree
3 files changed
+5
-5
lines changed- ouroboros-consensus
- sop-extras
- strict-sop-core
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
0 commit comments