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

@@ -13,4 +13,4 @@ requirements = []
source = "github"
[etags]
"aiken-lang/stdlib@main" = [{ secs_since_epoch = 1714678416, nanos_since_epoch = 243739000 }, "2a710731e0127ec3e21c6c3962a0254c98602e7428b33fc4fcaa67ab368ce1b1"]
"aiken-lang/stdlib@main" = [{ secs_since_epoch = 1714846142, nanos_since_epoch = 245752000 }, "5ee55dc5ccf269bb493f4cacb32096f0191a6adb2ef39d62a1f79b8c5a8fcc7f"]

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: #"" },
}