-
Notifications
You must be signed in to change notification settings - Fork 69
Add Trezor Suite connection details #413
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @sime @marekrjpolak, thanks for the PR!
As Trezor Suite seems to use an external Tor proxy (default 127.0.0.1:9050
), we need to make sure the user has a Tor instance running on their computer. All the necessary code should be in my review comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And these are just some minor style changes to keep consistency with the other Connect Wallet instructions.
Btw, it looks like the use of a custom Electrum server is not available for testnet (I wanted to review this PR on my testnet instance). It really isn't a big deal, just wondering why, as it is basically the same thing than for mainnet. |
It was more of an oversight. Definitely smth we want: trezor/trezor-suite#5005. |
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
Co-authored-by: Lounès Ksouri <[email protected]>
@louneskmt Thanks for the thorough review. Though, I was a little trigger-happy with the TOR suggestions. Enabling TOR on Trezor Suite is simply a toggle, no need to instal anything else. Are you sure we need the TOR modal? |
You mean there is a Tor instance built in Trezor Suite? |
@louneskmt Yes exactly. |
Oh okay, so Trezor Suite starts its own Tor instance and uses it, unless the user specify a custom proxy address? If so, I misunderstood the configuration. I thought it was trying to connect by default to an existing instance on |
That's great then, good job guys! My mistake, you can revert the commits related to the Tor modal and Tor first step. |
@louneskmt I pushed changes which removed the TOR setup steps. Regarding you connecting from suite: Could you try again, please? I just tested Trezor Suite with Umbrel 0.4.17. It didn't work initially, but it eventually connected. |
You might be experiencing this bug: trezor/trezor-suite#5140 |
Maybe it comes from the fact that I don't have a Trezor configured with Suite? |
There should definitely be a "Test connection" button (like on Sparrow), or something like that. |
@louneskmt Yes, it's currently not possible to 'test' the connection without a Trezor connected. |
Aaah that's why. I guess I just gonna approve this then, the PR looks good 👌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That should be good to merge @mayankchhabra @lukechilds 👌
Ping. Could we get this released? :) |
The recent release of Trezor Suite include Electrum server support..