Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's not eth2, but more modern than what we have now
Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.
Why
The updates ensure that the Ethereum (geth) Helm chart and deployment configurations are aligned with the latest
geth
version (v1.12.2
), enhancing features, security, and compatibility. It also optimizes thegeth
deployment by modifying command line arguments to include a broader set of APIs for HTTP and WebSocket interfaces, improving developer experience and application integration capabilities.What
version
from0.4.3
to0.4.4
andappVersion
from1.10.25
to1.12.2
. This bumps the chart version and aligns the app version with the latestgeth
.--unlock
arguments for three accounts to streamline the deployment configuration.--http.api
and--ws.api
arguments with valuesadmin,debug,web3,eth,txpool,personal,clique,miner,net
to extend the API support over HTTP and WebSocket.--miner.threads
,--miner.gasprice
,--miner.gastarget
,--miner.gaslimit
) and replaced with--dev.gaslimit
to align with development network preferences.geth.image.version
fromv1.10.25
tov1.12.2
to use the latestgeth
version in the Helm chart values.geth
image version fromv1.10.25
tov1.12.2
in the Go code to ensure the Kubernetes package uses the updatedgeth
version.