Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _specs/ecip-1061.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ _Istanbul_ hardforks. The proposed changes for Ethereum Classic's _Aztlán_ upgr

This document proposes the following blocks at which to implement these changes in the Classic networks:

- `778_507` on Mordor Classic PoW-testnet (Feb 5th, 2020)
- `2_058_191` on Kotti Classic PoA-testnet (Feb 12th, 2020)
- `10_500_839` on Ethereum Classic PoW-mainnet (March 25th, 2020)
- `778_507` on Mordor Classic PoW-testnet (activated on Jan 30th, 2020)
Comment thread
bobsummerwill marked this conversation as resolved.
- `2_058_191` on Kotti Classic PoA-testnet (approx Feb 12th, 2020)
- `10_500_839` on Ethereum Classic PoW-mainnet (approx Jun 10th, 2020)

For more information on the opcodes and their respective EIPs and implementations, please see the _Specification_
section of this document.
Expand Down
13 changes: 7 additions & 6 deletions _specs/ecip-1078.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
lang: en
ecip: 1078
title: Phoenix EVM and Protocol Upgrades
title: Phoenix EVM and Protocol Upgrades ("Aztlán fix")
author: Bob Summerwill (@bobsummerwill)
status: Draft
status: Last Call
Comment thread
bobsummerwill marked this conversation as resolved.
review-period-end: 2020-03-30
type: Meta
created: 2020-01-19
license: Apache-2.0
Expand All @@ -12,7 +13,7 @@ discussions-to: https://github.com/ethereumclassic/ECIPs/issues/262

### Simple Summary

This ECIP describes a hard-fork which would occur at the same block as
This ECIP describes a hard-fork which would occur at the same mainnet block as
[ECIP 1061: Aztlán EVM and Protocol Upgrades (Yingchun Edition)](https://ecips.ethereumclassic.org/ECIPs/ecip-1061) to "fix" two issues with ECIP-1061 where the written specification
did not match the original intent.

Expand All @@ -38,9 +39,9 @@ would result in protocol changes which met the original intent.

This document proposes the following blocks at which to implement these changes in the Classic networks:

- `778_507` on Mordor Classic PoW-testnet (Feb 5th, 2020)
- `2_058_191` on Kotti Classic PoA-testnet (Feb 12th, 2020)
- `10_500_839` on Ethereum Classic PoW-mainnet (March 25th, 2020)
- `976_231` on Mordor Classic PoW-testnet (approx March 4th, 2020)
- `2_208_203` on Kotti Classic PoA-testnet (approx March 11st, 2020)
- `10_500_839` on Ethereum Classic PoW-mainnet (approx June 10th, 2020)

At HARD_FORK_BLOCK, apply the following changes:

Expand Down
21 changes: 19 additions & 2 deletions _specs/ecip-1079.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
---
lang: en
ecip: 1079
title: Phoenix EVM and Protocol Upgrades
title: Phoenix EVM and Protocol Upgrades ("Aztlán redo")
author: Bob Summerwill (@bobsummerwill)
status: Draft
status: Withdrawn
type: Meta
created: 2020-01-19
license: Apache-2.0
discussions-to: https://github.com/ethereumclassic/ECIPs/issues/263
---

### NOTE

This ECIP was rendered unworkable when
[ECIP 1061: Aztlán EVM and Protocol Upgrades (Yingchun Edition)](https://ecips.ethereumclassic.org/ECIPs/ecip-1061)
was activated to the Mordor testnet. It was no longer possible for the original Aztlán
hardfork to be Withdrawn and replaced with this ECIP.

The most likely path forward at the time of writing is for
[ECIP 1078: Phoenix EVM and Protocol Upgrades ("Aztlán redo")](https://ecips.ethereumclassic.org/ECIPs/ecip-1061)
to be moved to Last Call and to have block numbers assigned and to proceed with activation on
Mordor and Kotti testnets slightly later than the Aztlán activation but activating on the same
block for ETC mainnet.

There will be a [Core Devs Call: ECIP-1078 Phoenix Upgrade](https://github.com/ethereumclassic/ECIPs/issues/284)
on Wednesday, February 05, 2019, 4pm UTC, 60 minutes max to make the final decision on this.


### Simple Summary

This ECIP describes a hard-fork which would replace
Expand Down