-
Notifications
You must be signed in to change notification settings - Fork 9
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
createAccount crashes with a parse error if not specifying enough RAM #82
Comments
Sorry I forgot the output from eosdebugger, here's it:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys, awesome work you're doing here. I've recently ported a really simple SC from C++ to TS thanks to your library and I have to say that I love being able to use typescript for building smart contracts (rather than C++, at which I'm a noob).
Now I'm trying to make things a bit more complicated, requiring me to create many 3rd party contracts for my tests, which drove me nuts for some time because the
createAccount
function was crashing since I wasn't specifying enough RAM, and took me an embarrassing amount of time to realize through the eosdebugger output.Specifying enough ram makes it work, but I thought it was worth noticing that the parsing fails in case of error, which is a bit annoying.
The text was updated successfully, but these errors were encountered: