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

Fix error: create account missing signatures field #139

Open
karczuRF opened this issue Oct 23, 2024 · 0 comments
Open

Fix error: create account missing signatures field #139

karczuRF opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@karczuRF
Copy link
Collaborator

So far in TU we used accounts.create_free_test_coins to create an account. The reason why we do it in this way was quite a long time ago discussed in this issue: #80 . The problem is that this function doesn't work anymore- I got the error Transaction API error: Network interface error: Indexer client error: Request failed: code: -32602 message: missing field 'signatures',.
If you run Tari Dan Wallet and send request {"method":"accounts.create_free_test_coins","jsonrpc":"2.0","id":5,"params":{"account":{"Name":"test"},"amount":200000,"max_fee":1000,"key_id":null}} the account is created.

Last update: investigate if transaction model is up-to-date and submitting signatures instead of signature

@karczuRF karczuRF moved this to In Progress in Tari universe Oct 23, 2024
@karczuRF karczuRF self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Blocked
Development

No branches or pull requests

1 participant