Skip to content

Commit

Permalink
Removed IBAN since it was an unused feature (ethereum#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbfreem authored and fselmo committed Jul 15, 2022
1 parent d683ada commit 334b726
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 420 deletions.
1 change: 1 addition & 0 deletions newsfragments/2537.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed IBAN since it was an unused feature
162 changes: 0 additions & 162 deletions tests/core/eth-module/test_iban.py

This file was deleted.

4 changes: 0 additions & 4 deletions web3/eth.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@
TooManyRequests,
TransactionNotFound,
)
from web3.iban import (
Iban,
)
from web3.method import (
Method,
default_root_munger,
Expand Down Expand Up @@ -602,7 +599,6 @@ async def get_storage_at(

class Eth(BaseEth):
account = Account()
iban = Iban
defaultContractFactory: Type[Union[Contract, ContractCaller]] = Contract

def namereg(self) -> NoReturn:
Expand Down
Loading

0 comments on commit 334b726

Please sign in to comment.