We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running mars on a contract with a fixed-size array function parameter (e.g. address[2]) generates the following error:
mars
address[2]
Unknown type address[2]
Related code: https://github.com/TrueFiEng/Mars/blob/master/packages/mars/src/generate/generator.ts#L82-L107
The text was updated successfully, but these errors were encountered:
Thx for reporting this and details! Marking this bug as we do support dynamic-size arrays so fixed-size should be first-class citizen too.
bug
Sorry, something went wrong.
No branches or pull requests
Running
mars
on a contract with a fixed-size array function parameter (e.g.address[2]
) generates the following error:Related code: https://github.com/TrueFiEng/Mars/blob/master/packages/mars/src/generate/generator.ts#L82-L107
The text was updated successfully, but these errors were encountered: