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

Support --txpool.nolocals to disable local exemptions for locally submitted transactions #5520

Closed
mattsse opened this issue Nov 21, 2023 · 2 comments
Assignees
Labels
C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started

Comments

@mattsse
Copy link
Collaborator

mattsse commented Nov 21, 2023

Describe the feature

Currently, local transactions are exempt from several checks:

if !transaction.origin.is_local() {

if !origin.is_local() &&

This is not feasible if the send_rawTransaction endpoint is public.

Therefor we need a setting to effectively disable local transaction checks

TODO

see also geth --txpool.nolocals

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started labels Nov 21, 2023
@Blaeaea
Copy link

Blaeaea commented Nov 22, 2023

i take this

@Blaeaea
Copy link

Blaeaea commented Nov 22, 2023

@mattsse assign me please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started
Projects
Archived in project
Development

No branches or pull requests

2 participants