Skip to content

Properly Treat All Function Encodings as Tuples - #33

Merged
hayesgm merged 1 commit into
masterfrom
hayesgm/encode-functions-as-tuples
Jun 10, 2020
Merged

hayesgm merged 1 commit into
masterfrom
hayesgm/encode-functions-as-tuples

Conversation

@hayesgm

@hayesgm hayesgm commented Jun 10, 2020

Copy link
Copy Markdown
Contributor

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