lidofinance/lido-oracle

eth-account DeprecationWarning: privateKey and signTransaction

Closed this issue · 1 comments

See privateKey and signTransaction deprecation notices

pytest with -v produces the following output

venv/lib/python3.8/site-packages/eth_account/signers/local.py:52
  /Users/kirill/Prog/Lido/lido-oracle/venv/lib/python3.8/site-packages/eth_account/signers/local.py:52: DeprecationWarning: privateKey is deprecated in favor of key
    warnings.warn(

venv/lib/python3.8/site-packages/eth_account/account.py:599
  /Users/kirill/Prog/Lido/lido-oracle/venv/lib/python3.8/site-packages/eth_account/account.py:599: DeprecationWarning: signTransaction is deprecated in favor of sign_transaction
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/warnings.html

base: daemon_v2 HEAD
PR target: daemon_v2