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

remove break statement from FilterFree #3

Merged
merged 1 commit into from
Aug 24, 2018

Conversation

hal0x2328
Copy link
Contributor

In FilterFree, once the free transaction limit has been reached, yield break is called, preventing further iteration on the the list of transactions. Hence, blocks become limited to contain only the number of transactions that were returned before that point, instead of iterating all the way to MaxTransactionsPerBlock. This change removes that statement so that any additional transactions with fees attached may be processed as the foreach statement continues.

@erikzhang erikzhang merged commit a25d686 into neo-project:master Aug 24, 2018
@vncoelho
Copy link
Member

Eagle eyes! I am happy to see such improvements today, really.

@EdgeDLT
Copy link
Contributor

EdgeDLT commented Aug 24, 2018

@vncoelho Now we just need wakka akka 😄

@vncoelho
Copy link
Member

vncoelho commented Aug 24, 2018

Hey, @Edgegasm.
I am happy about how everything happened today.

Different contributions and @erikzhang, as always, being very careful, open and fast when it is needed.
The Akka refactoring is also something impressive. It will be great when it goes live.
I am sure that learning those concepts took @erikzhang months, plus his experience and expertise.

Today can be seen as a bright example about how many incredible minds are involved in this project.

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.

None yet

4 participants