Pierre Krieger

Results 327 issues of Pierre Krieger

https://github.com/paritytech/substrate/pull/10688 enforces the maximum number of peers, even if they were reserved.

Status: working prototype, but needs a lot of cleanup, possibly extracting in a different library. Adds a Bluetooth transport in the form of the `BluetoothConfig`, and a network behaviour named...

in progress

With asmjs and/or wasm. Is that an objective as well? It should be easy to achieve.

priority:nicetohave
difficulty:easy
help wanted
getting-started

Very long-term issue.

T-enhancement

This PR aims at replacing `wasmi` with `cranelift`. Since the wasmtime people are for some reason reluctant to merge `#![no_std]` PRs, I've cloned the source code in-tree and put `#![no_std]`...

Close #353 The check will initially likely not pass.

cc #438 Progress: ![Screenshot from 2020-05-04 22-16-28](https://user-images.githubusercontent.com/1412254/81009652-5523df00-8e55-11ea-8d6d-80ed8c328986.png) Unfortunately it's quite complicated to compile: > AR_wasm32_wasi=/home/pierre/Projets/wasi-sdk-10.0/bin/ar CXX_wasm32_wasi=/home/pierre/Projets/wasi-sdk-10.0/bin/clang++ CXXFLAGS_wasm32_wasi="-fno-threadsafe-statics --sysroot=/home/pierre/Projets/wasi-sdk-10.0/share/wasi-sysroot" CARGO_TARGET_WASM32_WASI_LINKER=/home/pierre/Projets/wasi-sdk-10.0/bin/lld CXXSTDLIB_wasm32_wasi=c++ CARGO_TARGET_WASM32_WASI_RUSTFLAGS="-Clink-arg=-L/home/pierre/Projets/wasi-sdk-10.0/share/wasi-sysroot/lib/wasm32-wasi" cargo run --target=wasm32-wasi --release