issues
search
ethereum
/
eth-account
Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
269
stars
156
forks
source link
Breaking changes for `v0.14.0`
#296
Open
pacrob
opened
2 months ago
pacrob
commented
2 months ago
What feature should we add?
The use of a
str
language arg is being deprecated in
v0.13.x
. Remove it as an option in
v0.14.0
.
Along with the above, the return type from
Mnemonic.detect_language
should change to a
Language
enum.
What feature should we add?
str
language arg is being deprecated inv0.13.x
. Remove it as an option inv0.14.0
.Mnemonic.detect_language
should change to aLanguage
enum.