Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

remove break statement from FilterFree#3

Merged
erikzhang merged 1 commit intoneo-project:masterfrom
hal0x2328:master
Aug 24, 2018
Merged

remove break statement from FilterFree#3
erikzhang merged 1 commit intoneo-project:masterfrom
hal0x2328:master

Conversation

@hal0x2328
Copy link
Copy Markdown
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
Copy Markdown
Member

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

@edgedlt
Copy link
Copy Markdown
Contributor

edgedlt commented Aug 24, 2018

@vncoelho Now we just need wakka akka 😄

@vncoelho
Copy link
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants