stellar-expert / albedo

Security-centric, developer-friendly, easy-to-use delegated signer and keystore for Stellar Network
https://albedo.link
MIT License
64 stars 14 forks source link

View public key from Trezor device #19

Open s-a-y opened 4 years ago

s-a-y commented 4 years ago

In the playground I tried to show public key from account linked to trezor, at first browser blocked "double" pop-up, but after I enabled it and confirmed hash on the device (which doesn't really tell user what's going on, so on-screen guidance would be very helpful)

Then it failed

Screen Shot 2020-08-04 at 11 37 50 AM Screen Shot 2020-08-04 at 11 38 05 AM
orbitlens commented 4 years ago

Yes, I'm working on this. There is a problem with signing/transactions processing on Trezor wallets. TrezorConnect doesn't support direct ED25519 signatures for raw binary data (which would be laso a convenient fallback for newly added BumpFeeTransaction type and muxed accounts), so I'm looking for alternative solutions. I asked a question here, still waiting for an answer.

Probably, it's worth disabling Trezor login option for now.