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

bump geth; replace common.Address.Hash() calls; restore standard log #11806

Merged
merged 2 commits into from
Jan 18, 2024

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Jan 17, 2024

I picked out some changes from #11799 to narrow down the issue over there.

Copy link
Contributor

I see that you haven't updated any README files. Would it make sense to do so?

@jmank88 jmank88 changed the title replace common.Address.Hash() calls bump geth; replace common.Address.Hash() calls; restore standard log Jan 18, 2024
func init() {
// hack to undo geth's disruption of the std default logger
// remove with geth v1.13.10
slog.SetDefault(slog.New(slog.NewTextHandler(os.Stderr, nil)))
Copy link
Contributor Author

@jmank88 jmank88 Jan 18, 2024

Choose a reason for hiding this comment

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

Geth is registering a discard logger from an init that we have to replace to restore standard logs for goose, etc.: https://github.com/ethereum/go-ethereum/blob/38926cc6e507ba622275de789800e74215117dec/log/root.go#L13-L14

@cl-sonarqube-production
Copy link

@jmank88 jmank88 marked this pull request as ready for review January 18, 2024 02:22
@jmank88 jmank88 requested a review from a team January 18, 2024 02:22
@jmank88 jmank88 added this pull request to the merge queue Jan 18, 2024
@jmank88 jmank88 mentioned this pull request Jan 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 18, 2024
@jmank88 jmank88 added this pull request to the merge queue Jan 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 18, 2024
@jmank88 jmank88 added this pull request to the merge queue Jan 18, 2024
Merged via the queue into develop with commit 958e2c6 Jan 18, 2024
82 checks passed
@jmank88 jmank88 deleted the geth-bump branch January 18, 2024 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants