Harley Swick
Harley Swick
For the most part any time someone interacts with the blockchain they want some feedback. However, there are cases of fire and forget and the easiest way to implement this...
Would be useful (possibly more performant) to grab a batch of changes for a list of filters. This would mean less trips over the wire to the Ethereum node.
Thanks @pik694 exw3 will throw an error message if you don't include gas, from, or contract address in a transaction. Which helps with debugging. Right now the error messages look...
Stuart Halloway had some cool ideas in this talk https://www.youtube.com/watch?v=c52QhiXsmyI, about rendering graphs based on meta data associated with data passed in. I think it would be cool if jutsu...
Made note of this in README. nightlight dependency must come after jutsu in dependency list. I believe the issue is somewhere on the js side of things with cljs. As...
See [here](https://github.com/hswick/jutsu.ai/issues/17) for a discussion on the desired feature. In summary: It would be great to have a way to input plain clojure data into a model to train. Seems...
Since the configs are just data this seems like a good use case for spec
Currently travis only runs this test https://github.com/TrueBitFoundation/webasm-solidity/blob/master/test/judge.js We need to add continuous integration support for the newly added tests such as: test/task-lifecycle.js test/task-lifecycle-ipfs.js test/task-alphabet.js test/task-alphabet-challenge.js This will also involve adding...
Solidity compiler gives this type of warning quite a bit. `fs.sol:52:20: Warning: This function only accepts a single "bytes" argument. Please use "abi.encodePacked(...)" or a similar function to encode the...
https://github.com/TrueBitFoundation/webasm-solidity/blob/master/contracts/interactive.sol#L124 https://github.com/TrueBitFoundation/webasm-solidity/blob/master/contracts/interactive.sol#L127 Should just revert when not successful because it makes it seem like the tx went through Should be deleted because if you don't have the proper data then...