mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-14 08:54:44 +00:00
add eip-160 preamble and references
This commit is contained in:
parent
9dd6355ffa
commit
80edeaa5c3
@ -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
|
### 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.
|
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
|
### Rationale
|
||||||
|
|
||||||
Benchmarks suggest that EXP is currently underpriced by a factor of about 4-8.
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user