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

fix: abi skip empty #163

Merged
merged 1 commit into from
Mar 8, 2022
Merged

fix: abi skip empty #163

merged 1 commit into from
Mar 8, 2022

Conversation

QuinnLee
Copy link
Contributor

@QuinnLee QuinnLee commented Mar 8, 2022

Added a skip directly on the contract code, but left it out on the ABI coder.

This PR skips the () type aka empty on strict match. The reason why we don't have a parser for this is that we're using the abi parser from ethers and params are interpreted as a tuple.

@QuinnLee QuinnLee self-assigned this Mar 8, 2022
@QuinnLee QuinnLee marked this pull request as ready for review March 8, 2022 05:36
@QuinnLee QuinnLee linked an issue Mar 8, 2022 that may be closed by this pull request
@QuinnLee QuinnLee merged commit 09c9916 into master Mar 8, 2022
@QuinnLee QuinnLee deleted the ql/162 branch March 8, 2022 13:02
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

Successfully merging this pull request may close these issues.

Empty params is not support
2 participants