Skip to content

Commit 5eaa8cb

Browse files
dbfreemfselmo
authored andcommitted
Removed IBAN since it was an unused feature (ethereum#2537)
1 parent b86a284 commit 5eaa8cb

File tree

5 files changed

+1
-420
lines changed

5 files changed

+1
-420
lines changed

newsfragments/2537.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed IBAN since it was an unused feature

tests/core/eth-module/test_iban.py

-162
This file was deleted.

web3/eth.py

-4
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@
7777
TooManyRequests,
7878
TransactionNotFound,
7979
)
80-
from web3.iban import (
81-
Iban,
82-
)
8380
from web3.method import (
8481
Method,
8582
default_root_munger,
@@ -602,7 +599,6 @@ async def get_storage_at(
602599

603600
class Eth(BaseEth):
604601
account = Account()
605-
iban = Iban
606602
defaultContractFactory: Type[Union[Contract, ContractCaller]] = Contract
607603

608604
def namereg(self) -> NoReturn:

0 commit comments

Comments
 (0)