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

Queuing mechanism for txpool #33

Closed
arcolife opened this issue Jul 10, 2018 · 1 comment
Closed

Queuing mechanism for txpool #33

arcolife opened this issue Jul 10, 2018 · 1 comment
Assignees
Labels
B-level slightly non-trivial with intermediate difficulty bug Something isn't working
Milestone

Comments

@arcolife
Copy link
Collaborator

At the moment, txn pool is a channel and can't be re-read to check for consistency / transaction execution during the round validations of PBFT.

Need to add a queue for this, and also attach multiple channels for handoff during errors, ensuring high availability.

cc/ @hixichen

@arcolife arcolife added the bug Something isn't working label Jul 10, 2018
@arcolife arcolife added this to the Alpha 1 milestone Jul 10, 2018
@arcolife
Copy link
Collaborator Author

addendum: queue could be stored on / retrieved from disk, maybe using leveldb. opening separate issue for integration of leveldb. #34

@arcolife arcolife added the B-level slightly non-trivial with intermediate difficulty label Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-level slightly non-trivial with intermediate difficulty bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants