Skip to content

chore: update cardano-node to 10.6.2#4

Merged
michalrus merged 5 commits intomainfrom
chore/cardano-node-10.6.2
Feb 24, 2026
Merged

chore: update cardano-node to 10.6.2#4
michalrus merged 5 commits intomainfrom
chore/cardano-node-10.6.2

Conversation

@michalrus
Copy link
Copy Markdown
Member

Context

We need to update cardano-node to 10.6.2, and then also our transaction submission error CBOR deserializer, see:

I have updated the dependencies, but compilation of testgen-hs fails in the new Encoder.hs introduced by @ginnun in:

Perhaps it’s better for @ginnun to take over, as he has the most context! 😇

The error:

Building executable 'testgen-hs' for testgen-hs-10.6.2.0...
[1 of 9] Compiling Deserialize      ( Deserialize.hs, dist/build/testgen-hs/testgen-hs-tmp/Deserialize.o )
[2 of 9] Compiling Encoder          ( Encoder.hs, dist/build/testgen-hs/testgen-hs-tmp/Encoder.o, dist/build/testgen-hs/testgen-hs-tmp/Encoder.dyn_o )

Encoder.hs:146:21: error: [GHC-62161] [-Wincomplete-patterns, Werror=incomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a \case alternative:
        Patterns of type ‘Ledger.Language’ not matched: Ledger.PlutusV4
    |
146 | serializeLanguage = \case
    |                     ^^^^^...

Encoder.hs:238:38: error: [GHC-62161] [-Wincomplete-patterns, Werror=incomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns of type ‘C.ConwayContextError era’ not matched:
            C.ReferenceInputsNotDisjointFromInputs _
    |
238 | serializeContextError err = J.text $ case err of
    |                                      ^^^^^^^^^^^...

Copy link
Copy Markdown
Member Author

@michalrus michalrus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ I can’t formally approve as the initial author, but I approve! LGTM.

@michalrus michalrus merged commit 5f269d4 into main Feb 24, 2026
3 checks passed
@michalrus michalrus deleted the chore/cardano-node-10.6.2 branch February 24, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants