truebit-os icon indicating copy to clipboard operation
truebit-os copied to clipboard

[DEPRECATED] Interactive client

Results 22 truebit-os issues
Sort by recently updated
recently updated
newest added

web3.js version should be updated, but there are problems * web3.js 1.0 is incompatible with ganache * truffle-contract could solve the above, it it is now incompatible with web3.js 1.0...

After changes to filesystem we need the merkle root of the code file when creating them in the truebit filesystem. In the scrypt-test we use the merkleRoot module. We should...

I run the test: npm run test error info below: Normal task lifecycle 2019-01-08 17:38:21 [console] info: Task Giver initialized 2019-01-08 17:38:21 [console] info: Solver initialized at block 4652 2019-01-08...

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...