Skip to content

Commit

Permalink
add eip-160 preamble and references
Browse files Browse the repository at this point in the history
  • Loading branch information
cdetrio authored and Souptacular committed Jul 18, 2017
1 parent 9dd6355 commit 80edeaa
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion EIPS/eip-160.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
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.
```
EIP: 160
Title: EXP cost increase
Author: Vitalik Buterin
Type: Standard Track
Category: Core
Status: Final
Created: 2016-10-20
```

### 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.

### References

1. EIP-160 issue and discussion: https://github.com/ethereum/EIPs/issues/160

0 comments on commit 80edeaa

Please sign in to comment.