Trezor wallet is not supported.
Add support for the cli to use the wallet.
A potential starting point: https://github.com/paritytech/parity-ethereum/pull/6403/files
To continue the analogy, can it somehow be built on top of No, I confused it with Ledger support.ledger-tool?
Yeah I'd say either a stand-alone tool to begin with or potentially a subcommand of the cli/
We should keep in mind that more recently Parity have completely removed hardware wallet support. The point being that supporting it was not possible in a non-interactive environment. It looks like the required interactivity had been removed prior to that in a process of decoupling account management from the blockchain engine. It's probably better to try keeping anything that requires interaction inside cli or maybe introduce another subcrate? hw?
@vkomenda can v0 simply proxy over from then cli to the HSM?
@aeyakovenko what is HSM?
Do we need to add Solana support to Trezor firmware?
@vkomenda HSM is just an acronym - Hardware Security Module. For v0, I think we can just use Trezor to store the keys and provide signatures for message that the CLI requests.
Is it OK to limit Trezor support to firmware version 1.7.0 and above? Reference Parity code might have worked up to versions 1.6.x but it's definitely not compatible with versions starting 1.7.0 because USB IDs and some magic numbers changed. I think we might expect users to have upgraded their device firmware to the latest version.
@vkomenda that works for us.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This stale issue has been automatically closed. Thank you for your contributions.