Skip to content
New issue

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

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

Already on GitHub? # to your account

Create archive directory for when a chain forks #2634

Open
dylanschultzie opened this issue Aug 8, 2023 · 0 comments
Open

Create archive directory for when a chain forks #2634

dylanschultzie opened this issue Aug 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dylanschultzie
Copy link
Collaborator

dylanschultzie commented Aug 8, 2023

Original conversation is found here: https://t.me/c/1888994636/235

Problem:

Right now if a chain forks, all history of the fork is lost.

Latest suggestion:

Create a dir for saving chain history.

{root}/_archive/{network_name}/{chain-id}/

ex: /_archive/passage/passage-1/

Under _archive would be the original chain name, passage, then a step down would be the chain-id, passage-1. If they continued to use passage-1, the chain-id could be incremented: passage-1_1, etc... however, that wouldn't be the default behavior

Associated PR: #2633

@dylanschultzie dylanschultzie self-assigned this Aug 8, 2023
@dylanschultzie dylanschultzie added the enhancement New feature or request label Aug 8, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant