Jason Carver
Jason Carver
My instinct is that it takes a while to even list all the breaking changes you might like to have in a major version upgrade. Since the performance bump is...
This is not my specialty. @ChihChengLiang could you take a look?
Totally agree this needs to be added. Until that happens, though, the best reference is seeing how `py-evm` uses it. See: https://github.com/ethereum/py-evm/search?q=py_ecc&type=Code
Related: #7
> I am ready to redo the work in a Iterative manner if you propose it. I agree that a series of smaller PRs would be the best way to...
One option would be to leave the old curves implementations in, and add the new curve implementations one at a time. (yes, I know the first PR will still be...
> I'm inclined to drop python 2 support. Can you confirm? Yeah, the next release can be v2 :+1:
We should drop py3.4 as well, while we're dropping old python versions. Maybe even py3.5 too.
> Maybe tackle this after we have benchmarks for the library. I would go as far as saying this is **blocked** on #49 -- there is no point in starting...
@paultiplady Yes, please follow https://github.com/ethereum/web3.py/issues/655 for progress. It's a change in how geth 1.8 works that isn't addressed in web3.py yet.