-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bump eth_utils requirement and start using eth_utils.toolz #1056
Comments
@dylanjw So I tried doing this (branch here), but ran into some dependency conflicts related to eth-typing:
I tried messing around with the dependency restrictions, but it comes down to the latest version of eth-abi (including the betas) being flexible enough to use 2.x of eth-typing (see here), so I'm hesitant to make that more restrictive instead of opening it up. Not sure what the best approach would be here. @carver - any thoughts? Also, for what it's worth, I'm getting this on master when I run
EDIT: Looks like this was already addressed :) |
Logged the issue above. Cross-post from the PR for that issue:
Then we might want to lock the docs version of ethtoken to |
@pipermerriam can I work on this issue? |
Yes, you may! |
@pipermerriam I am beginner in open source contribution. I got inspired to work on project web3 that can change the world. |
Isn't it already fixed with #1317? |
Yep, looks like it. Thanks @BoboTiG! |
replace
web3.utils.toolz
witheth_utils.toolz
The text was updated successfully, but these errors were encountered: