-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Re-enable pending block access without --mine parameter #997
Comments
There was a performance issue related to the |
@yutianwu if you want to enable it, which line of code would you change ? I have tried to change the |
We disabled this feature in #358, you can refer to this. |
How do you solve it now? |
How to config to re-enable pending function? |
This is the reason I started learning go and my go knowledge is limited, any help regarding to re-enable this feature is appreciated. Currently I'm checking go-ethereum and the #358 together but no luck so far |
Based on my question #778 and this issue #358
Even with --mine parameter, I still can't access pending block somehow.
Rationale
Why should this feature exist?
Because it's enabled by default on any other EVM blockchain, a lot of us needed this.
Implementation
Do you have ideas regarding the implementation of this feature?
I have tried, but gave up. It doesn't have to enabled by default, like adding new param like
--enable-pending-block
or elseAre you willing to implement this feature?
No
The text was updated successfully, but these errors were encountered: