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

Nakamoto: New stacks-node entry point #3868

Closed
kantai opened this issue Aug 22, 2023 · 2 comments
Closed

Nakamoto: New stacks-node entry point #3868

kantai opened this issue Aug 22, 2023 · 2 comments

Comments

@kantai
Copy link
Member

kantai commented Aug 22, 2023

A new entry point for stacks-node (switched into via main.rs) for
nakamoto operation. This entry point is responsible for spawning threads
and initializing communication channels.

This entry point should:

  1. Start a relayer thread
  2. Start a network thread (i.e., the current p2p thread but with the p2p stack disabled)
  3. Start a nakamoto coordinator thread
  4. Either spawn threading necessary for handling communication channels or loop on comms channels directly
@kantai kantai added this to the Mockamoto milestone Aug 22, 2023
@jcnelson
Copy link
Member

jcnelson commented Sep 5, 2023

Do we have to keep the old Neon node around? Can we instead just create a top-level crate stacks-nakamoto-node or some such and build the node daemon from there?

@saralab
Copy link
Contributor

saralab commented Nov 3, 2023

Closing, merged as part of #3933

@saralab saralab closed this as completed Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants