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

Split up mode of operations in Blockchain #95

Open
jaRulez opened this issue Jun 22, 2022 · 0 comments
Open

Split up mode of operations in Blockchain #95

jaRulez opened this issue Jun 22, 2022 · 0 comments

Comments

@jaRulez
Copy link
Collaborator

jaRulez commented Jun 22, 2022

User Story

  • As a Developer,
  • I want to split up the mode of operations in our Blockchain,
  • to relieve our memory and enable a higher operating speed of our local machine.

Acceptance Criteria

  • Split up read and write functions
  • Read Mode: The whole data must be searched for the right Block
  • Write Mode: For the write Mode only the last Block is necessary to hold in RAM

Definition of Done

Feature Code Review has been completed and passed
a) Code is completley implemented
b) Code is structured according to our coding guidelines and commented
c) Code is checked into repository
d) Documentation is updated
Cleanliness of Code
JUnit Tests have been written and passed (if required)
No critical bugs are open
Feature branch has been tagged and merged
Feature Code has been included into the release (candidate)
Product Owners accept Feature

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

No branches or pull requests

1 participant