substrate-docs
substrate-docs copied to clipboard
Default account clarifications
New features (not yet ready) to bring up in docs when merged. https://github.com/paritytech/substrate/pull/10403 https://github.com/paritytech/substrate/pull/10413 && https://github.com/paritytech/polkadot/pull/4500 https://github.com/paritytech/cumulus/pull/842
To be placed in the "dropbox" section of the docs.
covers:
- known private key for 0 address, specifically for sr25519/ed25519 (doesnt apply to ethereum or some of the other ones)
- warning not to use that address
- leads to no default implementaiton for address, and how to simply work around it with
.unwrap_or([1u8; 32].into())