-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9dd6355
commit 80edeaa
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |