Harley Swick

Results 56 issues of Harley Swick

When solvers upload output files the sendTransaction used requires a gas amount. This gas amount is currently set to 200000. This is a problem if the size of the data...

Okay I am guilty of creating this inconsistency as well, and have had my own internal debate. However, according to the all knowing interwebs the correct form is ID Source:...

Right now we are indirectly testing filesystem usage, but it would be better to have tests that are specifically just meant to test the filesystem

The tests are "passing" on Travis but they don't even get that far into the task. Perhaps at this point it might be best to not use it, or look...

3 outcomes so far: Gets stuck at end reveal period Solver reverts at end reveal period and gets stuck Gets to end of the test but both verifier and solver...

I noticed that on the second run of a test that SOLVER is trying to call end reveal period, this occasionally leads to an error. The error doesn't That doesn't...

Right now the verifier iterates through the entire list of verifiers, but I'm afraid this would lead to a race condition and cause the client to crash or mess up...

Now that we have the jackpot there and the rate is at around 50%, it seems to be consistently disrupting the tests. I've added a test for the jackpot in...

Currently these files are being accumulated, long running solver's and verifier's could eventually run low on memory.

Noticed that I moved Filesystem.sol into `contracts/dispute` there will probably be a lot of future improvements on the Filesystem so should probably go in its own directory.