Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Releases: Chia-Network/clvm_tools_rs_fork

0.1.25

24 Oct 00:37
f71c678

Choose a tag to compare

What's Changed

Full Changelog: Chia-Network/chialisp@0.1.24...0.1.25

0.1.24

07 Oct 19:02
6e840c3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Chia-Network/chialisp@0.1.23...0.1.24

Fix at-capture in inlines using modern compilation

04 Aug 00:59
1156783

Choose a tag to compare

An oversight prevented these from being handled when arguments were being matched.

Fix bug in --time arg parsing

02 Aug 15:17
b3d5202

Choose a tag to compare

Using --time would not output the extra stats due to having it match the wrong argparse output type.

0.1.21

28 Jul 20:53
5e82522

Choose a tag to compare

Gentler recompile in compile_clvm python personality.

Add fourth argument to compile_clvm to return the symbols

19 Jul 04:00
33c63dc

Choose a tag to compare

Simple feature addition to add the ability to get symbol output from compile_clvm in python.

0.1.19

05 Jul 07:37
552942f

Choose a tag to compare

Bug fixes from 0.1.18 and silence spam left in.

Bug fixes: some kinds of compile time constants and nested let bindings

05 Jul 06:28
a7d8f1d

Choose a tag to compare

  • Fix hash-constants like "#a" to yield their corresponding prim
  • Fix hex constants which were treated as unsigned integers in modern compilation; now properly treated as bytestrings
  • Make more nested sites available for let bindings
    Quite a few more tests

Fix bug: include paths in cldb

26 Jun 08:20
cad7768

Choose a tag to compare

Re-release due to hasty mistake

  • cldb now honors --include

Fix bug: include paths in cldb

26 Jun 07:08
721131a

Choose a tag to compare

This is a redundant release due to my desynchronizing Cargo.toml's version number.
I'll add a check for that.

  • Include paths weren't hooked up in cldb's compiler, this fixes that.