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

Incorrect result parsing for eth_call for complex structures with several bytes32 fields. #32

Closed
mtiutin opened this issue Dec 16, 2016 · 0 comments · Fixed by #33
Closed

Comments

@mtiutin
Copy link

mtiutin commented Dec 16, 2016

TypesDecoder.decodeBytes does not respect offset. This leads to reading bytes32 fields from 0 point of result string for each parameter which is incorrect

mtiutin pushed a commit to mtiutin/web3j that referenced this issue Dec 16, 2016
conor10 added a commit that referenced this issue Dec 16, 2016
fixed #32 TypeDecoder.decodeBytes to respect offset
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 a pull request may close this issue.

1 participant