You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
There is currently a bug in ABI generation with the program
eosio-abigen
. For a comment like:The action name
hi
is ignored for good. The tool simple takes the method name and put it in thename
field of the action.This is NOT an intended behavior as shown by the RegEx found in the file
abi_generator.cpp
:Obviously, there is supposed to be an optional trailing action name.
I've submitted a fix to the problem in the #5459 PR. Please review, thanks.
The text was updated successfully, but these errors were encountered: