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

Unexpected error message when using kadena tx sign -u .. -w. . #2625

Open
4 tasks done
ggobugi27 opened this issue Oct 28, 2024 · 0 comments
Open
4 tasks done

Unexpected error message when using kadena tx sign -u .. -w. . #2625

ggobugi27 opened this issue Oct 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ggobugi27
Copy link
Contributor

Please confirm the following:

  • I have read the Code of Conduct
  • The bug was not reported before
  • I am using the latest version of the relevant package(s)

What operating system are you using? And what version?

darwin

What environment or browser are you using? And what version?

Node.JS v18.18.0

What package is the bug report about?

@kadena/kadena-cli

Describe the bug

Describe the issue:

Invalid value for txUnsignedTransactionFiles: tx.json
? Enter the wallet password: **********
Command 1 (hash: UoEJas_kIby2XTPAtkZrcFdD6oLrMtmr_P516RvJdn4) will now be signed with the following signers:
Public Key Capabilities
af9b8d9448c68b81519cda4879dab5308f3c5facef450ead7d45534ae1d257f8 coin.GAS()
Transaction executed code:
"(RWA.mvp-token.create-account (read-string 'investor) (read-keyset 'investor-keyset))"

Transaction with hash: UoEJas_kIby2XTPAtkZrcFdD6oLrMtmr_P516RvJdn4 was successfully signed.
Signed transaction saved to /Users/heekyun/Kadena/RWA-token/mvp/scripts/transaction-UoEJas_kIb-signed.json

Executed:
kadena tx sign --tx-sign-with="wallet" --wallet-name="mvp-wallet" --tx-unsigned-transaction-files="tx.json"

Steps to reproduce the behavior

Executed command:
kadena tx sign -s wallet -w mvp-wallet -u tx.json

What did you expect to happen?

The command returned the error message, Invalid value for txUnsignedTransactionFiles: tx.json unexpectedly, because the command did run correctly and outputted the signed file.

The behavior was observed when -u tag was used with -w tag or -s tag.

Participation

  • I am willing to submit a pull request for this issue.
@ggobugi27 ggobugi27 added the bug Something isn't working label Oct 28, 2024
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
None yet
Development

No branches or pull requests

1 participant