Andreas Fackler
Andreas Fackler
I like the idea, and we'd welcome any contributions to make that happen! However, I think there are a few challenges, e.g.: * First we'd need to make sure all...
The problem is that [pairing 0.14 uses rand 0.4](https://github.com/zkcrypto/pairing/blob/0.14.0/Cargo.toml). If you use `gen()` from rand 0.6 it expects its return type to implement the `Distribution` trait from rand 0.6, not...
Yes, once pairing supports no-std, I think it should be easy for threshold_crypto. I'd open an issue with pairing first, though: They are very responsive, and maybe there's no need...
> custom implementation of the standard library Which parts would need a custom implementation? At least `alloc::vec::Vec` should be usable even in a `no_std` environment. The bigger problem is to...
As discussed, I can't reproduce this, but added more asserts to the test in #1862 in case it happens again.
Reopening since it [happened again](https://drone-auto-casper-network.casperlabs.io/casper-network/casper-node/1509/3/3): ``` ---- reactor::participating::tests::run_equivocator_network stdout ---- thread 'reactor::participating::tests::run_equivocator_network' panicked at 'Alice should have been evicted.', node/src/reactor/participating/tests.rs:304:5 ============================================================== Thread: reactor::participating::tests::run_equivocator_network To reproduce failure, try running with env...
I think the least invasive way to make Alice equivocate is to delay all messages to and from her clone by one round length: She'd then send a witness unit...
Yes, `Effect`s are futures, and you can't `match` on them.
Ah, right, then I think it could work. It might be a bit more complicated, though.
Reopening, as it happened again in https://github.com/casper-network/casper-node/pull/1935: https://drone-auto-casper-network.casperlabs.io/casper-network/casper-node/1744/3/3