Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Extract queueing logic from block-manager into a library #41

Open
karlfloersch opened this issue Feb 9, 2019 · 0 comments
Open

Extract queueing logic from block-manager into a library #41

karlfloersch opened this issue Feb 9, 2019 · 0 comments
Labels
cleanup good first issue Good for newcomers

Comments

@karlfloersch
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I've implemented a promise queue here: https://github.com/plasma-group/plasma-chain-operator/blob/master/src/block-manager/block-store.js#L103-L112 , but it's likely that this logic can live in a separate library & be pulled out of the block-manager which is already too complex.

Describe the solution you'd like
Pull the promise queue out of block-manager.

@karlfloersch karlfloersch changed the title Pull queueing logic into a library Extract queueing logic into a library Feb 9, 2019
@karlfloersch karlfloersch changed the title Extract queueing logic into a library Extract queueing logic from block-manager into a library Feb 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cleanup good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant