-
Notifications
You must be signed in to change notification settings - Fork 69
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
eosio_assert_message assertion failure #2059
Comments
Is it possible to reproduce but get the expanded output including the stack for that eosio_assert_message_exception? This could be any error while trying to create an account:
It's not possible to tell without the full contents of the assert message exception. |
I have enough ram, my account name, and destination is correct. I am trying to send some money actually, I have enough cpu and net resources, I have rented them. but still got this error, and can't figure out how to solve it. |
Better to ask questions in telegram channels rather than here. https://t.me/antelopedevs |
@dev-dantealighieri I believe your issue was resolved on telegram. |
First of all, I couldn't find a resolved answer to my problem in your telegram, if i'm missing something, can you please show me? if i switch to an account with What is the problem here? how can i solve it, can i create new accounts using r1 key as creator? i appreciate your time and answers, have a good day |
Sorry, someone asked a similar question on telegram, I assumed it was you. |
@dev-dantealighieri is this still an issue for you? |
no thanks, suddenly it started working, i dunno why! |
when I'm trying to create an account using wharfkit/antelope library, I get the following response from the transaction broadcast.
I can't figure out what's the problem. I'm using an account with R1 public/private key.
I can send money transactions successfully, but account creation fails like this.
following shows how I create new account action:
and the following shows how I create buy ram action
the contract here is coming from
import { Contract } from '@wharfkit/contract';
The text was updated successfully, but these errors were encountered: