IntersectMBO / cardano-ledger

The ledger implementation and specifications of the Cardano blockchain.
Apache License 2.0
258 stars 158 forks source link

No tag for `plutus_v3_script` in `script` cddl type? #4302

Closed klntsky closed 5 months ago

klntsky commented 5 months ago

Here, all the variants of a union are tagged, except the last:

https://github.com/IntersectMBO/cardano-ledger/blob/127efb52d8e2925a7c30b56a8fd44d6b0e443e8b/eras/conway/impl/cddl-files/conway.cddl#L608

klntsky commented 5 months ago

Oops, I was reading it wrong. // has lower priority than ,...