We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
darwin
Node.JS v18.20.3
@kadena/kadena-cli
Describe the issue: I'm trying to sign a transaction from a Safe Transfer that I made in Chainweaver.
Error stacktrace:
ZodError: [ { "code": "invalid_type", "expected": "array", "received": "object", "path": [ "sigs" ], "message": "Expected array, received object" } ] at get error [as error] (file:///Users/albert/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:587:31) at ZodObject.parse (file:///Users/albert/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:692:22) at getTransactionFromFile (file:///Users/albert/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@kadena/kadena-cli/lib/commands/tx/utils/txHelpers.js:193:50) at async getTransactionsFromFile (file:///Users/albert/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@kadena/kadena-cli/lib/commands/tx/utils/txHelpers.js:270:29) at async file:///Users/albert/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@kadena/kadena-cli/lib/commands/tx/utils/txSignWithWallet.js:73:48 at async signWithWallet (file:///Users/albert/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@kadena/kadena-cli/lib/commands/tx/utils/txSignWithWallet.js:40:21) at async Command.<anonymous> (file:///Users/albert/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@kadena/kadena-cli/lib/utils/createCommand.js:132:28) at async Command.parseAsync (/Users/albert/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/commander/lib/command.js:936:5) at async main (file:///Users/albert/Library/pnpm/global/5/.pnpm/@[email protected]/node_modules/@kadena/kadena-cli/lib/index.js:16:5)
I executed the kadena tx sign command with -u safe-transfer-testnet.json. Then I selected that I want to use a wallet to sign with.
Executed command: kadena tx sign --tx-unsigned-transaction-files="safe-transfer-testnet.json" --tx-sign-with="wallet"
I should be able to sign the transaction
The text was updated successfully, but these errors were encountered:
This issue is stale because it is open for 60 days with no activity
Sorry, something went wrong.
No branches or pull requests
Please confirm the following:
What operating system are you using? And what version?
darwin
What environment or browser are you using? And what version?
Node.JS v18.20.3
What package is the bug report about?
@kadena/kadena-cli
Describe the bug
Describe the issue:
I'm trying to sign a transaction from a Safe Transfer that I made in Chainweaver.
Error stacktrace:
Steps to reproduce the behavior
I executed the kadena tx sign command with -u safe-transfer-testnet.json. Then I selected that I want to use a wallet to sign with.
Executed command:
kadena tx sign --tx-unsigned-transaction-files="safe-transfer-testnet.json" --tx-sign-with="wallet"
What did you expect to happen?
I should be able to sign the transaction
Participation
The text was updated successfully, but these errors were encountered: