-
Notifications
You must be signed in to change notification settings - Fork 27
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
blutgang doesn't finalize blocks with reth and nethermind #82
Comments
That shouldn't be happening. Internally Blutgang only uses methods supported by all EL clients. Try the It should have more logging outputs that should help us debug this. |
Sure, Let me run using this docker image. Thank you for pushing the image :) Btw I am curious, is logging level option not available in the |
No, its a compile time feature flag. |
I ran with the docker image, seems the chain head in blutgang is getting updated, not sure why |
smells like a cache issue, try clearing it and see if that fixes it. |
Are you referring to |
yes, either that or deleting the database folder. |
I have set |
please try the |
Describe the bug
I am running a custom network with multiple EL clients and a CL. Blutgang works with geth alone, but doesn't work with reth and nethermind even solo.
To Reproduce
Steps to reproduce the behavior:
Run a network with EL and CL clients and add blutgang as load balancer for JSON RPC endpoints.
Expected behavior
My blocks are not getting finalised via testing when using solo reth and solo nethermind.
Specs:
makemake1337/blutgang:latest
andmakemake1337/blutgang:master
Blutgang options:
Kept all the blutgang options by default as in kurtosis ethereum package. This is how config toml template looks like https://github.com/kurtosis-tech/ethereum-package/blob/main/static_files/blutgang-config/config.toml.tmpl
Additional context
I also tried playing around with some parameters of toml file such as setting readonly flag in admin section to false and increasing the
expected_block_time
,health_check_ttl
andttl
, but no luck.The text was updated successfully, but these errors were encountered: