aiken/crates/uplc/src
microproofs ddc58b9a65
Cargo fmt fix
2024-12-07 12:30:14 +07:00
..
debruijn fix issue with same names causing 0 index debruijn for var 2022-06-26 21:38:27 -04:00
machine Cargo fmt fix 2024-12-07 12:30:14 +07:00
optimize Aiken UPLC Optimization overhaul (#1052) 2024-11-13 15:08:36 -05:00
parser update tests and fix final unique issues 2024-03-04 10:52:56 -05:00
tx Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
ast.rs Fix deserialization of SerializedProgram into wrong Plutus version wrappers. 2024-12-03 22:22:11 +01:00
builder.rs Ensure uniqueness of intermediate variables in expect_type_assign 2024-09-01 18:10:15 +02:00
builtins.rs Passing conformance tests 2024-12-07 12:23:22 +07:00
debruijn.rs feat(uplc): add Case and Const terms 2023-09-03 11:52:49 -04:00
flat.rs Fix: issue crash in code gen with incorrect column length in decision trees (#1069) 2024-12-05 11:02:19 +07:00
lib.rs Fix script context translations for withdrawals and validity intervals. 2024-08-13 23:43:47 +02:00
machine.rs IntegerToByteString takes in the second param itself 2024-10-17 20:01:01 -04:00
optimize.rs Aiken UPLC Optimization overhaul (#1052) 2024-11-13 15:08:36 -05:00
parser.rs Allow tildes in identifier names 2024-11-25 16:20:35 -05:00
pretty.rs Upgrade pallas to v0.0.29, and start support for simulating transactions carrying Plutus v3 scripts. 2024-08-13 10:55:22 +02:00
tx.rs Update to pallas=0.31.0 2024-11-19 14:53:36 +01:00