From 471c8131b2bcd029ac6d6377bc6c1217c03664e3 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 29 Jul 2017 15:40:45 +0100 Subject: [PATCH] Add meta EIP for Tangerine Whistle (EIP 150 Hard Fork) (#608) * Add meta EIP for EIP 150 Hard Fork * Rename to Tangerine Whistle * link to EIP-150 in meta-hf spec * assign no. 608 to Tangerine Whistle meta-eip * add references and aliases to EIP150 meta-EIP --- EIPS/eip-608.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 EIPS/eip-608.md diff --git a/EIPS/eip-608.md b/EIPS/eip-608.md new file mode 100644 index 00000000000000..22ee846e127a5c --- /dev/null +++ b/EIPS/eip-608.md @@ -0,0 +1,31 @@ +## Preamble + + EIP: 608 + Title: Hardfork Meta: Tangerine Whistle + Author: Alex Beregszaszi + Type: Meta + Status: Final + Created: 2017-04-23 + Requires: 150 + +## Abstract + +This specifies the changes included in the hard fork named Tangerine Whistle (EIP 150). + +## Specification + +- Codename: Tangerine Whistle +- Aliases: EIP 150, Anti-DoS +- Activation: + - Block >= 2,463,000 on Mainnet +- Included EIPs: + - [EIP 150](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-150.md) (Gas cost changes for IO-heavy operations) + +## References + +1. https://blog.ethereum.org/2016/10/13/announcement-imminent-hard-fork-eip150-gas-cost-changes/ +2. https://blog.ethereum.org/2016/10/18/faq-upcoming-ethereum-hard-fork/ + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).