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

[BUG] - Transaction failed verification on ArIO and ANT write interaction APIs #59

Closed
dtfiedler opened this issue Apr 26, 2024 · 1 comment · Fixed by #60
Closed

[BUG] - Transaction failed verification on ArIO and ANT write interaction APIs #59

dtfiedler opened this issue Apr 26, 2024 · 1 comment · Fixed by #60
Assignees

Comments

@dtfiedler
Copy link
Collaborator

dtfiedler commented Apr 26, 2024

Describe the bug
Write interactions (e.g.transfer) are failing verification from arweave nodes.

To Reproduce

const nodeSigner = new ArweaveSigner(wallet);

// read and write client that has access to all APIs
const ario = ArIO.init({
  signer: nodeSigner,
  contractTxId: testnetContractTxId,
});

const transfer = await ario.transfer({
  target: arweaveWallet,
  qty: 1000, // 1000 IO tokens
});

Error message from warp:

2024-04-25T18:40:41.856Z ERROR [HandlerBasedContract] Error while posting transaction [
  {
    status: 400,
    statusText: 'Transaction verification failed.',
    data: { error: 'Transaction verification failed.' }
  }
]

Expected behavior
All interactions that submit interactions work as expected.

Environment (please complete the following information):

  • Environment: node
  • SDK Version - v1.0.1
  • Node Version - v18.17.1
@dtfiedler
Copy link
Collaborator Author

fixed in v1.0.3

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

Successfully merging a pull request may close this issue.

1 participant