parity-ethereum icon indicating copy to clipboard operation
parity-ethereum copied to clipboard

Implement EIP-2565 (option B)

Open vorot93 opened this issue 4 years ago • 3 comments

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.

vorot93 avatar May 21 '20 20:05 vorot93

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

dvdplm avatar May 22 '20 07:05 dvdplm

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

Yes

vorot93 avatar May 22 '20 07:05 vorot93

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

ineffectualproperty avatar Sep 24 '20 04:09 ineffectualproperty