-
Received feedback that current WASM tutorial is hard to follow or distracted
-
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 Task is capped in relation to the size of the jackpot.
Each …
-
My music button displayed muscian and track name; if they were too long to be displayed, the touch bar would be empty:
-
...
thriftpy/transport/cybase.c:3127:24: error: no member named 'exc_type' in 'struct _ts'
tmp_type = tstate->exc_type;
~~~~~~ ^
thriftpy/transport/cybase.c:3128:25: err…
-
Christian suggested this change to truebit classic during dev call.
This changes protocol by not needing a second incorrect solution submitted.
Solver only submits the hash of the solution they …
-
Depends on https://github.com/BANKEX/plasma-research/issues/30
### Block structure for solidity
Cut hashes up to 160 bits. It provides us 80bit reliability.
```solidity
struct MerkleProof {
…
-
Hey, do you have any supporting research on verification games, second layer scaling, or off-chain verification? I think it'd help add to the background of your project. Thanks!
-
The result of `nrpm link` should be the same every time we run it.
Right now, every time I run it, it gaves me a different order version
-
For Alacrity to be able to deal with large evaluation times, it needs to accept one or many of the following backends:
1. TrueBit-style claims of result of the computation, with interactive dicho…
-
When the script deletes unused identifiers it breaks the JSON structure by deleting only a single line and not a whole JSON object.
`Following lines were deleted because of invalid format or no longe…