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

Enable sync from DSN by default #1672

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Enable sync from DSN by default #1672

merged 1 commit into from
Jul 18, 2023

Conversation

nazar-pc
Copy link
Member

I did some tests and it appears that pruned nodes are not crashing on restart anymore, hence enabling sync from DSN by default to resolve #1514.

The only thing technically separating us from #1515 is documentation updates, we'll need to verify this on devnet and then update docs.

action = clap::ArgAction::Set allows us to use --sync-from-dsn false if desired, otherwise turning default of true back to false just with CLI is not possible.

Code contributor checklist:

Copy link
Contributor

@rahulksnv rahulksnv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks

@nazar-pc nazar-pc merged commit dca2fdd into main Jul 18, 2023
9 checks passed
@nazar-pc nazar-pc deleted the sync-from-dsn-by-default branch July 18, 2023 23:22
ParthDesai added a commit to autonomys/subspace-pulsar-sdk that referenced this pull request Aug 4, 2023
ParthDesai added a commit to autonomys/subspace-pulsar-sdk that referenced this pull request Aug 15, 2023
ParthDesai added a commit to autonomys/subspace-pulsar-sdk that referenced this pull request Aug 15, 2023
ParthDesai added a commit to autonomys/subspace-pulsar-sdk that referenced this pull request Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable DSN Sync by default
2 participants