-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
dca2c8e
commit d7b1479
Showing
6 changed files
with
3 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
|
||
dependencies = [ | ||
"clvm>=0.9.2", | ||
"clvm_tools_rs>=0.1.19" | ||
] | ||
|
||
dev_dependencies = [ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.