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

accounts/abi: add internalType information and fix issues #20179

Merged
merged 4 commits into from
Oct 31, 2019

Commits on Oct 30, 2019

  1. accounts/abi: fix various issues

    The fixed issues include:
    
    (1) If there is no return in a call function, unpack should
    return nil error
    
    (2) For some functions which have struct array as parameter,
    it will also be detected and generate the struct definition
    
    (3) For event, if it has non-indexed parameter, the parameter
    name will also be assigned if empty. Also the internal struct
    will be detected and generate struct defition if not exist.
    
    (4) Fix annotation generation in event function
    rjl493456442 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    761c731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917b8f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    490ccb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c167706 View commit details
    Browse the repository at this point in the history