webasm-solidity
webasm-solidity copied to clipboard
[DEPRECATED] On-chain interpreter for WebAssembly written in Solidity
Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. Release notes Sourced from decompress's releases. v4.2.1 Prevent directory traversal (#73) 967146e https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 Commits 84a8c10 4.2.1 fafff47 Meta tweaks 967146e Prevent directory traversal (#73)...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
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...
RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= 0 and
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...
for example, when i run ``` ./wasm -m -memory-size 16 -stack-size 14 -table-size 8 -globals-size 8 -call-stack-size 10 -case 0 ./factorial.wast -output ``` off-chain, it may show that ``` {"vm":...
At the moment, the solidity offchain interpreter isn't able to generate the proofs that are needed for running the onchain version.
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...
Noticed that the deleteChallenge method in interactive is public and doesn't include any requires. need to change this.