EIPs/EIPS/eip-160.md

22 lines
483 B
Markdown
Raw Normal View History

2017-07-17 15:02:44 +00:00
```
EIP: 160
Title: EXP cost increase
Author: Vitalik Buterin
Type: Standard Track
Category: Core
Status: Final
Created: 2016-10-20
```
2017-06-27 11:07:07 +00:00
### 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.
2017-07-17 15:02:44 +00:00
2017-06-27 11:07:07 +00:00
### Rationale
Benchmarks suggest that EXP is currently underpriced by a factor of about 4-8.
2017-07-17 15:02:44 +00:00
### References
1. EIP-160 issue and discussion: https://github.com/ethereum/EIPs/issues/160