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

Apply 3-strike rule for complete block production - 2.0 #298

Merged
merged 1 commit into from
May 23, 2022

Conversation

heifner
Copy link
Member

@heifner heifner commented May 21, 2022

Before the 3-strike rule (3 failed trx per block and then no more allowed per account) was only applied during processing of the unapplied transaction queue in start_block. Now it is applied during "regular" block processing as well. This prevents users from flooding a BP with trxs, during their block production window, that fail and limit the amount of transactions that can be placed in a block.

Resolves #296

@heifner heifner changed the title Apply 3-strike rule for complete block production Apply 3-strike rule for complete block production - 2.0 May 21, 2022
@heifner heifner added the OCI OCI working this issue... label May 21, 2022
@heifner heifner merged commit e9026d2 into release/2.0.x May 23, 2022
@heifner heifner deleted the 3-strike-full-block-2.0 branch May 23, 2022 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants