-
# 🐛 MacOS ./scripts/cli/start_cli_testnet.sh could not compile
## To reproduce
** git clone https://github.com/libra/libra.git **
** cd libra && ./scripts/dev_setup.sh **
** ./scripts/cli/star…
-
-
Hi there,
apologies if this has already been discussed in other places, but there's a lot of issues and discussion and it's hard to keep track as an outsider.
Just from the point of view of (thi…
-
I have tried compiling the examples, ipfs-kad.rs and chat.rs, and I am getting quite heavy binary sizes (2MB stripped), optimizing by recompiling the std with xargo without any features, using lto, op…
-
# Overview
* https://doc.dalek.rs/bulletproofs/
* https://medium.com/interstellar/bulletproofs-pre-release-fcb1feb36d4b
* Switch secp256k1 to curve22519-dalek
* Commitment and schnorr sig implemen…
-
# 🐛 Bug
## To reproduce
** Code snippet to reproduce **
```rust
./scripts/cli/start_cli_testnet.sh
```
** Stack trace/error message **
```
Building and running client in debug mode.
…
-
We could push this crate in two directions with respect to Ed25519:
_Option 1._ Break with Ed25519 almost completely
We'd optimize the hashing in `sign_prehashed` and `verify_prehashed`, addres…
-
[libsodium provides](https://github.com/jedisct1/libsodium-doc/blob/master/helpers/memory_management.md#securing-memory-allocations) a mem-zeroing functionality which gets called from the rust version…
-
Rand 0.6 was released today with support for WASM as well as [other features](https://rust-random.github.io/book/update-0.6.html).
-
When I do
`curl https://getsubstrate.io -sSf | bash`
the build fails because wasm isn't built anymore:
```
Compiling substrate-consensus-aura v1.0.0 (https://github.com/paritytech/substrat…