Harley Swick

Results 45 comments of Harley Swick

After this is implemented thinking of forking this for historical purposes.

In the implementation where solver only submits one solution the solver never submits an "incorrect" solution. The task giver just has to resend the task. This means the Forced error...

I'm not understanding how a solver could submit a correct solution during a forced error if the forced error happens after the solution submission?

It looks like its a dependency for one of our dependencies, but it isn't clear which one. This issue isn't too big of a deal for us, since none of...

Currently working on an implementation that makes a general challenges mapping in the contract (not per task) it would look like this: `mapping(address => mapping(bytes32 => bytes32)) private challenges;` The...

The other issue is that a verifier's deposit cannot be bonded until they reveal the solution. This means there is no disincentive to not revealing the solution. The consequence of...

Related to #48. sort of... The implementation complexity comes from the fact that verifiers must pull payment, whereas a single solver can be pushed to. The pull method requires some...

This should be addressed by @sinahab's recent protocol work

Hi all, I've recently started a new dl4j wrapper for clojure https://github.com/hswick/jutsu.ai, it is still a work in progress and I'm currently planning a slight rewrite but would love all...

@shark8me my motivation was that this project didn't look like it was being maintained so rather than learning how this library worked. I felt it would be easier for me...