Samuel Moelius
Samuel Moelius
How about the following? * In addition to posting the address of a wasm file, a task giver also posts the root of a Merkle tree corresponding to that file....
> How would a Verifier know whether or not to challenge if he can't see the raw data? I was imagining that a Verifier who is unable to check the...
@truebitrobbie wrote: > Wouldn't this allow for bogus answers on the ETH Blockchain -- As a result -- no application could actually trust the results from Truebit... I agree with...
For visibility: https://github.com/Manishearth/compiletest-rs/pull/259#issuecomment-1255297752
I think this is still true(?): https://github.com/rust-lang/rust-clippy/issues/2802
I just add a closure-related test. Please let me know if it doesn't address your specific concern.
> It would be better to have some use of it after the closure is created. This has revealed a bug. Please give me a day or so to look...
Any idea what I might have done to cause this? https://github.com/rust-lang/rust-clippy/runs/8089040744?check_suite_focus=true#step:7:1473
I think I figured it out. Sorry for the noise. Today's changes move the `possible_borrower` code under `clippy_utils::mir` so that it can be used in dereference.rs. The bug I [mentioned](https://github.com/rust-lang/rust-clippy/pull/9386#issuecomment-1229280025)...