-
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
Deprecate web3.iban module #2537
Comments
could this be deprecated in the v5 branch and removed in v6? |
That would be ideal 👌 |
I couldn't find any documentation saying that IBAN is deprecated. Was thinking about picking this issue up but wanted to make sure I got the correct wording in the deprecation warning. Can you point me to anything that says what replaced IBAN or is it just a complete deprecation without a replacement. |
I haven't looked much into this. Deferring to @pacrob here... 👀 |
I think it is a feature that was created but never caught on. It is per @pipermerriam that it is a "a dead standard that is largely if not entirely unused". I spent a while combing through github and couldn't find any recent code using it or similar features in web3.js, ethers, etc. It will be complete deprecation without replacement, but I think that it would be better to add deprecation notices in v6 and completely remove later. That will give any folks who might still be using it time to change and/or make noise about it. |
If we decide to deprecate it, I lean towards adding deprecation in |
I defer to your leanings, deprecate in 5 & eliminate in 6 it is! |
What was wrong?
Ethereum IBAN is a dead standard and can be removed.
How can it be fixed?
Add deprecation notices to the module so it can be removed in a future version of web3.py.
The text was updated successfully, but these errors were encountered: