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

Order by fees when re-adding remaining transactions after persisting block #394

Merged
merged 2 commits into from
Sep 25, 2018

Conversation

jsolman
Copy link
Contributor

@jsolman jsolman commented Sep 24, 2018

After the block is persisted we are re-inserting the transactions back into the message queue; however, since they may not all be processed by the time of the next consensus, they should be added in the order they are meant to be ordered when transactions are added. This makes that happen.

@erikzhang erikzhang merged commit d66281f into master Sep 25, 2018
@erikzhang erikzhang deleted the OrderMemPoolByFees branch September 25, 2018 06:48
Thacryba pushed a commit to simplitech/neo that referenced this pull request Feb 17, 2020
* update dotnet 2.0

* Update setup.md

* Update setup.md

* update 2.0
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

Successfully merging this pull request may close these issues.

2 participants