mirror of https://github.com/status-im/EIPs.git
add preamble
This commit is contained in:
parent
08a967997f
commit
92b131b190
|
@ -1,6 +1,16 @@
|
||||||
EDITOR NOTE: below is a copy of the EIP 150 https://github.com/ethereum/EIPs/issues/150#issue-179028421 raw text fetched on 2017-04-30.
|
|
||||||
|
|
||||||
UPDATE: version 1c of this spec has been implemented and is active on the mainnet as of block 2463000. Spec is kept unmodified for archival purposes.
|
UPDATE: version 1c of this spec has been implemented and is active on the mainnet as of block 2463000. Spec is kept unmodified for archival purposes.
|
||||||
|
|
||||||
|
## Preamble
|
||||||
|
```
|
||||||
|
EIP: 150
|
||||||
|
Title: Gas cost changes for IO-heavy operations
|
||||||
|
Author: Vitalik Buterin
|
||||||
|
Type: Standard Track
|
||||||
|
Category: Core
|
||||||
|
Status: Final
|
||||||
|
Created: 2016-09-24
|
||||||
|
```
|
||||||
|
|
||||||
### Specification (version 1)
|
### Specification (version 1)
|
||||||
|
|
||||||
If `block.number >= FORK_BLKNUM`, then:
|
If `block.number >= FORK_BLKNUM`, then:
|
||||||
|
|
Loading…
Reference in New Issue