feat(wallets): reuse `session_id` across multiple `TrezorSigner`
joshieDo opened this issue · 4 comments
joshieDo commented
Component
Forge
Describe the feature you would like
foundry/crates/wallets/src/multi_wallet.rs
Lines 369 to 375 in 398ef4a
Currently, every new instance of TrezorSigner
is created with their own session_id
. If a passphrase is enabled on the device, it means requesting it for every mnemonic index.
Ideally, each TrezorSigner
reuses the first created session_id
.
Additional context
No response
mimisavage commented
May I be assigned to this?
v121kwehqfjkwewuief commented
Could I take on this issue?
DSHIVAAY-23 commented
Hello @joshieDo
can i take this issue
I can modify the function to cache and reuse a single session ID.
Nityam573 commented
I'd be happy to do this.