From 9d231ce1105c3ab0409d257e0f76748195184e9f Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 5 Jan 2026 10:20:57 -0500 Subject: [PATCH] feat(v1alpha): plutus v4 Signed-off-by: Chris Gianelloni --- proto/utxorpc/v1alpha/cardano/cardano.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/utxorpc/v1alpha/cardano/cardano.proto b/proto/utxorpc/v1alpha/cardano/cardano.proto index e746f40..d4cc256 100644 --- a/proto/utxorpc/v1alpha/cardano/cardano.proto +++ b/proto/utxorpc/v1alpha/cardano/cardano.proto @@ -287,6 +287,7 @@ message Script { bytes plutus_v1 = 2; // Plutus V1 script. bytes plutus_v2 = 3; // Plutus V2 script. bytes plutus_v3 = 4; // Plutus V3 script. + bytes plutus_v4 = 5; // Plutus V4 script. } } @@ -592,6 +593,7 @@ message CostModels { CostModel plutus_v1 = 1; CostModel plutus_v2 = 2; CostModel plutus_v3 = 3; + CostModel plutus_v4 = 4; } message VotingThresholds { @@ -759,6 +761,7 @@ message CostModelMap { CostModel plutus_v1 = 1; CostModel plutus_v2 = 2; CostModel plutus_v3 = 3; + CostModel plutus_v4 = 4; } // Unified Genesis configuration containing all parameters from all eras