go-ethereum/cmd/geth
Arran Schlosberg 24d7bdeae6
chore!: remove memsize (#155)
## Why this should be merged

`memsize` blocks usage of Go 1.23. We'll be building with 1.23 via
`avalanchego` anyway (which doesn't transitively import `memsize`) so we
want to run tests with the correct version. It will also unblock #154.

## How this works

✂️ 

We already cherry-pick the upstream commit
(e4675771ed) that removes `memsize` when
on release branches so we instead do it ourselves and no longer
cherry-pick. To avoid conflicts at the next `geth` sync, this PR should
be reverted before performing the merge. See #128.

## How this was tested

Existing tests.
2025-02-25 16:12:58 +00:00
..
testdata cmd/geth: update log test data (#28780) 2024-01-09 15:35:49 +01:00
accountcmd.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
accountcmd_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
attach_test.go cmd/geth: atomic types used (#27756) 2023-07-24 13:22:54 +03:00
chaincmd.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
config.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
consolecmd.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
consolecmd_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
dbcmd.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
exportcmd_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
genesis_test.go cmd/geth: fix failing test (#28322) 2023-10-12 09:54:00 +02:00
logging_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
logtestcmd_active.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
logtestcmd_inactive.go cmd/geth: test for logging-output (#28373) 2023-10-25 17:57:12 +02:00
main.go chore!: remove memsize (#155) 2025-02-25 16:12:58 +00:00
misccmd.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
run_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
snapshot.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
verkle.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
version_check.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
version_check_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00