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

core/txpool/legacypool: respect nolocals-setting #1156

Closed
wants to merge 4 commits into from
Closed

core/txpool/legacypool: respect nolocals-setting #1156

wants to merge 4 commits into from

Conversation

PutraLaksmana
Copy link
Contributor

Why this should be merged

Ensure that transactions added to the legacy pool are not treated as 'locals' if the global locals-management has been disabled.

Actually This PR from go-ethereum.
ethereum/go-ethereum#28435

How this works

This change makes the pool enforce the --txpool.pricelimit setting.

How this was tested

Good

How is this documented

.

@ceyonur
Copy link
Collaborator

ceyonur commented Apr 19, 2024

Thanks for opening the PR! Changes LGTM but there was an issue with load testing which was fixed with #1157. Seems that golangci has an issue as well. Will fix it and unblock this PR.

@ceyonur
Copy link
Collaborator

ceyonur commented Apr 19, 2024

Could you fix linter errors (they're real errors this time) @PutraLaksmana?
Thanks!

@PutraLaksmana
Copy link
Contributor Author

PutraLaksmana commented Apr 21, 2024

No problem

@PutraLaksmana
Copy link
Contributor Author

Sorry, I pushed it by mistake.

@PutraLaksmana PutraLaksmana reopened this Apr 21, 2024
@ceyonur ceyonur enabled auto-merge (squash) April 21, 2024 20:30
ceyonur
ceyonur previously approved these changes Apr 21, 2024
darioush
darioush previously approved these changes Apr 21, 2024
auto-merge was automatically disabled April 22, 2024 05:48

Head branch was pushed to by a user without write access

@PutraLaksmana PutraLaksmana dismissed stale reviews from darioush and ceyonur via 7e4b46f April 22, 2024 05:48
Signed-off-by: Putra Laksmana <92698143+PutraLaksmana@users.noreply.github.com>
Signed-off-by: Putra Laksmana <92698143+PutraLaksmana@users.noreply.github.com>
Signed-off-by: Putra Laksmana <92698143+PutraLaksmana@users.noreply.github.com>
Signed-off-by: Putra Laksmana <92698143+PutraLaksmana@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants