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

[Feature Request]: add option to sync only from DA #1671

Open
tzdybal opened this issue May 17, 2024 · 1 comment
Open

[Feature Request]: add option to sync only from DA #1671

tzdybal opened this issue May 17, 2024 · 1 comment
Assignees

Comments

@tzdybal
Copy link
Member

tzdybal commented May 17, 2024

Implementation ideas

Currently it's not clear if node is syncing only using DA or DA and P2P network and there is no explicit way of configuring this behavior.

There are multiple implementation options:

  1. Disable entire P2P comms completely - node would only follow DA, no gossiping, peer discovery, etc.
  2. Make "sync mode" configurable - DA or P2P or both. Node would still participate in gossiping, peer discovery, etc.
    1. Node that reads from only DA might (or might not) "serve" data via P2P, to help syncing other nodes via P2P.
@tzdybal
Copy link
Member Author

tzdybal commented May 17, 2024

CC: @robert-zaremba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant