Skip to content

Commit

Permalink
add Plutus V2 scripts to witnesses in CDDL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Corduan committed May 18, 2022
1 parent 972c7cf commit 861604a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eras/babbage/test-suite/cddl-files/babbage.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,14 @@ transaction_witness_set =
{ ? 0: [* vkeywitness ]
, ? 1: [* native_script ]
, ? 2: [* bootstrap_witness ]
, ? 3: [* plutus_script ]
, ? 3: [* plutus_v1_script ]
, ? 4: [* plutus_data ]
, ? 5: [* redeemer ]
, ? 6: [* plutus_v2_script ] ; New
}

plutus_script = bytes
plutus_v1_script = bytes
plutus_v2_script = bytes

plutus_data =
constr<plutus_data>
Expand Down

0 comments on commit 861604a

Please sign in to comment.