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

Improve core functionality #199

Closed
17 tasks done
r-marques opened this issue Apr 20, 2016 · 1 comment
Closed
17 tasks done

Improve core functionality #199

r-marques opened this issue Apr 20, 2016 · 1 comment
Assignees

Comments

@r-marques
Copy link
Contributor

r-marques commented Apr 20, 2016

Abstract

Implement core functionality from whitepaper.

Goals

This issue is meant to be a todo of all the issues related to core functionality that needs to be implemented for the core algorithm to match the description in the whitepaper and also tasks that to not add any features and are sometimes pushed back but that increase the robustness and are required for a quality production ready product.

Steps

General

Voting

Algorithmic/WP

Querying

Mutability

The wire protocol firewall (#594) will prevent deletes & updates on the bigchain & votes tables. If a node deletes a transaction from the backlog table, then the client can just resend it, so such deletions don't have to be reverted. As for updates to the backlog table, those must be allowed, for example, to reassign stale transactions (PR #359).

Multiprocessing

There were other issues listed here before but then we realized this isn't core consensus stuff.

@ttmc
Copy link
Contributor

ttmc commented Oct 8, 2017

I'm going to close this "meta-issue" because there's only one remaining open issue within it ( #444 ); I will just move that issue into meta-issue #284

@ttmc ttmc closed this as completed Oct 8, 2017
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

3 participants