feat(applying): implement Alonzo phase-1 validations (#380)

This commit is contained in:
Maico Leberle 2024-01-19 22:19:46 -03:00 committed by GitHub
parent 7cb1ffe100
commit 7b2894e4a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 4900 additions and 704 deletions

View file

@ -1242,6 +1242,15 @@ pub struct Redeemer {
pub ex_units: ExUnits,
}
#[derive(Serialize, Deserialize, Encode, Decode, Debug, PartialEq, Eq, Clone)]
pub struct RedeemerPointer {
#[n(0)]
pub tag: RedeemerTag,
#[n(1)]
pub index: u32,
}
/* bootstrap_witness =
[ public_key : $vkey
, signature : $signature