Skip to content

Releases: Chia-Network/clvm_tools

0.4.10

23 Oct 20:11
19d7fcd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.9...0.4.10

0.4.9

06 Mar 21:59
80b011f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.8...0.4.9

0.4.8

16 Feb 18:11
b78d414
Compare
Choose a tag to compare

What's Changed

  • correct \ to \\ in printable_characters by @altendky in #109
  • Paginate hex files every 80 characters by @Quexington in #76
  • Add types for functions called by other modules by @aqk in #95

Full Changelog: 0.4.7...0.4.8

0.4.7

20 Nov 20:29
3091f4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.6...0.4.7

0.4.6

31 Oct 19:29
1751246
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.5...0.4.6

Incorporate clvm_tools_rs' compiler in the 'run' personality

08 Jul 18:54
d7b1479
Compare
Choose a tag to compare
20220616 run in rust (#89)

* Run with stage 2 (the 'chialisp' everyone uses) now invokes rust's launch_tool which emulates run.  run -s0 does the same thing as brun, so porting it isn't as important (it just runs clvm) and -s1 runs clvm, but adds a 'bind' primitive that never appeared in mainline chialisp.

* Ensure that we pass through --help to the rust code

* Streamline change to clvm_tools_rs' run by deprecating stage_1

* Restore formatting

* Bump after bug fixes