You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fselmo@pacrob looks like above mentioned eth_utils.curried.toolz as the namespace but it seems backwards. Should we instead implement eth_utils.toolz.curried, to match that of tools.curried?
Once the decision is made I'll go ahead and knock this out.
What was wrong?
eth_utils.toolz
does not provide access to the curried versions of the methodsHow can it be fixed?
Add another
eth_utils.curried.toolz
module like theeth_utils.toolz
one, but importing fromtoolz.curried.*
.Add smoke tests for at least one method from each subsection of https://toolz.readthedocs.io/en/latest/api.html -- like:
Should also smoke test that non-curryable functions are working, like:
The text was updated successfully, but these errors were encountered: