openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.82k stars 1.69k forks source link

Implement EIP-2565 (option B) #11728

Open vorot93 opened 4 years ago

vorot93 commented 4 years ago

This PR implements EIP-2565: Repricing of the EIP-198 ModExp precompile, more specifically Option 2. It introduces a new computational complexity formula which should better align with the real computational costs for OpenEthereum and Geth.

No test vectors yet, so still a draft PR.

dvdplm commented 4 years ago

By "Option B", do you mean option 2?

vorot93 commented 4 years ago

By "Option B", do you mean option 2?

Yes

ineffectualproperty commented 3 years ago

EIP has been updated in this PR: https://github.com/ethereum/EIPs/pull/2892