`inspect-key`: Adds support for `expect-public` (#10430)
* Introduce `SecretUri` * `inspect-key`: Adds support for `expect-public` `expect-public` can be used to check that a given secret uri corresponds to the given public key. This is mainly useful when the secret uri is protected by a password and a new derived account should be generated. With `--expect-public` the user can pass the public key/account-id of the "base" secret uri aka the one without any derivation to ensure the correct password was inserted. * Fixes ** Apply suggestions from code review Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Review feedback * FMT * Bump the versions Co-authored-by:
André Silva <123550+andresilva@users.noreply.github.com>
Showing
- substrate/Cargo.lock 1 addition, 1 deletionsubstrate/Cargo.lock
- substrate/bin/node-template/node/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node-template/node/Cargo.toml
- substrate/bin/node-template/pallets/template/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node-template/pallets/template/Cargo.toml
- substrate/bin/node-template/runtime/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node-template/runtime/Cargo.toml
- substrate/bin/node/bench/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/bench/Cargo.toml
- substrate/bin/node/cli/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/cli/Cargo.toml
- substrate/bin/node/executor/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/executor/Cargo.toml
- substrate/bin/node/inspect/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/inspect/Cargo.toml
- substrate/bin/node/primitives/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/primitives/Cargo.toml
- substrate/bin/node/runtime/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/runtime/Cargo.toml
- substrate/bin/node/testing/Cargo.toml 1 addition, 1 deletionsubstrate/bin/node/testing/Cargo.toml
- substrate/bin/utils/chain-spec-builder/Cargo.toml 1 addition, 1 deletionsubstrate/bin/utils/chain-spec-builder/Cargo.toml
- substrate/client/allocator/Cargo.toml 1 addition, 1 deletionsubstrate/client/allocator/Cargo.toml
- substrate/client/api/Cargo.toml 1 addition, 1 deletionsubstrate/client/api/Cargo.toml
- substrate/client/authority-discovery/Cargo.toml 1 addition, 1 deletionsubstrate/client/authority-discovery/Cargo.toml
- substrate/client/basic-authorship/Cargo.toml 1 addition, 1 deletionsubstrate/client/basic-authorship/Cargo.toml
- substrate/client/beefy/Cargo.toml 1 addition, 1 deletionsubstrate/client/beefy/Cargo.toml
- substrate/client/beefy/rpc/Cargo.toml 1 addition, 1 deletionsubstrate/client/beefy/rpc/Cargo.toml
- substrate/client/block-builder/Cargo.toml 1 addition, 1 deletionsubstrate/client/block-builder/Cargo.toml
- substrate/client/chain-spec/Cargo.toml 1 addition, 1 deletionsubstrate/client/chain-spec/Cargo.toml
Please register or sign in to comment