aiken/crates/uplc/src
microproofs 1075be1b71
Minor fix to optimization to actually detect vars that are just forced builtins
2025-01-17 11:34:41 +07:00
..
debruijn fix issue with same names causing 0 index debruijn for var 2022-06-26 21:38:27 -04:00
machine Comment out ExpModInteger since it's not live on testnets yet 2024-12-08 14:29:58 +07:00
optimize Minor fix to optimization to actually detect vars that are just forced builtins 2025-01-17 11:34:41 +07: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 Add writeBits back in and use the optimizer to utilize the list conversion 2025-01-11 19:08:42 +07:00
builder.rs Handle case where write_bits is used without being applied 2025-01-11 19:08:43 +07:00
builtins.rs Add writeBits back in and use the optimizer to utilize the list conversion 2025-01-11 19:08:42 +07:00
debruijn.rs fix: remove unwrap which is causing panics closes #1073 2024-12-25 23:14:18 -05: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 New optimization to split independent lam function applications to enable case constr to optimize further 2025-01-11 19:09:00 +07: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