rename fork files
This commit is contained in:
parent
f2eb5e38e2
commit
6bd1efc73b
4
setup.py
4
setup.py
|
@ -449,7 +449,7 @@ class PySpecCommand(Command):
|
||||||
specs/phase1/beacon-chain.md
|
specs/phase1/beacon-chain.md
|
||||||
specs/phase1/shard-transition.md
|
specs/phase1/shard-transition.md
|
||||||
specs/phase1/fork-choice.md
|
specs/phase1/fork-choice.md
|
||||||
specs/phase1/phase1-fork.md
|
specs/phase1/fork.md
|
||||||
specs/phase1/shard-fork-choice.md
|
specs/phase1/shard-fork-choice.md
|
||||||
specs/phase1/validator.md
|
specs/phase1/validator.md
|
||||||
"""
|
"""
|
||||||
|
@ -460,7 +460,7 @@ class PySpecCommand(Command):
|
||||||
specs/phase0/validator.md
|
specs/phase0/validator.md
|
||||||
specs/phase0/weak-subjectivity.md
|
specs/phase0/weak-subjectivity.md
|
||||||
specs/lightclient/beacon-chain.md
|
specs/lightclient/beacon-chain.md
|
||||||
specs/lightclient/lightclient-fork.md
|
specs/lightclient/fork.md
|
||||||
"""
|
"""
|
||||||
# TODO: add specs/lightclient/sync-protocol.md back when the GeneralizedIndex helpers are included.
|
# TODO: add specs/lightclient/sync-protocol.md back when the GeneralizedIndex helpers are included.
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue