Jeff Burdges

Results 83 issues of Jeff Burdges

If we merely add `T: ?Sized` to `Cow` to deserialize exactly like `Vec`, which requires one new impl, but not sure if the orphan rules permit this, if an explict...

An interesting litmus test for https://github.com/dalek-cryptography/curve25519-dalek/issues/811 would be someone doing an ark-dalek crate that provides wrapers around curve25519-dalek types and supports [ark-ec](https://docs.rs/ark-ec/0.5.0/ark_ec/) traits, so some discussion: Why really do this?...

By default, Parity Vault uses the chain in derivation paths: If you make an account on polkadot, then you'll have a derivation path like `//polkadot//..`. If you make an account...