Commit Graph

  • 8ac2d75ef1
    Merge pull request #259 from aiken-lang/basic-add-upgrade-packages Lucas 2023-01-14 22:03:32 -0500
  • d2c03b0094
    Remove restriction on the project's package name KtorZ 2023-01-14 23:47:57 +0100
  • 219e81cb75
    Add 'packages upgrade' command. KtorZ 2023-01-14 23:24:26 +0100
  • 6286132a3e
    Rename sub-command 'deps' → 'packages' KtorZ 2023-01-14 23:09:29 +0100
  • 38df9a586e
    Add new 'deps add' command KtorZ 2023-01-14 23:00:44 +0100
  • d4f905b1db
    Also move some associated methods to the 'Config' module KtorZ 2023-01-14 22:09:27 +0100
  • 0771ab24bd
    Move 'PackageName' and associated methods in its own module. KtorZ 2023-01-14 22:01:55 +0100
  • bfeb26c9a9
    Merge pull request #255 from aiken-lang/better-tuples Matthias Benkort 2023-01-14 20:30:02 +0100
  • 8c19d4ec08
    Fix and re-apply formatter on all acceptance tests KtorZ 2023-01-14 11:45:34 +0100
  • 5b7147fc43
    Remove leading '#' for tuple definitions. KtorZ 2023-01-14 11:44:08 +0100
  • db22395764 Add new command group 'deps' and 'clear-cache' command. KtorZ 2023-01-14 16:13:25 +0100
  • 3a5f77da12 Invalidate cache using etag for deps by branch KtorZ 2023-01-14 15:20:35 +0100
  • 2d99c07dd3 Support (and default to) parenthesis for block expressions KtorZ 2023-01-14 10:39:25 +0100
  • b791131fd0
    Small tweak on error messages; better grammer. KtorZ 2023-01-14 14:12:42 +0100
  • c6fe5235fe
    chore: fmt acceptance test 40 rvcas 2023-01-13 14:55:18 -0500
  • 7b023911af add assert and record Record is a more efficient air for making records Assert guarantees a custom is of a certain variant. Kasey White 2023-01-13 02:46:02 -0500
  • 1721c3945b Refactors: Add test 40 refactor how we get data type from type Call contains type now to handle certain record cases Kasey White 2023-01-09 01:44:51 -0500
  • 2b26d9a0c1
    Align README's tagline with website. KtorZ 2023-01-13 10:17:52 +0100
  • 59ef63b513 chore: field might not always need to be plural rvcas 2023-01-11 20:15:00 -0500
  • 99a334b132 fix(check): the expected arity with hardcoded to 0 rvcas 2023-01-11 20:12:51 -0500
  • 3be05b1545 fix(fmt): error fmt was removing label rvcas 2023-01-11 19:35:36 -0500
  • eac8f7a80e replace discard assignment with nothing Kasey White 2023-01-11 03:50:33 -0500
  • e61a56566d
    Merge pull request #248 from aiken-lang/rvcas/match_tests Matthias Benkort 2023-01-10 19:33:51 +0100
  • e06bbc4e73
    Slightly edit module matching logic for conciseness/clarity KtorZ 2023-01-10 18:41:02 +0100
  • 99ec0ff6b0
    feat(check): change some logic around and add --exact-match rvcas 2023-01-10 11:46:44 -0500
  • 9002ea263f
    feat(check): make match tests flag fancier rvcas 2023-01-10 10:19:13 -0500
  • 6a95d23811
    fix: filter on regular iter before par iter cc @kprotty rvcas 2023-01-09 18:21:40 -0500
  • 158b3dfe51 feat(aiken-project): use rayon to run tests in parallel rvcas 2023-01-09 18:04:39 -0500
  • 6ea9ad9c41 chore: clippy warnings rvcas 2023-01-09 18:03:32 -0500
  • ce2de96226 clippy fix Kasey White 2023-01-08 18:22:26 -0500
  • 42c8d50fa1 feat: finish record update Kasey White 2023-01-08 17:53:40 -0500
  • ea135e6f42 refactor term::apply to apply_wrap. Fixed a list eq binop Kasey White 2023-01-08 13:35:37 -0500
  • d649b34ec3
    Release 0.0.28 rvcas 2023-01-06 13:41:00 -0500
  • b6de2549a2 chore: update changelog rvcas 2023-01-06 13:28:22 -0500
  • c89802eaed chore: bump pallas version rvcas 2023-01-06 13:24:56 -0500
  • a51736187f
    Merge pull request #238 from aiken-lang/record-update Matthias Benkort 2023-01-06 14:30:59 +0100
  • 7e8e8fd4a7
    Try fixing acceptance step in CI. KtorZ 2023-01-06 13:20:27 +0100
  • 1a29ee3b72
    my discard add got lost in the rebasing -_- Kasey White 2023-01-06 04:40:18 -0500
  • dc052bf9b8
    fix nested lists without removing discard pop Kasey White 2023-01-06 04:11:45 -0500
  • de7a8f6f20
    Merge pull request #240 from matiwinnetou/aiken-examples Matthias Benkort 2023-01-06 13:49:30 +0100
  • 193792b48f
    Draft quick README, use ENV var for passing configuration. KtorZ 2023-01-06 13:44:20 +0100
  • 1b7be32d74
    rename 'hello_world-keygen.ts' as 'generate-credentials' KtorZ 2023-01-06 13:31:40 +0100
  • eb2f4a8056
    Use pinned version of the stdlib. KtorZ 2023-01-06 13:31:18 +0100
  • 7c2b1ac269
    Define 'local' gitignore for examples' packages. KtorZ 2023-01-06 13:30:56 +0100
  • 1142c6ca6d hello world for starters Mateusz Czeladka 2023-01-06 13:20:07 +0100
  • aff96d99af
    Return non-zero exit code on acceptance test failure. KtorZ 2023-01-06 13:10:11 +0100
  • 3e4f7c0422
    Fix acceptance test runner path in CI workflow. KtorZ 2023-01-06 13:01:52 +0100
  • 470e331b26
    Include acceptance tests in the CI workflow KtorZ 2023-01-06 06:55:34 +0100
  • 4b34617466
    Revert "fix: nested list issues in when statements" KtorZ 2023-01-06 06:50:42 +0100
  • 613fb3c957
    Add new acceptance test scenario 038 KtorZ 2023-01-06 06:46:15 +0100
  • 3aba9baba5 Fixed reward account creation in ScriptContext alessandrokonrad 2023-01-05 12:26:59 +0100
  • 542962a2ea fix: nested list issues in when statements Kasey White 2023-01-03 00:49:09 -0500
  • 88d5d1b7f7 chore: add 036 assets Kasey White 2022-12-31 00:01:52 -0500
  • 67e4ff8317 feat: allow functions from prelude Kasey White 2022-12-30 23:55:20 -0500
  • e495eefb34 feat implement tuple index Kasey White 2022-12-30 22:03:32 -0500
  • 3514e66234 Fix to variant name creation for dependencies. Kasey White 2022-12-30 03:29:26 -0500
  • b0ea187151 better data deserialization errors and test hint now runs even being in a sequence Kasey White 2022-12-29 18:20:13 -0500
  • ee678f2978
    Release 0.0.27 rvcas 2022-12-30 00:57:49 -0500
  • 34d398ab3b fix dependencies ordering so now test 34 passes Kasey White 2022-12-29 16:45:19 -0500
  • 306fa891a0 validator params are now converted to type from data Kasey White 2022-12-29 15:26:28 -0500
  • d5d878e83c
    Add acceptance test scenario: 037 KtorZ 2022-12-29 17:40:09 +0100
  • 85a6a711e1
    Add more colors to error messages. KtorZ 2022-12-29 17:31:42 +0100
  • 3139c85fe8
    Support declaring bytearray literals as base16 strings. KtorZ 2022-12-29 13:08:58 +0100
  • 6f8d1698fe
    Add missing function 'concat' in acceptance test 034. KtorZ 2022-12-29 12:13:29 +0100
  • 4f83d4fa1b
    Add new acceptance test scenario: 036 KtorZ 2022-12-29 12:11:55 +0100
  • 1701cacb52
    Add builtin functions to the prelude KtorZ 2022-12-29 12:05:30 +0100
  • 602a6a03a8
    Rename '{run, run-all}.sh' into '{run, run-all}'. KtorZ 2022-12-29 12:04:37 +0100
  • ad5a393c4d
    Add 'docs' and 'assets' to generated gitignore KtorZ 2022-12-29 10:54:21 +0100
  • cce76bbd63 fix issue with constructor clauses and clause props Kasey White 2022-12-28 16:06:25 -0500
  • c4c0ace3a6
    Align warnings message's style with errors. KtorZ 2022-12-28 18:45:04 +0100
  • 7c1b8e8f3b
    Map remaining relevant builtins. KtorZ 2022-12-28 18:27:28 +0100
  • f2e716dd86
    Fix else/if formatter. KtorZ 2022-12-28 17:55:11 +0100
  • bae8267f18
    Fix formatter for unary operation KtorZ 2022-12-28 17:51:00 +0100
  • 013fe886f5
    Add new acceptance test scenario: 035 KtorZ 2022-12-28 17:03:32 +0100
  • 77fbb3cbdb
    Add new acceptance test scenario: 034 KtorZ 2022-12-28 10:59:39 +0100
  • 722117bfc4 one minor scope fix Kasey White 2022-12-27 22:25:54 -0500
  • 551d4eea93 fix test 28 Kasey White 2022-12-27 21:30:44 -0500
  • 010024fb95 fix: acceptance test 031 Kasey White 2022-12-27 21:01:54 -0500
  • 083b7fcb5f feat: support negation of int Kasey White 2022-12-27 20:30:50 -0500
  • 542e39f093 feat: finish up zero arg issues with dependencies Kasey White 2022-12-27 17:29:03 -0500
  • 30487cc232 fix test 23 Kasey White 2022-12-27 04:26:38 -0500
  • 919ea6c723 tuple destructuring nested and not now works Kasey White 2022-12-26 23:44:56 -0500
  • a08c615da4 checkpoint Kasey White 2022-12-25 20:13:58 -0500
  • b7d506a8db nested lists now work Kasey White 2022-12-24 04:32:14 -0500
  • 6126ee4cb4 checkpoint Kasey White 2022-12-22 05:52:05 -0500
  • b97570bc00 Fixed clippy issue alessandrokonrad 2022-12-27 22:36:45 +0100
  • c6b5380c27 Fixed ex unit budget limit per redeemer alessandrokonrad 2022-12-27 22:25:32 +0100
  • 2e17f18846
    Rework acceptance test runner KtorZ 2022-12-27 09:17:48 +0100
  • 0d0536f6c1 fix: rename test module to tests rvcas 2022-12-23 21:53:59 -0500
  • 01f2142606 fix: the push was in the wrong place rvcas 2022-12-23 21:53:39 -0500
  • cbaf629645 feat: warn if no validators on build rvcas 2022-12-23 21:42:29 -0500
  • 38a716d94e feat: allow error to hold a label rvcas 2022-12-23 15:47:54 -0500
  • 37196a29ee feat: error keyword rvcas 2022-12-23 15:13:46 -0500
  • 22103739c3 chore: some clippy warnings rvcas 2022-12-23 15:13:21 -0500
  • 39f5d1a86d
    Make build, check and docs target directory an (optional) argument KtorZ 2022-12-23 20:23:27 +0100
  • b1b57406e7
    Do not generate placeholder files when creating new projects. KtorZ 2022-12-23 20:19:28 +0100
  • f9ac12c3da
    Merge pull request #212 from aiken-lang/better-type-check-errors Matthias Benkort 2022-12-23 19:57:25 +0100
  • 7b9ea5dabb
    Add links to the user-manual to errors, when applicable. KtorZ 2022-12-23 19:50:14 +0100
  • 69f060e675
    Rework all errors to provide better help text. KtorZ 2022-12-23 15:53:33 +0100
  • c47c50ffb8
    Show most type-checking error on a single line; reads better. KtorZ 2022-12-23 00:25:18 +0100