Michal Swietek

Results 4 comments of Michal Swietek

How about this one for BLS: https://eprint.iacr.org/2019/403.pdf?

You sure that you actually run wasm code? If you don't provide any runtime how the wasm code is executed? My guess is that `--target wasm32-unknow-unknow` is ignored and you...

I believe so. What I did to get perf data that you can then feed to flamegraph was: 1. `cargo build --release --target wasm32-unknown-unknow` 2. `perf record -k mono wasmtime...

The option of calling SCs from pallets conveniently (as it's possible right now but definitely not conveniently) would be very useful! We were discussing recently several use cases for that,...