Upgrade eth_account version

pull/35/head
MaxMustermann2 3 years ago
parent 4f266619fa
commit cdbdae85d1
No known key found for this signature in database
GPG Key ID: 4F4AB9DB6FF24C94
  1. 4
      pyhmy/signing.py
  2. 2
      pyhmy/staking_signing.py
  3. 2
      setup.cfg

@ -29,10 +29,10 @@ from eth_account._utils.signing import (
sign_transaction_hash sign_transaction_hash
) )
from eth_account._utils.transactions import ( from eth_account._utils.legacy_transactions import (
Transaction as SignedEthereumTxData, Transaction as SignedEthereumTxData,
UnsignedTransaction as UnsignedEthereumTxData, UnsignedTransaction as UnsignedEthereumTxData,
TRANSACTION_FORMATTERS as ETHEREUM_FORMATTERS, LEGACY_TRANSACTION_FORMATTERS as ETHEREUM_FORMATTERS,
TRANSACTION_DEFAULTS, TRANSACTION_DEFAULTS,
chain_id_to_v, chain_id_to_v,
UNSIGNED_TRANSACTION_FIELDS UNSIGNED_TRANSACTION_FIELDS

@ -26,7 +26,7 @@ from eth_account._utils.signing import (
sign_transaction_hash sign_transaction_hash
) )
from eth_account._utils.transactions import ( from eth_account._utils.legacy_transactions import (
chain_id_to_v chain_id_to_v
) )

@ -27,7 +27,7 @@ install_requires =
requests requests
incremental incremental
eth-rlp eth-rlp
eth-account == 0.5.4 eth-account >= 0.5.5
eth-utils eth-utils
hexbytes hexbytes
cytoolz cytoolz

Loading…
Cancel
Save