Pablo

Results 4 issues of Pablo

I cannot run `pip install prettymaps` on a M1 Macbook Pro running OSX Ventura 13.1 (22C65). I use Conda to manage my Python environments. I created a fresh environment with...

Seems to be broken: https://docs.substrate.io/tutorials/work-with-pallets/custom-pallet/

broken link ❌

This PR adds specific support for the Zeroize crate. In particular, it allows the `PrivateKey` struct to derive `Zeroize`. This translates into having the possibility to have secure PrivateKeys since...

The PrivateKeys created with bls-signatures do not implement `.zeroize()` (see [Zeroize](https://docs.rs/zeroize/latest/zeroize/)) to ensure dropped values do not contain information after they are out scope, and sensistive information cannot be accessed....