-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add async eth.sign #2833
Add async eth.sign #2833
Conversation
a4b5a77
to
8d3bdf3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! I left a comment on the line where the tests are failing. It should be a quick fix, but I'm happy to do it if you don't want to/have time. Just let me know. Looks good otherwise!
b3f6bf4
to
ffd6d44
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, thank you! I left an inline comment saying this same thing, but the sign_munger
can get moved into the BaseEth
class and then just called like: mungers=[BaseEth.sign_munger]
in the Eth
and AsyncEth
classes. Once that's updated, we should be good to merge!
ffd6d44
to
dbf62c4
Compare
Ok, I moved the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks @e3243eric!
What was wrong?
Related to Issue #2826. The
sign
method is unavailable on theAsyncEth
class.How was it fixed?
Add the
sign
method to theAsyncEth
class, and add corresponding tests.Todo:
Cute Animal Picture