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

Lack of important information about actions #48

Open
benjaminbours opened this issue Oct 7, 2022 · 0 comments
Open

Lack of important information about actions #48

benjaminbours opened this issue Oct 7, 2022 · 0 comments

Comments

@benjaminbours
Copy link

I think some actions could benefits from extra information.

For example this one the transfer one.

You can get this kind of error

// Error: inline action too big for nonprivileged account atomicassets

And you don't know why easily.

Turns out it comes from this piece of code on EOS.

The value of the max_inline_action_size can be found here

And you can find even more information about it here

I don't know which level of details you would like to provide as documentation here, but users definitely need to at least know about a max size somewhere in order to easily debug the applications they build on top of your systems.

@fabian-emilius

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

No branches or pull requests

1 participant