go-ethereum/cmd
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
..
abidump [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
abigen [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
bootnode [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
clef [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
devp2p [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
era [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
ethkey [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
evm refactor!(core/types): Block method WithBody(Body) signature (#110) 2025-02-11 14:29:34 +00:00
geth chore!: remove memsize (#155) 2025-02-25 16:12:58 +00:00
p2psim [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
rlpdump [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
utils [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00