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

Validator cli is not working with ledger wallet #379

Open
badrogger opened this issue Oct 22, 2024 · 1 comment
Open

Validator cli is not working with ledger wallet #379

badrogger opened this issue Oct 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@badrogger
Copy link
Collaborator

badrogger commented Oct 22, 2024

Validator cli Linux build cannot sign transaction with ledger wallet because of recent rlp.encode changes.

2024-10-22 12:23:42,237 - utils.helper - ERROR - Did not find sedes handling type TypedTransaction
Traceback (most recent call last):
  File "cli/main.py", line 119, in <module>
    cmd_collection()
  File "click/core.py", line 829, in __call__
  File "click/core.py", line 782, in main
  File "click/core.py", line 1259, in invoke
  File "click/core.py", line 1259, in invoke
  File "click/core.py", line 1066, in invoke
  File "click/core.py", line 610, in invoke
  File "utils/helper.py", line 166, in wrapper
    return func(*args, fee=fee, **kwargs)
  File "cli/validator.py", line 86, in _register
    register(
  File "core/validator.py", line 46, in register
    tx_res = skale.validator_service.register_validator(
  File "skale/contracts/base_contract.py", line 107, in wrapper
  File "skale/wallets/ledger_wallet.py", line 175, in sign_and_send
  File "skale/wallets/ledger_wallet.py", line 165, in sign
  File "skale/wallets/ledger_wallet.py", line 122, in make_payload
  File "rlp/codec.py", line 120, in encode
  File "rlp/codec.py", line 318, in infer_sedes
TypeError: Did not find sedes handling type TypedTransaction
@badrogger badrogger self-assigned this Oct 22, 2024
@PolinaKiporenko PolinaKiporenko added the bug Something isn't working label Oct 22, 2024
@PolinaKiporenko PolinaKiporenko moved this to In Progress in SKALE Engineering 🚀 Oct 22, 2024
@PolinaKiporenko PolinaKiporenko moved this from In Progress to To Do in SKALE Engineering 🚀 Nov 4, 2024
@PolinaKiporenko PolinaKiporenko added this to the SKALE 4.1 milestone Nov 4, 2024
@PolinaKiporenko
Copy link

1.3.3 version validator cli not work properly with ledger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants