diff --git a/setup.cfg b/setup.cfg index 0f98dc5a16..82352036b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -112,7 +112,7 @@ install_requires = pycryptodome>=3,<4 coincurve>=18,<19 typing_extensions>=4 - eth2spec @ git+https://github.com/ethereum/consensus-specs.git@fe8db03f45609e9dd0abeede10294d77ef6fb92c + eth2spec @ git+https://github.com/ethereum/consensus-specs.git@fe344b79d420a3d1020ebc9f254b77b7ed931591 [options.package_data] ethereum = diff --git a/src/ethereum/cancun/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/cancun/vm/precompiled_contracts/point_evaluation.py index 65c3eb707b..841056287f 100644 --- a/src/ethereum/cancun/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/cancun/vm/precompiled_contracts/point_evaluation.py @@ -11,7 +11,7 @@ Implementation of the POINT EVALUATION precompiled contract. """ -from eth2spec.deneb.mainnet import ( # type: ignore +from eth2spec.deneb.mainnet import ( KZGCommitment, kzg_commitment_to_versioned_hash, verify_kzg_proof,