benma

Results 434 comments of benma

The firmware change needed to allow Ledger Live keypaths can be tracked here: https://github.com/digitalbitbox/bitbox02-firmware/pull/1072 I checked MyEtherWallet and Rabby, and neither seems to offer the option to choose the keypath...

Opened upstream issue at Rabby and MEW for this - https://github.com/RabbyHub/Rabby/issues/1411 - https://github.com/MyEtherWallet/MyEtherWallet/issues/4623

I was relying on `ed25519_dalek::ExpandedSecretKey::from_bytes` in my project. What is the alternative to this now that this is gone? See https://github.com/digitalbitbox/bitbox02-firmware/blob/ec285643a8128f0a45710807979c48c5c083e49c/src/rust/bitbox02-rust/src/keystore/ed25519.rs#L43

Thanks, looks like the PR https://github.com/dalek-cryptography/ed25519-dalek/pull/299 linked therein would solve my issue.

What is the behaviour of the built-in Emacs replace function?