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

Block creation #3

Open
dabasov opened this issue Aug 28, 2019 · 0 comments
Open

Block creation #3

dabasov opened this issue Aug 28, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dabasov
Copy link
Collaborator

dabasov commented Aug 28, 2019

Before:
We get transactions from pool immediately and propose block with this transactions ASAP. We can propose empty block, in case pool is empty when we propose
After:
Get all available transactions from tx_pool, if tx_limit is not reached try to get more transactions during Delta.

@dabasov dabasov added the enhancement New feature or request label Aug 28, 2019
@dabasov dabasov self-assigned this Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant