Skip to content

Commit 72e9a31

Browse files
authored
Replace links to eth2.0-specs with consensus-specs (#3934)
* Replace references to eth2.0 * Revert changes to the deposit contract dir
1 parent dcdcf25 commit 72e9a31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository hosts the current Ethereum proof-of-stake specifications. Discus
88

99
## Specs
1010

11-
[![GitHub release](https://img.shields.io/github/v/release/ethereum/eth2.0-specs)](https://github.com/ethereum/eth2.0-specs/releases/) [![PyPI version](https://badge.fury.io/py/eth2spec.svg)](https://badge.fury.io/py/eth2spec)
11+
[![GitHub release](https://img.shields.io/github/v/release/ethereum/consensus-specs)](https://github.com/ethereum/consensus-specs/releases/) [![PyPI version](https://badge.fury.io/py/eth2spec.svg)](https://badge.fury.io/py/eth2spec)
1212

1313
Core specifications for Ethereum proof-of-stake clients can be found in [specs](specs/). These are divided into features.
1414
Features are researched and developed in parallel, and then consolidated into sequential upgrades when ready.

ssz/simple-serialize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ We similarly define "summary types" and "expansion types". For example, [`Beacon
263263

264264
## Implementations
265265

266-
See https://github.com/ethereum/eth2.0-specs/issues/2138 for a list of current known implementations.
266+
See https://github.com/ethereum/consensus-specs/issues/2138 for a list of current known implementations.
267267

268268
## JSON mapping
269269

tests/core/pyspec/eth2spec/test/phase0/finality/test_finality.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_finality_rule_2(spec, state):
137137
def test_finality_rule_3(spec, state):
138138
"""
139139
Test scenario described here
140-
https://github.com/ethereum/eth2.0-specs/issues/611#issuecomment-463612892
140+
https://github.com/ethereum/consensus-specs/issues/611#issuecomment-463612892
141141
"""
142142
# get past first two epochs that finality does not run on
143143
next_epoch_via_block(spec, state)

0 commit comments

Comments
 (0)