namada
namada copied to clipboard
Encrypt validator keys
Allow encrypting validator keys in wallet.toml.
cc @cwgoes @tzemanovic should we implement this for phase 1?
It's not a hard requirement for the release candidate, but we should implement it ASAP.
@sug0 Which keys are you talking about specifically?
@cwgoes these keys, which also live in wallet.toml
https://github.com/anoma/namada/blob/f5c3b708018c38bb8768da57ce3199a208ff9e12/crates/sdk/src/wallet/store.rs#L38-L45
I see - do I understand correctly then that these keys are not currently used (they would be used for the Ethereum bridge)?
yeah, they're currently only required by the eth bridge code, which is deactivated anyway
What are thoughts on removing these keys altogether?
that answer depends on the premise that the eth bridge is never gonna be enabled. 🤷 we could always add these keys back to the wallet, but idk. @cwgoes
Let's just leave this issue for now.