radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb fafb3493dc
cli: Detect key mismatch
When run with a secret and public key that do not cryptographically
match, `fn radicle_cli::terminal::io::signer` would prompt the user
for a password to unlock the secret key, and then carry on with a
mismatching key pair.

Fix this by verifying that the keys match in `MemorySigner::load`
and only swallow errors initializing the signer in cases where
prompting for a password makes sense. It does not make sense in the
case of mismatched keys.
2025-09-26 00:33:59 +02:00
..
src cli: Detect key mismatch 2025-09-26 00:33:59 +02:00
CHANGELOG.md Introduce a node event for canonical reference updates 2025-08-25 18:49:43 +01:00
Cargo.toml crates: 1.4.0 release 2025-08-27 10:30:28 +01:00