Commit Graph

  • 2e5fdb12d9 chore: update roadmap rvcas 2022-10-24 00:11:42 -0400
  • 4064a3e4e6 chore: update changelog rvcas 2022-10-24 00:08:01 -0400
  • a41d05f7b6 feat: change project structure rvcas 2022-10-24 00:03:02 -0400
  • 825783ca61 feat: typecheck If expressions rvcas 2022-10-23 19:34:51 -0400
  • 5244e58c9f feat: typechecking is working rvcas 2022-10-21 23:31:48 -0400
  • cabc653167 feat: start expr inference rvcas 2022-10-19 23:23:23 -0400
  • 81c87ab4da feat: register import, types, and values in environment rvcas 2022-10-18 19:55:46 -0400
  • d0287d418b feat: add prelude rvcas 2022-10-17 17:14:36 -0400
  • 4df3de0a03 feat: some boilerplate for typechecking rvcas 2022-10-13 18:34:25 -0400
  • ed2ef4fa9b feat: sort modules and detect cycles rvcas 2022-10-13 15:29:08 -0400
  • 15c774b7d0
    Release 0.0.21 rvcas 2022-10-23 17:58:21 -0400
  • bed33196bb
    chore: update changelog rvcas 2022-10-23 17:57:53 -0400
  • c89690aa77 Create unknown constructor error for decode Kasey White 2022-10-23 14:14:04 -0400
  • 360a5b6017 preceding bytes output changes if you error before position 5 Kasey White 2022-10-23 13:39:43 -0400
  • 56984dea36 more spacing for parse error Kasey White 2022-10-22 18:38:01 -0400
  • 15cfb22c8f more detailed parse errors when decoding with flat Kasey White 2022-10-22 18:35:16 -0400
  • 4ef654b660 fixed clippy issue alessandrokonrad 2022-10-22 23:53:50 +0200
  • c6de827721 added apply_params_to_script function alessandrokonrad 2022-10-22 23:31:26 +0200
  • e67aa7b943 chore: update readme and book rvcas 2022-10-20 14:06:19 -0400
  • 7ca276bad4 updated changelog alessandrokonrad 2022-10-19 23:01:14 +0200
  • e6f3c40429 changed i64 -> i128 alessandrokonrad 2022-10-19 22:36:16 +0200
  • ce875a3c47
    Release 0.0.20 rvcas 2022-10-17 17:22:50 -0400
  • 08736817ca
    chore: update changelog rvcas 2022-10-17 17:22:03 -0400
  • a9621756f4
    chore: update changelog rvcas 2022-10-17 17:21:19 -0400
  • a83c731eb1 fixed err description alessandrokonrad 2022-10-17 12:23:12 +0200
  • ad542a68e8 removed unnecessary return statement alessandrokonrad 2022-10-17 12:14:13 +0200
  • 0856f6ccf2 added checked operators to some DefaultFunction alessandrokonrad 2022-10-17 12:07:12 +0200
  • cfc1f92646 leave as i128 alessandrokonrad 2022-10-17 11:32:55 +0200
  • 4e8fd53e70 fixed comments alessandrokonrad 2022-10-16 20:51:14 -0400
  • a14dae5863 changed slot_length to u32 alessandrokonrad 2022-10-16 20:32:24 -0400
  • 28b9fed8e5 added i128 integer support alessandrokonrad 2022-10-16 20:20:47 -0400
  • e30bd829aa chore: update changelog rvcas 2022-10-13 10:50:34 -0400
  • 6e7ea45e11 fix: flip the cbor_hex if condition rvcas 2022-10-13 10:49:04 -0400
  • da89e9902c feat: starting to get pretty error messages rvcas 2022-10-11 13:55:38 -0400
  • 59d7b54473 feat: start integrating miette rvcas 2022-10-09 17:33:14 -0400
  • 57dc50e3aa chore: temp allow dead code rvcas 2022-10-09 15:33:19 -0400
  • 754b2d00b9 chore: more contributing docs rvcas 2022-10-08 22:18:11 -0400
  • 0889e7d5c4 fix: do not try to deploy mdbook if not main rvcas 2022-10-08 19:24:45 -0400
  • 6b79eb0961 chore: split example into lib and script rvcas 2022-10-05 21:11:42 -0400
  • 03d4a6f1e1 chore: rename rvcas 2022-10-05 21:02:52 -0400
  • ff26db2245 feat: start project building rvcas 2022-10-05 18:57:45 -0400
  • 756e7c7680
    Include info for running CI checks locally (#66) MitchTurner 2022-10-09 11:33:58 -0700
  • 549a1ae971
    chore: add .github/FUNDING.yml rvcas 2022-10-08 19:17:44 -0400
  • 06fb43ba96
    chore: add contributing.md and changelog.md rvcas 2022-10-08 19:11:33 -0400
  • 85d7faf0f8
    feat: start some mdbook layout rvcas 2022-10-06 15:23:07 -0400
  • c1451e704d
    chore: more mdbook ci stuff rvcas 2022-10-06 14:45:21 -0400
  • f218fcfc96
    chore: small changes to mdBook CI rvcas 2022-10-06 13:49:03 -0400
  • da3ebed368
    chore: update readme rvcas 2022-10-04 22:47:58 -0400
  • 2896b92203
    Release 0.0.19 rvcas 2022-10-04 17:10:21 -0400
  • 6de41e64be feat: add simple check command rvcas 2022-10-04 17:03:21 -0400
  • 6ef8ba5c35 feat: if expressions rvcas 2022-10-04 13:18:38 -0400
  • dba82d544d feat: record update syntax rvcas 2022-10-03 17:00:58 -0400
  • 3ad915cafd fix: list spread allowing no comma before spread rvcas 2022-10-03 17:00:26 -0400
  • fb1ff759e1 feat: function calls and captures rvcas 2022-10-02 18:53:29 -0400
  • 1b61f4b25b feat: field access rvcas 2022-10-02 18:16:19 -0400
  • 34492f600c test: empty function definition rvcas 2022-10-02 15:42:06 -0400
  • 512431d27f feat: anonymous functions rvcas 2022-10-02 15:38:59 -0400
  • 695ac409b7 feat: assert and boolean negation rvcas 2022-10-01 21:55:36 -0400
  • c7c11d1bd5 feat: finish when clauses rvcas 2022-10-01 21:37:45 -0400
  • 722dc4b477 work on adding when clause Kasey White 2022-10-01 20:36:16 -0400
  • 118a5ac54e add some block parsing and a test (incomplete) Kasey White 2022-10-01 19:34:42 -0400
  • 4acb849f09 fix: include return type in one function def rvcas 2022-09-29 23:50:38 -0400
  • 55f906482a feat: strip for release builds rvcas 2022-09-29 23:36:57 -0400
  • c5450d37d5 chore: move lang tests to a submodule rvcas 2022-09-29 23:35:14 -0400
  • 43b147a9e0 feat: lists and flatten sequences rvcas 2022-09-29 23:28:20 -0400
  • 3208dab718 feat: finish parsing let bindings rvcas 2022-09-28 12:16:06 -0400
  • 3c5039134f attempt to parse let Kasey White 2022-09-28 04:03:37 -0400
  • 60359ec9b0 add pipeline and logical ops to expr parsing Kasey White 2022-09-28 00:49:12 -0400
  • fff38e30d2 test: add more stuff to get successfully parsing rvcas 2022-09-27 12:19:46 -0400
  • 8e3b32fe2c
    Release 0.0.18 rvcas 2022-09-27 09:15:41 -0400
  • 037297880c
    Release 0.0.17 rvcas 2022-09-27 09:15:26 -0400
  • 8f9481079c
    Release 0.0.16 rvcas 2022-09-27 09:14:11 -0400
  • f3b9d33f32 added deserialisation error to machine alessandrokonrad 2022-09-27 14:33:49 +0200
  • 94bfc2846c
    Release 0.0.17 rvcas 2022-09-26 17:13:44 -0400
  • 4c1b04e022
    chore: add Cargo.toml fields rvcas 2022-09-26 17:13:30 -0400
  • 65f39432fa
    Release 0.0.16 rvcas 2022-09-26 17:11:01 -0400
  • 28553e3d03
    Merge pull request #33 from txpipe/lang Lucas 2022-09-26 17:10:30 -0400
  • 119a6f1e77
    feat: use pretty assert rvcas 2022-09-26 17:04:54 -0400
  • ae2866f784
    Release 0.0.15 rvcas 2022-09-26 16:34:26 -0400
  • 3256bfbc32 Wrapped errors in redeemer error alessandrokonrad 2022-09-26 21:54:44 +0200
  • 81dd826ab8
    Merge branch 'main' into lang rvcas 2022-09-26 11:15:02 -0400
  • 4f26957806
    feat: some expr with precendence parsing rvcas 2022-09-26 11:14:42 -0400
  • 2a360ced3d chore: Fixed some ci issues Ch1n3du 2022-09-26 14:55:48 +0100
  • 828b945c8e chore: Fixed some ci issues Ch1n3du 2022-09-26 14:45:38 +0100
  • 8f8cae2775 chore: Fixed some ci issues Ch1n3du 2022-09-26 14:40:42 +0100
  • af9474edf9 chore: Fixed some ci issues Ch1n3du 2022-09-26 14:39:48 +0100
  • d7c9fa0fd1 chore: Fixed some ci issues Ch1n3du 2022-09-26 14:36:33 +0100
  • 393d6f91b3 chore: Fixed some ci issues Ch1n3du 2022-09-26 14:33:46 +0100
  • 71dbb3ad44 chore: Fixed some ci issues Ch1n3du 2022-09-26 14:31:21 +0100
  • c42b75def8 feat: Added skeleton and gh action for mdbook Ch1n3du 2022-09-26 14:24:16 +0100
  • e817b39e4c
    Release 0.0.14 rvcas 2022-09-26 09:59:28 -0400
  • 5ec991d83a fixed error handling in eval raw alessandrokonrad 2022-09-25 23:11:17 +0200
  • c08f6a8454
    Merge branch 'main' into lang rvcas 2022-09-25 17:44:20 -0400
  • 25790287b7
    Release 0.0.13 rvcas 2022-09-24 20:35:36 -0400
  • 2031e345e4
    Merge pull request #50 from txpipe/rvcas/tx_simulate Lucas 2022-09-24 20:33:50 -0400
  • 08596588a7
    feat: output total budget spent from cli rvcas 2022-09-24 20:23:51 -0400
  • 4166e27fd7
    chore: v1 comments rvcas 2022-09-24 19:52:40 -0400
  • 8620332b75
    feat: move input from json to helper method rvcas 2022-09-24 19:40:07 -0400
  • 3cb24a1d00 update test mem and cpu assertions for eval tx tests Kasey White 2022-09-24 18:19:18 -0400
  • aa111f0a65 fixed slot alessandrokonrad 2022-09-25 00:01:01 +0200