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

Silence unintended diagnostics

08 Feb 17:56
72c178d

Choose a tag to compare

0.1.5

Fix formatting

Fix recursive calls among inline functions and add let*

08 Feb 11:01
15fe62f

Choose a tag to compare

let* had been added which enables a set of let bindings to each refer to the previous ones.
a bug regarding parameter passing among nested defun-inlines has been fixed.
tests were added.

Quiet loading spam

28 Jan 18:37
eb50002

Choose a tag to compare

Originally, I wanted to loudly show that clvm_tools_rs was processing chialisp to ensure that the user knew that CLVM_TOOLS_RS environment variable was effective and overriding compilation (and to show the user how python package names were being resolved to filesystem directories). This isn't needed anymore and makes programs that import chia-blockchain loud as well, so this silences the spam from clvm_tools_rs.

Fix path lookup for modern style compilation

28 Jan 01:55
d7ad4d8

Choose a tag to compare

Adds the path set to the compiler options when a modern chialisp file is compiled from python.

Fix hiding optimization bug and add tests

20 Jan 02:14
8bc796d

Choose a tag to compare

Had an optimization disabled (which had a bug) that is now fixed and enabled.
Found via the tests in chia-dev-tools.

Initial release: exports compile_clvm to python, various goodies from cargo

19 Jan 19:31
b5f8716

Choose a tag to compare

Initial python release exporting compile_clvm and various goodies from cargo.
Documentation at https://prozacchiwawa.github.io/clvm_tools_rs/