Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Update Change
ethereum/client-go digest 343cff5 -> a347423

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added changelog: skip This pull request does not require a changelog entry (e.g. tests, docs, CI, minor refactors). type: dependencies This is related to dependencies. Excluded from changelog labels Nov 3, 2025
@renovate renovate bot requested a review from a team as a code owner November 3, 2025 03:10
@renovate renovate bot requested a review from joshuasing November 3, 2025 03:10
@github-actions github-actions bot added area: localnode This is a change to localnode labels Nov 3, 2025
@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from a6be9c3 to 8ba3205 Compare November 3, 2025 16:43
@renovate renovate bot changed the title all: update image ethereum/client-go to bc1af49 all: update image ethereum/client-go to 625f42a Nov 3, 2025
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from 8ba3205 to 2d35f0f Compare November 3, 2025 18:02
@renovate renovate bot changed the title all: update image ethereum/client-go to 625f42a all: update image ethereum/client-go to 5cbfd46 Nov 3, 2025
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from 2d35f0f to 3769de8 Compare November 4, 2025 16:15
@renovate renovate bot changed the title all: update image ethereum/client-go to 5cbfd46 all: update image ethereum/client-go to c6a4cd5 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from 3769de8 to 6ad381b Compare November 6, 2025 05:56
@renovate renovate bot changed the title all: update image ethereum/client-go to c6a4cd5 all: update image ethereum/client-go to 1ab278e Nov 6, 2025
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from 6ad381b to d3f6826 Compare November 7, 2025 10:07
@renovate renovate bot changed the title all: update image ethereum/client-go to 1ab278e all: update image ethereum/client-go to be8f99e Nov 7, 2025
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from d3f6826 to e229036 Compare November 7, 2025 13:56
@ClaytonNorthey92 ClaytonNorthey92 self-requested a review as a code owner November 7, 2025 15:51
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from 6458cb4 to 189da6a Compare November 7, 2025 15:52
@renovate renovate bot changed the title all: update image ethereum/client-go to be8f99e all: update image ethereum/client-go to 6de6b46 Nov 7, 2025
@ClaytonNorthey92
Copy link
Contributor

ClaytonNorthey92 commented Nov 7, 2025

this is an unstable version, I vote that we close this pull request

$ docker run ethereum/client-go@sha256:be8f99e27f0fa658e7796e1fb0ca77d9d2804f19dc33f6280c440946f0ea45e8  --version
geth version 1.16.8-unstable-7f9b06e7-20251107

edit: or just use a later, stable version

@joshuasing joshuasing changed the title all: update image ethereum/client-go to 6de6b46 e2e, localnode: update image ethereum/client-go to v1.16.7 Nov 7, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 7, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

@ClaytonNorthey92 ClaytonNorthey92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't merge this yet. there is a test that is sometimes failing with a context deadline exceeded when trying to call an L1 rpc. this test hasn't historically failed like this, so I think that it has something to do with the new version.

annoyingly, optimism hardcodes this timeout to 2 minutes. I am unsure if the timeout itself is the issues or sometimes something happens to cause this to fail.

I will look further on Monday

    send.go:52: 
        	Error Trace:	/home/runner/go/pkg/mod/github.com/hemilabs/[email protected]/op-e2e/e2eutils/transactions/send.go:52
        	            				/home/runner/work/heminetwork/heminetwork/e2e/monitor/main_test.go:1357
        	            				/home/runner/work/heminetwork/heminetwork/e2e/monitor/main_test.go:216
        	Error:      	Received unexpected error:
        	            	failed to find OK receipt (tx: 0xde857f240b1ff9ee67319b1e2e766e514b85a413571059e481edef43819be947): timed out waiting for tx 0xde857f240b1ff9ee67319b1e2e766e514b85a413571059e481edef43819be947: not found: context deadline exceeded
        	Test:       	TestL1L2Comms/testing_non-sequencing_client
        	Messages:   	Failed to send transaction

@ClaytonNorthey92 ClaytonNorthey92 added the status: blocked This is blocked by something else label Nov 10, 2025
@ClaytonNorthey92
Copy link
Contributor

blocked by hemilabs/optimism#26

@ClaytonNorthey92 ClaytonNorthey92 force-pushed the renovate/ethereum-client-go branch from 3f7b7e1 to f011fed Compare November 10, 2025 16:53
@github-actions github-actions bot added the area: ci This is a change to CI files label Nov 10, 2025
@ClaytonNorthey92
Copy link
Contributor

I was wrong. Still looking.

@ClaytonNorthey92 ClaytonNorthey92 force-pushed the renovate/ethereum-client-go branch 4 times, most recently from cce050c to 7225f17 Compare November 11, 2025 16:23
@ClaytonNorthey92 ClaytonNorthey92 force-pushed the renovate/ethereum-client-go branch from 393d857 to 3bef46b Compare November 11, 2025 18:09
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from 3bef46b to 8a5724d Compare November 11, 2025 18:11
@renovate renovate bot changed the title e2e, localnode: update image ethereum/client-go to v1.16.7 all: update image ethereum/client-go to a347423 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/ethereum-client-go branch from 43bc4e0 to 9358640 Compare November 11, 2025 18:16
@ClaytonNorthey92
Copy link
Contributor

closing for #746

@renovate
Copy link
Contributor Author

renovate bot commented Nov 11, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the ethereum/client-go a347423 update again.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/ethereum-client-go branch November 11, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci This is a change to CI files area: localnode This is a change to localnode changelog: skip This pull request does not require a changelog entry (e.g. tests, docs, CI, minor refactors). status: blocked This is blocked by something else type: dependencies This is related to dependencies. Excluded from changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants