fix: fixing tests to account for the new stdlib main. Also added test 75 but commented out for now until a fix is merged

This commit is contained in:
microproofs
2024-05-04 14:26:06 -04:00
parent a44ed4c1a8
commit b3d0c3ec04
43 changed files with 150 additions and 87 deletions

View File

@@ -61,7 +61,7 @@ pub fn tx_1() -> Transaction {
fee: value.zero(),
mint: value.from_asset(#"000000", #"00", -1) |> value.to_minted_value,
certificates: [],
withdrawals: dict.new(),
withdrawals: [],
validity_range: Interval {
lower_bound: IntervalBound {
bound_type: PositiveInfinity,
@@ -73,7 +73,7 @@ pub fn tx_1() -> Transaction {
},
},
extra_signatories: [keyhash],
redeemers: dict.new(),
redeemers: [],
datums: dict.new(),
id: TransactionId { hash: #"" },
}