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

feat: use custom proposal handler to prevent iterating whole mempool #36

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

beer-1
Copy link
Contributor

@beer-1 beer-1 commented Dec 14, 2023

skip lanes are iterating whole lane txs event max gas or max bytes are reached, so to prevent that case we make custom proposal handler.

@beer-1 beer-1 self-assigned this Dec 14, 2023
@beer-1 beer-1 requested a review from a team as a code owner December 14, 2023 03:43
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Merging #36 (02681b6) into main (571b047) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is 72.72%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   44.65%   44.65%           
=======================================
  Files         164      164           
  Lines       16142    16142           
=======================================
  Hits         7208     7208           
  Misses       8155     8155           
  Partials      779      779           
Files Coverage Δ
app/app.go 88.44% <100.00%> (ø)
x/move/types/connector.go 25.06% <0.00%> (ø)

@beer-1 beer-1 merged commit 2a1fd46 into main Dec 14, 2023
7 checks passed
@beer-1 beer-1 deleted the feat/custom-proposal-handler branch December 14, 2023 03:53
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.

1 participant