This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Releases: Chia-Network/clvm_tools_rs_fork
Releases · Chia-Network/clvm_tools_rs_fork
0.1.25
What's Changed
- Fix encoding of integers close to 4 bytes by @prozacchiwawa in Chia-Network#76
- Change license to preferred apache license and version bump by @prozacchiwawa in Chia-Network#77
Full Changelog: Chia-Network/chialisp@0.1.24...0.1.25
0.1.24
What's Changed
- Adding rust dependency checker by @pmaslana in Chia-Network#56
- Bump terser from 5.13.0 to 5.14.2 in /mock-test by @dependabot in Chia-Network#54
- Replace yamlette with yaml-rust to avoid a dependency on yamlette by @prozacchiwawa in Chia-Network#57
- Bump alpine minor version by @Starttoaster in Chia-Network#59
- [Snyk] Upgrade rollup from 2.70.2 to 2.77.1 by @ChiaAutomation in Chia-Network#60
- [Snyk] Upgrade webpack-cli from 4.9.2 to 4.10.0 by @ChiaAutomation in Chia-Network#63
- 20220803 brun exn trace by @prozacchiwawa in Chia-Network#53
- 20220901 fix brun by @prozacchiwawa in Chia-Network#68
- big clippy pr by @prozacchiwawa in Chia-Network#58
- Python 3.11 by @altendky in Chia-Network#24
- candidate fix for Chia-Network/clvm_tools#83 by @prozacchiwawa in Chia-Network#65
- 20221004 encoding bug by @prozacchiwawa in Chia-Network#72
- Borrow only for negative by @prozacchiwawa in Chia-Network#74
- [Snyk] Upgrade rollup from 2.77.1 to 2.77.2 by @snyk-bot in Chia-Network#67
New Contributors
- @pmaslana made their first contribution in Chia-Network#56
- @Starttoaster made their first contribution in Chia-Network#59
- @altendky made their first contribution in Chia-Network#24
Full Changelog: Chia-Network/chialisp@0.1.23...0.1.24
Fix at-capture in inlines using modern compilation
An oversight prevented these from being handled when arguments were being matched.
Fix bug in --time arg parsing
Using --time would not output the extra stats due to having it match the wrong argparse output type.
0.1.21
Gentler recompile in compile_clvm python personality.
Add fourth argument to compile_clvm to return the symbols
Simple feature addition to add the ability to get symbol output from compile_clvm in python.
0.1.19
Bug fixes from 0.1.18 and silence spam left in.
Bug fixes: some kinds of compile time constants and nested let bindings
- 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
Re-release due to hasty mistake
- cldb now honors --include
Fix bug: include paths in cldb
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.