Richard Kiss
Richard Kiss
Take a look at https://github.com/richardkiss/pycoin/blob/master/COMMAND-LINE-TOOLS.md for some examples.
This doesn't have a chance of working until we have an `sdist` of `chia-blockchain` in pypi that works. Once we have that, we can see how this goes (and then...
There's a decent chance that this will work now, which would allow us to remove the gui submodule & gui build scripts from `chia-blockchain`.
This is more of a proof of concept at this point... probably want to compare against build scripts in `chia-blockchain`, since the version these scripts are based upon are 20...
This is fine in principal, but needs rebasing.
Taking out the `clvm_tools` tests makes perfect sense, since the test results are ignored due to stage 2 not working with `clvm_rs`. I do have concerns about taking out the...
Sure. The more similar the test formats can be between the two, the easier it will be to keep the two in sync if we add more tests or change...
Correct, tests aren't wired for `setup.py`. Using `py.test tests` works for now. A PR to connect the two would be great.
This is a fairly simple change. The main benefit is that it no longer does a clunky call out to python with `import clvm` in the rust code. The main...
> @richardkiss Please add a description to this PR. Thins that aren't obvious to me are: > > 1. what are all the new dependencies for? Are they all transitive...