Arvid Norberg
Arvid Norberg
I'm not sure we have sufficient test coverage of chacha8 to make changes with confidence. Could we have a CI test to run this against a reference implementation?
since there's no way to gracefully abort plotting (yet), it's likely to be killed with `SIGKILL`. Is there any risk the lock on the directory will be orphaned and just...
this change is correct and silences the LGTM issues. I looked at this months ago, and I have some issues with this change: 1. I don't believe there are any...
as a side-note: the correct type for offset is `ptrdiff_t`, not `size_t`.
it seems I was pinged on this, but I can't see it anywhere. I don't really read this file format, but one thing I notice is the "encoding: utf-8" in...
The only extension I'm aware of is `rencode` which Deluge uses in its RPC protocol. It attempts to have a more compact representation of integers, and maybe some other types....
I marked this as a draft for now. I think I may pivot this into just doing the `span` change (more pervasively) and make another attempt at avoiding copying all...
I think there are a lot of opportunities to simplify the code by making changes like this, and embracing a `span` type. Championing these changes are not very high on...
I'm hoping to move this in https://github.com/Chia-Network/clvm/pull/94
it would be great to exercise the wasm build in nodejs in CI, to ensure it works and won't break in the future