Skip to content

Implement Outstanding from # Current State (04 Sep 2022) #21

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

Open
RazvanBerbece opened this issue Sep 4, 2022 · 1 comment · May be fixed by #27
Open

Implement Outstanding from # Current State (04 Sep 2022) #21

RazvanBerbece opened this issue Sep 4, 2022 · 1 comment · May be fixed by #27
Assignees
Labels
blockchain documentation Improvements or additions to documentation enhancement New feature or request networking

Comments

@RazvanBerbece
Copy link
Owner

RazvanBerbece commented Sep 4, 2022

Current State (04 Sep 2022)

Currently, out of the whole workflow, the following work :

  1. Light Nodes sending unconfirmed transactions to Full Node peers to add to mempool
  2. Light Nodes querying their balance on the Full Node peer Blockchain state
  3. Full Nodes downloading initial full Blockchain state from other Full Nodes
  4. Full Nodes broadcasting full Blockchain state to other Full Nodes
  5. Full Nodes accepting incoming new full Blockchain states from Full Nodes
  6. Miner Nodes downloading initial full Blockchain state from other Full Nodes

To Implement :

  1. Miner Nodes accepting incoming new states from Full Nodes
  2. Miner Nodes mining unconfirmed transactions in mempool
  3. Miner Nodes broadcasting new full Blockchain state to other Full Nodes

Originally posted by @RazvanBerbece in #9 (comment)

@RazvanBerbece RazvanBerbece self-assigned this Sep 4, 2022
@RazvanBerbece RazvanBerbece added documentation Improvements or additions to documentation enhancement New feature or request networking blockchain labels Sep 4, 2022
@RazvanBerbece
Copy link
Owner Author

Updated as of Sep 18-19, 2022

@RazvanBerbece RazvanBerbece linked a pull request Sep 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockchain documentation Improvements or additions to documentation enhancement New feature or request networking
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant