-
Notifications
You must be signed in to change notification settings - Fork 736
Conversation
Fantastic, thanks! |
Tests fail atm |
Yeah 😫 Or do you mean the ones dealing with signatures? I didn't check because the tests were totally fubar. |
ethereum/utils.py
Outdated
import warnings | ||
warnings.warn('could not import secp256k1', ImportWarning) | ||
secp256k1 = None | ||
import warning |
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.
@cag This should indeed be warnings
. After you remove this tests may pass.
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.
@cag Can you please change this?
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 good to me, add to requirements then will merge
Done. Hi Joey :P |
@cag Needs a rebase. Also, do |
282e32c
to
ac2403b
Compare
@cag Great, now just add |
@cag Sorry, it seems we need to change |
@joeykrug All ready |
@joeykrug Are we OK to merge? |
Merged |
Won't let me merge on mobile haha, will do in 5 min |
@joeykrug ok 👍 |
There was a an improper rebase in ethereum#777. This restores that fix.
Haha, you're welcome
…On Aug 16, 2017 8:11 PM, "Ofek Lev" ***@***.***> wrote:
@joeykrug <https://github.com/joeykrug> Thanks!
@cag <https://github.com/cag> Well done, and thanks for the time you
spent on this!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#777 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AASNzw55DRUI7iEi2RGXd34jpDvRQsNVks5sY5MtgaJpZM4Ot27Y>
.
|
This is a continuation of #713 which is meant to address #708
I accidentally deleted the original fork.
@ofek