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

Use the go-ethereum v1.14.3 Docker image #250

Merged
merged 2 commits into from
May 21, 2024

Conversation

Stefan-Ethernal
Copy link
Contributor

@Stefan-Ethernal Stefan-Ethernal commented Apr 26, 2024

Since the zkevm-node recently introduced the L1 Safe Block synchronization feature (0xPolygonHermez/zkevm-node#3545), and is running the synchronizer with safe or finalized for Synchronizer.SyncBlockProtection, Synchronizer.L1BlockCheck.L1SafeBlockPoint etc., we should use the newer Geth docker image, to overcome the error being returned by some earlier versions of Geth (namely 1.12.x) when querying the blocks with the safe or finalized filters. This is the PR that fixed it on the go-ethereum (ethereum/go-ethereum#27799), so instead of returning an error when the RPC request with the safe or finalized option is provided, it defers to the blockchain whether error should be returned or not.

@cla-bot cla-bot bot added the cla-signed label Apr 26, 2024
@Stefan-Ethernal Stefan-Ethernal changed the title Use the newer go-ethereum Docker image Use the newer go-ethereum Docker image Apr 26, 2024
@Stefan-Ethernal Stefan-Ethernal changed the title Use the newer go-ethereum Docker image Use the go-ethereum v1.13.15 Docker image Apr 26, 2024
@Stefan-Ethernal Stefan-Ethernal changed the title Use the go-ethereum v1.13.15 Docker image Use the go-ethereum v1.14.3 Docker image May 16, 2024
Copy link

sonarcloud bot commented May 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@invocamanman invocamanman merged commit 6552d78 into develop May 21, 2024
6 checks passed
@Stefan-Ethernal Stefan-Ethernal deleted the feat/use-go-ethereum-image-v1.13.15 branch May 21, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants