Richard Kiss
Richard Kiss
> It seems likely that we would get more savings by applying this compression at the db layer and leave the farmed blocks as they are. > > * We...
There is now an [npm package](https://www.npmjs.com/package/clvm_rs) automatically created whenever we do new releases of `clvm_rs`. It has a very bad and limited API right now, mostly because I am the...
There is now a `Dialect` object which may make it easier to provide a useful API to wasm. The main problem is I am not an expert on how to...
> I think Richard said they were going to fix this, but to avoid premature merging, here's a change request. Right. At the moment, `chia_rs` doesn't have the `compression` submodule....
@altendky I've removed the file with the problem. Should be uncontroversial to merge now.
@shivaenigma are you still interested in this?
Thanks for the feedback.
This is pretty old code (it generates deprecated API warnings when it compiles!) but it's not too difficult to follow. This feature might not be too difficult to add, although...
Sounds like your Python 3 doesn't include the sqlite3 module. You need this module. The way you build python 3 with sqlite3 probably depends upon what OS you're using. Ask...
The `watch_address` file just contains a list of addresses. They can be any addresses you're interested in, but I'd suggest you create a BIP32 address, then add a bunch of...