Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links at ECIP-1100 and ECIP-1110 #528

Merged
merged 3 commits into from
Jun 9, 2024
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
2 changes: 1 addition & 1 deletion _specs/ecip-1100.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license: Apache-2

Define a function arbitrating chain acceptance using relative total difficulty and common ancestor time to raise finality confidence.

_Update (January 2024):_ Replaced with [ECBP-1110](https://ecips.ethereumclassic.org/ECIPS/ecip-1110).
_Update (January 2024):_ Replaced with [ECBP-1110](https://ecips.ethereumclassic.org/ECIPs/ecip-1110).

## Motivation

Expand Down
4 changes: 2 additions & 2 deletions _specs/ecip-1110.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license: Apache-2

## Abstract

Turn off the artificial finality mechanism [ECBP-1100's MESS (Modified Exponential Scoring)](/_specs/ecip-1100.md) in [Core-Geth](https://github.com/etclabscore/core-geth) for Ethereum Classic.
Turn off the artificial finality mechanism [ECBP-1100's MESS (Modified Exponential Scoring)](https://ecips.ethereumclassic.org/ECIPs/ecip-1100) in [Core-Geth](https://github.com/etclabscore/core-geth) for Ethereum Classic.

## Motivation

Expand All @@ -25,7 +25,7 @@ The costs of persisting any kind of subjective chain arbitration on the network

## Specification

MESS will be deactivated by default at block `19,250,000`. This is concurrent with [ECIP-1109's Spiral Hardfork](/_specs/ecip-1109.md).
MESS will be deactivated by default at block `19,250,000`. This is concurrent with [ECIP-1109's Spiral Hardfork](https://ecips.ethereumclassic.org/ECIPs/ecip-1109).

An override flag for this decision will be provided to configure ongoing operation `--override.ecbp1100-deactivate=<number>`.

Expand Down
Loading