create file for EIP-160

This commit is contained in:
cdetrio 2017-06-27 13:07:07 +02:00 committed by Hudson Jameson
parent cd33bd6ebd
commit 9dd6355ffa
1 changed files with 8 additions and 0 deletions

8
EIPS/eip-160.md Normal file
View File

@ -0,0 +1,8 @@
EDITOR NOTE: below is a copy of the EIP 160 https://github.com/ethereum/EIPs/issues/160#issue-184230277 raw text fetched on 2017-07-17.
### Specification
If `block.number >= FORK_BLKNUM`, increase the gas cost of EXP from 10 + 10 per byte in the exponent to 10 + 50 per byte in the exponent.
### Rationale
Benchmarks suggest that EXP is currently underpriced by a factor of about 4-8.