#ledger tx issues
1 messages ยท Page 1 of 1 (latest)
did it actually get to you signing the tx with the ledger before you got the error?
could you try adding an explicit --signing-keys parameter?
already tried that
which validator tnam are you wanting to claim from?
are you adverse to sharing the source address as well?
can we move this to DM then please?
would rather keep it here, but you can send me the addresses via dm yes
going a bit to and from in the chat atm so may have some reply time lag
on https://namada.omniflix.co/, after clicking on Claim, and approving on the ledger, the UI says success, but then all the numbers (available tokens, staked tokens, rewards, etc) went to 0, and the block explorer showed the transaction as failed
ok so I checked the info you sent me in dm and there is something funky with your source account - did you create it as an established account or was it derived from the ledger by deriving it via namadaw derive?
I kinda understand why you got the error you did as there is no public key attached to that acct (check namadac query-account). but can't check rn if that's normal for the ledger-derived ones. looks really weird though
not what I asked..
how did the source account you staked from come into being?
i've seen a similar error a while back when I did something really dumb with the cli ๐
particularly did anyone use a --force parameter at any point in creating that account, if you know?
should be namadaw add --alias $ALIAS ..
let us try removing it from wallet.toml and adding it back
actually, could try running a reveal-pk tx for that tnam and see what happens?
no please keep it for now
this won't add it properly afaik. should be namadaw derive I believe?
ah right sorry, it was namadaw derive --alias $ALIAS --use-device --chain-id namada.5f5de2dd1b88cba30586420
ok good
can you do this?
and lmk if/when it finishes ok?
ok, please hold
so this is an implicit account, and no established account associated with it
$ namadac query-account --owner $ADDR --chain-id namada.5f5de2dd1b88cba30586420 --node $NODE
Address: $ADDR
Threshold: 1
Public keys:
$ namadac reveal-pk --public-key $ADDR --chain-id namada.5f5de2dd1b88cba30586420 --node $NODE
Submitting a tx to reveal the public key for address $ADDR
Error:
0: unable to sign transaction with tpknam1...
namadaw derive --alias $ALIAS --use-device --chain-id namada.5f5de2dd1b88cba30586420 was done when the ledger had an older version of the app installed
tried running the command again into an empty wallet.toml with the current v3.0.4 of the app, but the entries generated seem to be the same as before
hmm
$ namadac --version
Namada v101.1.1
I'm curious if you can do it in namadillo if you connect your ledger to the keychain extension
@upbeat panther
if you connect your ledger to the keychain extension first, then try doing it in namadillo, want to see if it works there or fails there too
Some claim rewards transactions were not successful
Successful transactions: 1
Unsuccessful transactions: 0
Inner transaction failed
rewards are not claimed
this from namadillo?
could you just double-check in cli that the rewards are still unclaimed?
not sure. it was from a pop-up, so could be the Namada Keychain wallet?
ok, hang on
yes, confirmed rewards unclaimed. balance is the same as before.
resolved. claim attempt in namadillo seems to have triggered a successful pk reveal but failed claim. subsequent claim in cli worked. best guess is pk reveal in cli somehow did not work.