Commit Graph

8 Commits

Author SHA1 Message Date
KtorZ
48535636ed Fix remaining acceptance tests to be V3-compatible 2024-08-27 19:19:25 +02:00
rvcas
ff25fbd970 chore: acceptance tests v3 syntax 2024-08-26 15:56:49 -04:00
KtorZ
3521a8c921 Start adjusting acceptance tests to the new Plutus V3 syntax. 2024-08-25 17:12:36 +02:00
KtorZ
b50e4ab63a Re-format and re-run all acceptance tests. 2024-01-20 10:44:16 +01:00
rvcas
c3870e340e feat(codegen): support multi-validators
* rename force_wrap to force
* add a bunch of builder methods to Term<Name>
* refactor one tiny location to show off builder methods
* split generate into `generate` and `generate_test`
* create wrap_as_multi_validator function

Co-authored-by: Kasey White <kwhitemsg@gmail.com>
2023-03-17 18:40:44 -04:00
KtorZ
20f5baffa7 Enforce newline after assignment / clause.
This leads to more consistent formatting across entire Aiken programs.
  Before that commit, only long expressions would be formatted on a
  newline, causing non-consistent formatting and additional reading
  barrier when looking at source code.

  Programs also now take more vertical space, which is better for more
  friendly diffing in version control systems (especially git).
2023-03-16 19:46:46 +01:00
Kasey White
26b4156d5a remove comment 2023-03-02 21:49:20 -05:00
Kasey White
0c1c7da16f add accpetance test 71 2023-03-01 14:22:59 -05:00