Henry de Valence
Henry de Valence
As a user rather than a maintainer of arkworks, I don't really have a stake in this, but I'm not sure it's fair to describe those crates as being minimal...
Does the health check have to be unauthenticated, or does that just make it more convenient? Would we want the health check to be a standalone endpoint, or part of...
The locking bugs for the endpoint are caused by trying to access Abscissa state. So if the health check endpoint doesn't access that state, it should be fine.
Per #1030 we may want to move from Abscissa components to just "components" that are started up by the `start` command's main future. In that case, it wouldn't be necessary...
One question that I'm not clear on yet is where exactly to draw an FFI boundary. It might turn out that the best place to do that is not in...
Changed title so that this becomes the tracking issue for FFI
Adding a NEON field implementation sounds great. It has been inactive for about two years now, and it would be great if someone wants to do it. The best option...
This is tracked by #294; I don't think there's been any update on that (but maybe @oleganza knows more).
As part of this I think it would be good to reorganize the structure of the source tree, if we're going to have multiple vector and serial backends. Right now...
I typed the wrong issue number in a commit, this was closed spuriously.