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

Properly Treat All Function Encodings as Tuples #33

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

hayesgm
Copy link
Contributor

@hayesgm hayesgm commented Jun 10, 2020

In Ethereum's ABI encoding spec, all function calls are treated as tuple encodings. This was being inconsistently done in our interface, leading to errors encoding dynamic types. This patch fixes the issue and allows dynamic typing to encode correctly.

In Ethereum's ABI encoding spec, all function calls are treated as tuple encodings. This was being inconsistently done in our interface, leading to errors encoding dynamic types. This patch fixes the issue and allows dynamic typing to encode correctly.
@hayesgm hayesgm merged commit 60516cd into master Jun 10, 2020
This was referenced Jun 10, 2020
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.

2 participants