Harley Swick

Results 56 issues of Harley Swick

I was able to mess up the scrypt-interactive client during the verification game by randomly submitting wrong/correct responses which would make the verifier fail by changing the order of steps...

This would be useful to verify addresses or help other developers more easily integrate TrueBit. I'm thinking it could look like this Command: `contracts` Output: ``` Incentive Layer: 0x123423423423 TRU...

Need to test scenarios where task process stops midway through. The idea is to be able to make the code capable of recovering from this position.

An error should be returned if a process like a task giver, solver, or verifier is already running on account. Example: What currently happens: ``` 🎲 $ start task -a...

When the TrueBit network is active there will be a lot of tasks. This could flood the resources of a node, we need a way to prevent this. As well...

Research different merkle tree's for best performance

This would increase performance

Currently only one computation can be run on VM at a time

One of the issues with the jackpot is that the size of the Tasks is relative to the size of the jackpot. As in the the maximum cost of a...

Current jackpot payment adheres to split between solution0Challengers and solution1Challengers. This becomes an issue for 2 reasons 1. Implementation: Verifier needs to get info to redeem payout, this would require...