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

decode_abi fails with ValueError #8

Closed
jo-tud opened this issue Feb 7, 2017 · 0 comments · Fixed by #9
Closed

decode_abi fails with ValueError #8

jo-tud opened this issue Feb 7, 2017 · 0 comments · Fixed by #9

Comments

@jo-tud
Copy link

jo-tud commented Feb 7, 2017

decode_abi(types, data) fails with ValueError("Wrong data size for string/bytes object") when called with the payload from
Tx 0x070d2cf5c6ee0285e78b50aef397585865b41c2b56a8051370eaedac7d95d54c

To reproduce:

types = ['uint256', 'bytes']

data = '0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'

decode_abi(types, data)
carver added a commit to carver/eth-abi that referenced this issue Jan 24, 2020
Use twine for pypi uploading per packaging docs
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