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

chore: release branches remove memsize #146

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Conversation

ARR4N
Copy link
Collaborator

@ARR4N ARR4N commented Feb 17, 2025

Why this should be merged

A separately cherry-picked commit, the fix for StateDB.Copy(), requires Go 1.23 for use of the maps package. This, however, breaks memsize, which was later removed later from geth for the same reason.

How this works

All release branches will now cherry-pick ethereum#30253.

How this was tested

Updated list of cherry-picks applied to #142, which passed tests.

@ARR4N ARR4N requested a review from darioush February 17, 2025 13:53
@ARR4N ARR4N merged commit 32e7daf into main Feb 17, 2025
11 checks passed
@ARR4N ARR4N deleted the arr4n/cherry-pick-remove-memsize branch February 17, 2025 14:02
@@ -11,5 +11,6 @@
69f815f6f5791e0e48160bdad284773d0ffb1ba9 # params: print time value instead of pointer in ConfigCompatError (#29514)
e4b8058d5a5832cdebdac7da385cf6d829c0d433 # eth/gasprice: add query limit for FeeHistory to defend DDOS attack (#29644)
34b46a2f756da71595ac84eb7f25441f2a5b6ebb # core/state/snapshot: add a missing lock (#30001)
e4675771eda550e7eeb63a8884816982c1980644 # internal/debug: remove memsize (#30253)
Copy link

Choose a reason for hiding this comment

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

🎉 Nice setup!

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