Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support execute transactions from Trezor. #326

Closed
moisses89 opened this issue Dec 15, 2023 · 3 comments · Fixed by #337
Closed

Support execute transactions from Trezor. #326

moisses89 opened this issue Dec 15, 2023 · 3 comments · Fixed by #337
Assignees
Labels
enhancement New feature or request

Comments

@moisses89
Copy link
Member

What is needed?

Add support to send transactions from Trezor.

Background

Currently we can sign transactions with Trezor, but send transactions from Trezor is not supported.

Related issues

#325

@aspiers
Copy link

aspiers commented Dec 20, 2023

It seems that the following is needed:

  • implement get_signed_raw_transaction() in safe_cli/operators/hw_wallets/trezor_wallet.py
  • change load_hw_wallet() in safe_cli/operators/safe_operator.py so that self.hw_wallet_manager.set_sender() is called not just when hw_wallet_type == HwWalletType.LEDGER but also when hw_wallet_type == HwWalletType.TREZOR

Is there anything else?

@moisses89
Copy link
Member Author

@aspiers you are right, it was implemented here #337

@JagoFigueroa
Copy link

Looks good to me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants